Github messages for voidlinux
 help / color / mirror / Atom feed
From: notthewave <notthewave@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] sfeed: update to 1.2.
Date: Fri, 11 Feb 2022 22:07:54 +0100	[thread overview]
Message-ID: <20220211210754.qzJaIlz1CujFxXLm9FS93jkYoKAdcCaT1fttMKRkp-Y@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35542@inbox.vuxu.org>

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

  parent reply	other threads:[~2022-02-11 21:07 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-11 20:36 [PR PATCH] " notthewave
2022-02-11 20:45 ` [PR REVIEW] " Chocimier
2022-02-11 21:04 ` [PR PATCH] [Updated] " notthewave
2022-02-11 21:07 ` notthewave [this message]
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

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=20220211210754.qzJaIlz1CujFxXLm9FS93jkYoKAdcCaT1fttMKRkp-Y@z \
    --to=notthewave@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).