Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sfeed: update to 1.2.
@ 2022-02-11 20:36 notthewave
  2022-02-11 20:45 ` [PR REVIEW] " Chocimier
                   ` (22 more replies)
  0 siblings, 23 replies; 24+ messages in thread
From: notthewave @ 2022-02-11 20:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/notthewave/void-packages sfeed
https://github.com/void-linux/void-packages/pull/35542

sfeed: update to 1.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From e12d4dfc45a69f95214e07e669b57d61388569f5 Mon Sep 17 00:00:00 2001
From: notthewave <winklbauer_m@zoho.eu>
Date: Fri, 11 Feb 2022 03:55:13 +0100
Subject: [PATCH] sfeed: update to 1.2.

---
 srcpkgs/removed-packages/template |  1 +
 srcpkgs/sfeed/template            |  9 +++++----
 srcpkgs/sfeed_curses/template     | 20 --------------------
 3 files changed, 6 insertions(+), 24 deletions(-)
 delete mode 100644 srcpkgs/sfeed_curses/template

diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 5dbd28a0d070..4c4db7014ebc 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -328,6 +328,7 @@ replaces="
  scantailor<=0.9.12.1_2
  seahorse-sharing<=3.8.0_4
  seriespl<=2.3.5_2
+ sfeed_curses<=1.0_1
  simple-obfs<=0.0.5_2
  sitecopy<=0.16.6_11
  skypetab-ng<=20150201_3
diff --git a/srcpkgs/sfeed/template b/srcpkgs/sfeed/template
index 676dc2884df6..c16beab3e1ad 100644
--- a/srcpkgs/sfeed/template
+++ b/srcpkgs/sfeed/template
@@ -1,16 +1,17 @@
 # Template file for 'sfeed'
 pkgname=sfeed
-version=1.0
+version=1.2
 revision=1
 build_style=gnu-makefile
 make_install_args="MANPREFIX=/usr/share/man"
-depends="curl"
+makedepends="ncurses-devel"
+depends="curl ncurses"
 short_desc="RSS and Atom parser"
-maintainer="Rubén Santos <kojicomics@cocaine.ninja>"
+maintainer="notthewave <winklbauer_m@zoho.eu>"
 license="ISC"
 homepage="https://git.codemadness.org/sfeed"
 distfiles="https://codemadness.org/releases/sfeed/sfeed-${version}.tar.gz"
-checksum=46bf3336046789e5001541588c27af92f517a017d8cd377d0feeb64268e5687a
+checksum=7d3cdaf8dcc6582f6655330f82f8a57ca37c4b9c84ff995b09b7b7fb9fe58b58
 
 post_install() {
 	vlicense LICENSE
diff --git a/srcpkgs/sfeed_curses/template b/srcpkgs/sfeed_curses/template
deleted file mode 100644
index e01809732949..000000000000
--- a/srcpkgs/sfeed_curses/template
+++ /dev/null
@@ -1,20 +0,0 @@
-# Template file for 'sfeed_curses'
-pkgname=sfeed_curses
-version=1.0
-revision=1
-build_style=gnu-makefile
-make_use_env=compliant
-make_install_args="MANPREFIX=/usr/share/man"
-makedepends="ncurses-devel"
-depends="sfeed lynx ncurses"
-short_desc="Curses UI front-end for sfeed"
-maintainer="Jaume Devesa <jaume@mailbox.org>"
-license="ISC"
-homepage="https://git.codemadness.org/sfeed_curses"
-distfiles="https://codemadness.org/releases/sfeed_curses/${pkgname}-${version}.tar.gz"
-checksum=f90b26e19e3c4457c88d430ecfccf428576d9af1d560240ac1dc3c11b73e4c12
-
-post_install() {
-	vlicense LICENSE
-	vdoc README
-}

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

end of thread, other threads:[~2022-02-16 15:40 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-11 20:36 [PR PATCH] sfeed: update to 1.2 notthewave
2022-02-11 20:45 ` [PR REVIEW] " Chocimier
2022-02-11 21:04 ` [PR PATCH] [Updated] " notthewave
2022-02-11 21:07 ` notthewave
2022-02-11 21:08 ` notthewave
2022-02-11 21:08 ` notthewave
2022-02-11 21:11 ` notthewave
2022-02-11 21:44 ` Chocimier
2022-02-11 21:50 ` [PR PATCH] [Updated] " notthewave
2022-02-11 21:52 ` notthewave
2022-02-11 21:54 ` notthewave
2022-02-11 22:38 ` notthewave
2022-02-12 14:04 ` notthewave
2022-02-13 19:50 ` [PR PATCH] [Updated] " notthewave
2022-02-13 19:53 ` notthewave
2022-02-13 20:01 ` notthewave
2022-02-13 20:08 ` notthewave
2022-02-13 20:08 ` notthewave
2022-02-13 23:59 ` tibequadorian
2022-02-14  0:02 ` [PR PATCH] [Updated] " notthewave
2022-02-14  0:03 ` notthewave
2022-02-14  7:26 ` [PR PATCH] [Merged]: " paper42
2022-02-16 10:22 ` dkwo
2022-02-16 15:40 ` notthewave

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