Github messages for voidlinux
 help / color / mirror / Atom feed
From: ifreund <ifreund@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] fuzzel: update to 1.4.1.
Date: Sun, 16 Aug 2020 23:29:12 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24311@inbox.vuxu.org> (raw)

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

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

https://github.com/ifreund/void-packages bump-fuzzel
https://github.com/void-linux/void-packages/pull/24311

fuzzel: update to 1.4.1.


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

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

From 3577a20713b88724f2f9240a8eb707fadab9a3c7 Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Sun, 16 Aug 2020 23:28:31 +0200
Subject: [PATCH] fuzzel: update to 1.4.1.

---
 ...on-t-use-.gz-extension-for-man-pages.patch | 27 -------------------
 srcpkgs/fuzzel/template                       |  5 ++--
 2 files changed, 2 insertions(+), 30 deletions(-)
 delete mode 100644 srcpkgs/fuzzel/patches/0001-meson-don-t-use-.gz-extension-for-man-pages.patch

diff --git a/srcpkgs/fuzzel/patches/0001-meson-don-t-use-.gz-extension-for-man-pages.patch b/srcpkgs/fuzzel/patches/0001-meson-don-t-use-.gz-extension-for-man-pages.patch
deleted file mode 100644
index b4cf597734d..00000000000
--- a/srcpkgs/fuzzel/patches/0001-meson-don-t-use-.gz-extension-for-man-pages.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From e6e05877f6e0c8ba363422cec33b8913497dbf78 Mon Sep 17 00:00:00 2001
-From: Isaac Freund <ifreund@ifreund.xyz>
-Date: Sat, 15 Aug 2020 14:57:41 +0200
-Subject: [PATCH] meson: don't use .gz extension for man pages
-
-The man pages aren't compressed with gzip and therefore shouldn't have
-this extension.
----
- doc/meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/doc/meson.build b/doc/meson.build
-index 7e3d9b4..2755dd2 100644
---- a/doc/meson.build
-+++ b/doc/meson.build
-@@ -4,7 +4,7 @@ scdoc_prog = find_program(scdoc.get_pkgconfig_variable('scdoc'), native: true)
- 
- foreach man_src : ['fuzzel.scd']
-   base = man_src.split('.')[-2]
--  out = '@0@.1.gz'.format(base)
-+  out = '@0@.1'.format(base)
- 
-   custom_target(
-     out,
--- 
-2.28.0
-
diff --git a/srcpkgs/fuzzel/template b/srcpkgs/fuzzel/template
index 410877ee445..1df01654d30 100644
--- a/srcpkgs/fuzzel/template
+++ b/srcpkgs/fuzzel/template
@@ -1,6 +1,6 @@
 # Template file for 'fuzzel'
 pkgname=fuzzel
-version=1.4.0
+version=1.4.1
 revision=1
 wrksrc="$pkgname"
 build_style=meson
@@ -12,8 +12,7 @@ maintainer="Isaac Freund <ifreund@ifreund.xyz>"
 license="MIT"
 homepage="https://codeberg.org/dnkl/fuzzel"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=2a189c6879726dd96a816a2ce677b7899225726da5477878230c0be6c29f6089
-patch_args="-Np1"
+checksum=7cae8d2fa45d7d5558da6a8bcdc890a87f28152581c6d93196ab4e75dd9cdf55
 
 post_install() {
 	rm "${PKGDESTDIR}/usr/share/doc/${pkgname}/LICENSE"

             reply	other threads:[~2020-08-16 21:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-16 21:29 ifreund [this message]
2020-08-17  8:34 ` [PR PATCH] [Merged]: " Piraty

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-24311@inbox.vuxu.org \
    --to=ifreund@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).