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

* Re: [PR REVIEW] sfeed: update to 1.2.
  2022-02-11 20:36 [PR PATCH] sfeed: update to 1.2 notthewave
@ 2022-02-11 20:45 ` Chocimier
  2022-02-11 21:04 ` [PR PATCH] [Updated] " notthewave
                   ` (21 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Chocimier @ 2022-02-11 20:45 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/35542#discussion_r804993693

Comment:
It should rather become transitional package to sfeed.

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

* Re: [PR PATCH] [Updated] sfeed: update to 1.2.
  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 ` notthewave
  2022-02-11 21:07 ` notthewave
                   ` (20 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: notthewave @ 2022-02-11 21:04 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 2357 bytes --]

From ea4c271be6559ca4dc493a99281c7f1fe61de5f6 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/sfeed/template        |  9 +++++----
 srcpkgs/sfeed_curses          |  1 +
 srcpkgs/sfeed_curses/template | 20 --------------------
 3 files changed, 6 insertions(+), 24 deletions(-)
 create mode 120000 srcpkgs/sfeed_curses
 delete mode 100644 srcpkgs/sfeed_curses/template

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 b/srcpkgs/sfeed_curses
new file mode 120000
index 000000000000..7915495fb5a7
--- /dev/null
+++ b/srcpkgs/sfeed_curses
@@ -0,0 +1 @@
+sfeed
\ No newline at end of file
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

* Re: [PR PATCH] [Updated] sfeed: update to 1.2.
  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
                   ` (19 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: notthewave @ 2022-02-11 21:07 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 2505 bytes --]

From 16333b117c11cebfad01c6633a4c7e780cc14085 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/sfeed/template        | 15 +++++++++++----
 srcpkgs/sfeed_curses          |  1 +
 srcpkgs/sfeed_curses/template | 20 --------------------
 3 files changed, 12 insertions(+), 24 deletions(-)
 create mode 120000 srcpkgs/sfeed_curses
 delete mode 100644 srcpkgs/sfeed_curses/template

diff --git a/srcpkgs/sfeed/template b/srcpkgs/sfeed/template
index 676dc2884df6..2732b99f403f 100644
--- a/srcpkgs/sfeed/template
+++ b/srcpkgs/sfeed/template
@@ -1,17 +1,24 @@
 # 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
 }
+
+sfeed_curses_package() {
+	depends="sfeed>=${version}_${revision}"
+	build_style=meta
+	short_desc+=" (transitional dummy package)"
+}
diff --git a/srcpkgs/sfeed_curses b/srcpkgs/sfeed_curses
new file mode 120000
index 000000000000..7915495fb5a7
--- /dev/null
+++ b/srcpkgs/sfeed_curses
@@ -0,0 +1 @@
+sfeed
\ No newline at end of file
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

* Re: sfeed: update to 1.2.
  2022-02-11 20:36 [PR PATCH] sfeed: update to 1.2 notthewave
                   ` (2 preceding siblings ...)
  2022-02-11 21:07 ` notthewave
@ 2022-02-11 21:08 ` notthewave
  2022-02-11 21:08 ` notthewave
                   ` (18 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: notthewave @ 2022-02-11 21:08 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/pull/35542#issuecomment-1036624378

Comment:
@Chocimier is that how it's done?

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

* Re: sfeed: update to 1.2.
  2022-02-11 20:36 [PR PATCH] sfeed: update to 1.2 notthewave
                   ` (3 preceding siblings ...)
  2022-02-11 21:08 ` notthewave
@ 2022-02-11 21:08 ` notthewave
  2022-02-11 21:11 ` notthewave
                   ` (17 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: notthewave @ 2022-02-11 21:08 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/pull/35542#issuecomment-1036624378

Comment:
@Chocimier is that the way to do it?

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

* Re: sfeed: update to 1.2.
  2022-02-11 20:36 [PR PATCH] sfeed: update to 1.2 notthewave
                   ` (4 preceding siblings ...)
  2022-02-11 21:08 ` notthewave
@ 2022-02-11 21:11 ` notthewave
  2022-02-11 21:44 ` Chocimier
                   ` (16 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: notthewave @ 2022-02-11 21:11 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/pull/35542#issuecomment-1036624378

Comment:
@Chocimier is that the way to do it? Also should I include anything else the maintainer of sfeed proposed in #35521?

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

* Re: sfeed: update to 1.2.
  2022-02-11 20:36 [PR PATCH] sfeed: update to 1.2 notthewave
                   ` (5 preceding siblings ...)
  2022-02-11 21:11 ` notthewave
@ 2022-02-11 21:44 ` Chocimier
  2022-02-11 21:50 ` [PR PATCH] [Updated] " notthewave
                   ` (15 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Chocimier @ 2022-02-11 21:44 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/35542#issuecomment-1036649635

Comment:
Correct.
Conflicts an provides are better solved by transitional package. Not sure what make_use_env is for. vdoc readme look useful unless it repeats manpages.

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

* Re: [PR PATCH] [Updated] sfeed: update to 1.2.
  2022-02-11 20:36 [PR PATCH] sfeed: update to 1.2 notthewave
                   ` (6 preceding siblings ...)
  2022-02-11 21:44 ` Chocimier
@ 2022-02-11 21:50 ` notthewave
  2022-02-11 21:52 ` notthewave
                   ` (14 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: notthewave @ 2022-02-11 21:50 UTC (permalink / raw)
  To: ml

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

There is an updated 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 d29899a684c25c2e0bae50c994ac85362b059e66 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/sfeed/template        | 16 ++++++++++++----
 srcpkgs/sfeed_curses          |  1 +
 srcpkgs/sfeed_curses/template | 20 --------------------
 3 files changed, 13 insertions(+), 24 deletions(-)
 create mode 120000 srcpkgs/sfeed_curses
 delete mode 100644 srcpkgs/sfeed_curses/template

diff --git a/srcpkgs/sfeed/template b/srcpkgs/sfeed/template
index 676dc2884df6..95c8a576c3ee 100644
--- a/srcpkgs/sfeed/template
+++ b/srcpkgs/sfeed/template
@@ -1,17 +1,25 @@
 # 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
+        vdoc README
+}
+
+sfeed_curses_package() {
+	depends="sfeed>=${version}_${revision}"
+	build_style=meta
+	short_desc+=" (transitional dummy package)"
 }
diff --git a/srcpkgs/sfeed_curses b/srcpkgs/sfeed_curses
new file mode 120000
index 000000000000..7915495fb5a7
--- /dev/null
+++ b/srcpkgs/sfeed_curses
@@ -0,0 +1 @@
+sfeed
\ No newline at end of file
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

* Re: [PR PATCH] [Updated] sfeed: update to 1.2.
  2022-02-11 20:36 [PR PATCH] sfeed: update to 1.2 notthewave
                   ` (7 preceding siblings ...)
  2022-02-11 21:50 ` [PR PATCH] [Updated] " notthewave
@ 2022-02-11 21:52 ` notthewave
  2022-02-11 21:54 ` notthewave
                   ` (13 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: notthewave @ 2022-02-11 21:52 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 2520 bytes --]

From 1fd1ab960a20a388b49b2c8172d585411c29db10 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/sfeed/template        | 16 ++++++++++++----
 srcpkgs/sfeed_curses          |  1 +
 srcpkgs/sfeed_curses/template | 20 --------------------
 3 files changed, 13 insertions(+), 24 deletions(-)
 create mode 120000 srcpkgs/sfeed_curses
 delete mode 100644 srcpkgs/sfeed_curses/template

diff --git a/srcpkgs/sfeed/template b/srcpkgs/sfeed/template
index 676dc2884df6..7e14e94c6a6b 100644
--- a/srcpkgs/sfeed/template
+++ b/srcpkgs/sfeed/template
@@ -1,17 +1,25 @@
 # 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
+	vdoc README
+}
+
+sfeed_curses_package() {
+	depends="sfeed>=${version}_${revision}"
+	build_style=meta
+	short_desc+=" (transitional dummy package)"
 }
diff --git a/srcpkgs/sfeed_curses b/srcpkgs/sfeed_curses
new file mode 120000
index 000000000000..7915495fb5a7
--- /dev/null
+++ b/srcpkgs/sfeed_curses
@@ -0,0 +1 @@
+sfeed
\ No newline at end of file
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

* Re: sfeed: update to 1.2.
  2022-02-11 20:36 [PR PATCH] sfeed: update to 1.2 notthewave
                   ` (8 preceding siblings ...)
  2022-02-11 21:52 ` notthewave
@ 2022-02-11 21:54 ` notthewave
  2022-02-11 22:38 ` notthewave
                   ` (12 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: notthewave @ 2022-02-11 21:54 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/pull/35542#issuecomment-1036660020

Comment:
looks useful. tons of examples

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

* Re: sfeed: update to 1.2.
  2022-02-11 20:36 [PR PATCH] sfeed: update to 1.2 notthewave
                   ` (9 preceding siblings ...)
  2022-02-11 21:54 ` notthewave
@ 2022-02-11 22:38 ` notthewave
  2022-02-12 14:04 ` notthewave
                   ` (11 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: notthewave @ 2022-02-11 22:38 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/pull/35542#issuecomment-1036660020

Comment:
looks useful. tons of examples - does not seen to repeat man pages

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

* Re: sfeed: update to 1.2.
  2022-02-11 20:36 [PR PATCH] sfeed: update to 1.2 notthewave
                   ` (10 preceding siblings ...)
  2022-02-11 22:38 ` notthewave
@ 2022-02-12 14:04 ` notthewave
  2022-02-13 19:50 ` [PR PATCH] [Updated] " notthewave
                   ` (10 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: notthewave @ 2022-02-12 14:04 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/pull/35542#issuecomment-1036660020

Comment:
looks useful. tons of examples - does not seen to repeat man pages

considering ncurses is in base-system should it even be in depends= ?

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

* Re: [PR PATCH] [Updated] sfeed: update to 1.2.
  2022-02-11 20:36 [PR PATCH] sfeed: update to 1.2 notthewave
                   ` (11 preceding siblings ...)
  2022-02-12 14:04 ` notthewave
@ 2022-02-13 19:50 ` notthewave
  2022-02-13 19:53 ` notthewave
                   ` (9 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: notthewave @ 2022-02-13 19:50 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 2494 bytes --]

From c4dfd5e88fb590e5453143ea99db03b549b51975 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/sfeed/template        | 14 +++++++++++---
 srcpkgs/sfeed_curses          |  1 +
 srcpkgs/sfeed_curses/template | 20 --------------------
 3 files changed, 12 insertions(+), 23 deletions(-)
 create mode 120000 srcpkgs/sfeed_curses
 delete mode 100644 srcpkgs/sfeed_curses/template

diff --git a/srcpkgs/sfeed/template b/srcpkgs/sfeed/template
index 676dc2884df6..47ca1fd14112 100644
--- a/srcpkgs/sfeed/template
+++ b/srcpkgs/sfeed/template
@@ -1,17 +1,25 @@
 # 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"
+makedepends="ncurses-devel"
 depends="curl"
 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
+	vdoc README
+}
+
+sfeed_curses_package() {
+	depends="sfeed>=${version}_${revision}"
+	build_style=meta
+	short_desc+=" (transitional dummy package)"
 }
diff --git a/srcpkgs/sfeed_curses b/srcpkgs/sfeed_curses
new file mode 120000
index 000000000000..7915495fb5a7
--- /dev/null
+++ b/srcpkgs/sfeed_curses
@@ -0,0 +1 @@
+sfeed
\ No newline at end of file
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

* Re: [PR PATCH] [Updated] sfeed: update to 1.2.
  2022-02-11 20:36 [PR PATCH] sfeed: update to 1.2 notthewave
                   ` (12 preceding siblings ...)
  2022-02-13 19:50 ` [PR PATCH] [Updated] " notthewave
@ 2022-02-13 19:53 ` notthewave
  2022-02-13 20:01 ` notthewave
                   ` (8 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: notthewave @ 2022-02-13 19:53 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 2494 bytes --]

From 9907f9f6035045fc35a9ff5ee0ab658a967a6175 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/sfeed/template        | 14 +++++++++++---
 srcpkgs/sfeed_curses          |  1 +
 srcpkgs/sfeed_curses/template | 20 --------------------
 3 files changed, 12 insertions(+), 23 deletions(-)
 create mode 120000 srcpkgs/sfeed_curses
 delete mode 100644 srcpkgs/sfeed_curses/template

diff --git a/srcpkgs/sfeed/template b/srcpkgs/sfeed/template
index 676dc2884df6..47ca1fd14112 100644
--- a/srcpkgs/sfeed/template
+++ b/srcpkgs/sfeed/template
@@ -1,17 +1,25 @@
 # 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"
+makedepends="ncurses-devel"
 depends="curl"
 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
+	vdoc README
+}
+
+sfeed_curses_package() {
+	depends="sfeed>=${version}_${revision}"
+	build_style=meta
+	short_desc+=" (transitional dummy package)"
 }
diff --git a/srcpkgs/sfeed_curses b/srcpkgs/sfeed_curses
new file mode 120000
index 000000000000..7915495fb5a7
--- /dev/null
+++ b/srcpkgs/sfeed_curses
@@ -0,0 +1 @@
+sfeed
\ No newline at end of file
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

* Re: [PR PATCH] [Updated] sfeed: update to 1.2.
  2022-02-11 20:36 [PR PATCH] sfeed: update to 1.2 notthewave
                   ` (13 preceding siblings ...)
  2022-02-13 19:53 ` notthewave
@ 2022-02-13 20:01 ` notthewave
  2022-02-13 20:08 ` notthewave
                   ` (7 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: notthewave @ 2022-02-13 20:01 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 2520 bytes --]

From 882b55d764eb5b506aeaf5c8ee3ed90b3efbfe9e 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/sfeed/template        | 16 ++++++++++++----
 srcpkgs/sfeed_curses          |  1 +
 srcpkgs/sfeed_curses/template | 20 --------------------
 3 files changed, 13 insertions(+), 24 deletions(-)
 create mode 120000 srcpkgs/sfeed_curses
 delete mode 100644 srcpkgs/sfeed_curses/template

diff --git a/srcpkgs/sfeed/template b/srcpkgs/sfeed/template
index 676dc2884df6..7e14e94c6a6b 100644
--- a/srcpkgs/sfeed/template
+++ b/srcpkgs/sfeed/template
@@ -1,17 +1,25 @@
 # 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
+	vdoc README
+}
+
+sfeed_curses_package() {
+	depends="sfeed>=${version}_${revision}"
+	build_style=meta
+	short_desc+=" (transitional dummy package)"
 }
diff --git a/srcpkgs/sfeed_curses b/srcpkgs/sfeed_curses
new file mode 120000
index 000000000000..7915495fb5a7
--- /dev/null
+++ b/srcpkgs/sfeed_curses
@@ -0,0 +1 @@
+sfeed
\ No newline at end of file
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

* Re: sfeed: update to 1.2.
  2022-02-11 20:36 [PR PATCH] sfeed: update to 1.2 notthewave
                   ` (14 preceding siblings ...)
  2022-02-13 20:01 ` notthewave
@ 2022-02-13 20:08 ` notthewave
  2022-02-13 20:08 ` notthewave
                   ` (6 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: notthewave @ 2022-02-13 20:08 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/pull/35542#issuecomment-1038395488

Comment:
First I decied to remove it since some packages don't install base-sytem dependencies, but then I saw multiple listing it in depends= (including the original sfeed_curses). So I reverted the change again sorry for cloging up your inbox.

You can merge this. But maybe clarify if packages in base-system should be added to depends= or not (Manual.md). 

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

* Re: sfeed: update to 1.2.
  2022-02-11 20:36 [PR PATCH] sfeed: update to 1.2 notthewave
                   ` (15 preceding siblings ...)
  2022-02-13 20:08 ` notthewave
@ 2022-02-13 20:08 ` notthewave
  2022-02-13 23:59 ` tibequadorian
                   ` (5 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: notthewave @ 2022-02-13 20:08 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/pull/35542#issuecomment-1038395488

Comment:
First I decied to remove it since some packages don't install base-sytem dependencies, but then I saw multiple listing it in depends= (including the original sfeed_curses). So I reverted the change again. sorry for cloging up your inbox.

You can merge this. But maybe clarify if packages in base-system should be added to depends= or not (Manual.md). 

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

* Re: sfeed: update to 1.2.
  2022-02-11 20:36 [PR PATCH] sfeed: update to 1.2 notthewave
                   ` (16 preceding siblings ...)
  2022-02-13 20:08 ` notthewave
@ 2022-02-13 23:59 ` tibequadorian
  2022-02-14  0:02 ` [PR PATCH] [Updated] " notthewave
                   ` (4 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: tibequadorian @ 2022-02-13 23:59 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35542#issuecomment-1038484164

Comment:
ncurses in depends= is not required because xbps already detects ncurses-libs as a required dependency.
Not because it's in base-system as users might also want to use base-minimal instead.

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

* Re: [PR PATCH] [Updated] sfeed: update to 1.2.
  2022-02-11 20:36 [PR PATCH] sfeed: update to 1.2 notthewave
                   ` (17 preceding siblings ...)
  2022-02-13 23:59 ` tibequadorian
@ 2022-02-14  0:02 ` notthewave
  2022-02-14  0:03 ` notthewave
                   ` (3 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: notthewave @ 2022-02-14  0:02 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 2494 bytes --]

From 58ced66577148a41c122806db16b6aff4e916582 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/sfeed/template        | 14 +++++++++++---
 srcpkgs/sfeed_curses          |  1 +
 srcpkgs/sfeed_curses/template | 20 --------------------
 3 files changed, 12 insertions(+), 23 deletions(-)
 create mode 120000 srcpkgs/sfeed_curses
 delete mode 100644 srcpkgs/sfeed_curses/template

diff --git a/srcpkgs/sfeed/template b/srcpkgs/sfeed/template
index 676dc2884df6..47ca1fd14112 100644
--- a/srcpkgs/sfeed/template
+++ b/srcpkgs/sfeed/template
@@ -1,17 +1,25 @@
 # 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"
+makedepends="ncurses-devel"
 depends="curl"
 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
+	vdoc README
+}
+
+sfeed_curses_package() {
+	depends="sfeed>=${version}_${revision}"
+	build_style=meta
+	short_desc+=" (transitional dummy package)"
 }
diff --git a/srcpkgs/sfeed_curses b/srcpkgs/sfeed_curses
new file mode 120000
index 000000000000..7915495fb5a7
--- /dev/null
+++ b/srcpkgs/sfeed_curses
@@ -0,0 +1 @@
+sfeed
\ No newline at end of file
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

* Re: sfeed: update to 1.2.
  2022-02-11 20:36 [PR PATCH] sfeed: update to 1.2 notthewave
                   ` (18 preceding siblings ...)
  2022-02-14  0:02 ` [PR PATCH] [Updated] " notthewave
@ 2022-02-14  0:03 ` notthewave
  2022-02-14  7:26 ` [PR PATCH] [Merged]: " paper42
                   ` (2 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: notthewave @ 2022-02-14  0:03 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/pull/35542#issuecomment-1038485943

Comment:
Ok thanks for clarification. 

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

* Re: [PR PATCH] [Merged]: sfeed: update to 1.2.
  2022-02-11 20:36 [PR PATCH] sfeed: update to 1.2 notthewave
                   ` (19 preceding siblings ...)
  2022-02-14  0:03 ` notthewave
@ 2022-02-14  7:26 ` paper42
  2022-02-16 10:22 ` dkwo
  2022-02-16 15:40 ` notthewave
  22 siblings, 0 replies; 24+ messages in thread
From: paper42 @ 2022-02-14  7:26 UTC (permalink / raw)
  To: ml

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

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

sfeed: update to 1.2.
https://github.com/void-linux/void-packages/pull/35542

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

* Re: sfeed: update to 1.2.
  2022-02-11 20:36 [PR PATCH] sfeed: update to 1.2 notthewave
                   ` (20 preceding siblings ...)
  2022-02-14  7:26 ` [PR PATCH] [Merged]: " paper42
@ 2022-02-16 10:22 ` dkwo
  2022-02-16 15:40 ` notthewave
  22 siblings, 0 replies; 24+ messages in thread
From: dkwo @ 2022-02-16 10:22 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/35542#issuecomment-1041333630

Comment:
Why was `lynx` removed from `depends`?

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

* Re: sfeed: update to 1.2.
  2022-02-11 20:36 [PR PATCH] sfeed: update to 1.2 notthewave
                   ` (21 preceding siblings ...)
  2022-02-16 10:22 ` dkwo
@ 2022-02-16 15:40 ` notthewave
  22 siblings, 0 replies; 24+ messages in thread
From: notthewave @ 2022-02-16 15:40 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/pull/35542#issuecomment-1041750469

Comment:
```
sfeed_content formats feed data (TSV) from sfeed(1) from stdin or for
     each file to stdout as plain-text content.  For HTML content it uses
     lynx(1) to convert it to plain-text.  At the end it uses the pager to
     view the output.  The sfeed_content script can be used by sfeed_curses(1)
     to view content.

SFEED_HTMLCONV
             The program used to convert HTML content to plain-text.  If it is
             not set it will use lynx by default.
```
It can be set by the user, however lynx is the default. 

Not sure what to prefer here.

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