Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rsstail: fix distfile
@ 2024-04-17 11:30 iFoundSilentHouse
  2024-04-19 19:42 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: iFoundSilentHouse @ 2024-04-17 11:30 UTC (permalink / raw)
  To: ml

[-- 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: rsstail: fix distfile
  2024-04-17 11:30 [PR PATCH] rsstail: fix distfile iFoundSilentHouse
@ 2024-04-19 19:42 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2024-04-19 19:42 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

rsstail: fix distfile
https://github.com/void-linux/void-packages/pull/49877

Description:
- 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
https://github.com/void-linux/void-packages/issues/42403

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-19 19:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-17 11:30 [PR PATCH] rsstail: fix distfile iFoundSilentHouse
2024-04-19 19:42 ` [PR PATCH] [Merged]: " classabbyamp

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).