Github messages for voidlinux
 help / color / mirror / Atom feed
From: iFoundSilentHouse <iFoundSilentHouse@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] rsstail: fix distfile
Date: Wed, 17 Apr 2024 13:30:10 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49877@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 592 bytes --]

There is a new pull request by iFoundSilentHouse against master on the void-packages repository

https://github.com/iFoundSilentHouse/void-packages rsstail-2.1
https://github.com/void-linux/void-packages/pull/49877

rsstail: fix distfile
- I tested the changes in this PR: **YES**
- I built this PR locally for my native architecture, (x86_64)

More info: https://github.com/folkertvanheusden/rsstail/issues/1
Had to rework patch file for a bit. Original GNU dialect from new 2.1 version remained

A patch file from https://github.com/void-linux/void-packages/pull/49877.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rsstail-2.1-49877.patch --]
[-- Type: text/x-diff, Size: 1909 bytes --]

From 622ba869ce42598346bf935520c365f735948bf3 Mon Sep 17 00:00:00 2001
From: iFoundSilentHouse <adeptslab@gmail.com>
Date: Wed, 17 Apr 2024 17:04:18 +0600
Subject: [PATCH] rsstail: fix distfile

---
 srcpkgs/rsstail/patches/fix-1779.patch | 7 ++++---
 srcpkgs/rsstail/template               | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/rsstail/patches/fix-1779.patch b/srcpkgs/rsstail/patches/fix-1779.patch
index ff9bd851c12f42..8d9a0c728dc414 100644
--- a/srcpkgs/rsstail/patches/fix-1779.patch
+++ b/srcpkgs/rsstail/patches/fix-1779.patch
@@ -1,12 +1,13 @@
 --- a/Makefile
 +++ b/Makefile
-@@ -2,8 +2,7 @@
+@@ -1,8 +1,7 @@
+ VERSION=2.1
  
 -DEBUG=-g
 -LDFLAGS=-liconv_hook -lmrss $(DEBUG)
--CFLAGS=-O3 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG)
+-CFLAGS=-O3 -Wall --std=gnu11 -DVERSION=\"$(VERSION)\" $(DEBUG)
 +override LDFLAGS+=-lmrss
-+override CFLAGS+=-Wall -DVERSION=\"$(VERSION)\" $(DEBUG)
++override CFLAGS+=-Wall --std=gnu11 -DVERSION=\"$(VERSION)\" $(DEBUG)
  
  OBJS=r2t.o
  
diff --git a/srcpkgs/rsstail/template b/srcpkgs/rsstail/template
index 40a3d84ed70b06..0e9ebd5ed7f468 100644
--- a/srcpkgs/rsstail/template
+++ b/srcpkgs/rsstail/template
@@ -1,7 +1,7 @@
 # Template file for 'rsstail'
 pkgname=rsstail
 version=2.1
-revision=2
+revision=3
 build_style=gnu-makefile
 makedepends="libmrss-devel"
 checkdepends="cppcheck"
@@ -9,8 +9,8 @@ short_desc="More or less an rss reader"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="http://www.vanheusden.com/rsstail/"
-distfiles="http://www.vanheusden.com/${pkgname}/${pkgname}-${version}.tgz"
-checksum=42cb452178b21c15c470bafbe5b8b5339a7fb5b980bf8d93d36af89864776e71
+distfiles="https://github.com/folkertvanheusden/rsstail/archive/refs/tags/v${version}.tar.gz"
+checksum=9b70e4533fb410fb17b9041a2589a5777458775e0716d330cd001332fa77afe2
 
 do_install() {
 	vmkdir usr/bin

             reply	other threads:[~2024-04-17 11:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-17 11:30 iFoundSilentHouse [this message]
2024-04-19 19:42 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49877@inbox.vuxu.org \
    --to=ifoundsilenthouse@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).