Github messages for voidlinux
 help / color / mirror / Atom feed
From: ifreund <ifreund@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: fuzzel-1.4.0
Date: Sat, 15 Aug 2020 22:32:24 +0200	[thread overview]
Message-ID: <20200815203224.ervEiPYD86XviWMP9utK3otPDQ4P9DP2VQFS1ngVTDY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24290@inbox.vuxu.org>

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

There is an updated pull request by ifreund against master on the void-packages repository

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

New package: fuzzel-1.4.0


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

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

From c613b38788b08d98699a8c44bf6d7d3b3484c724 Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Sat, 15 Aug 2020 15:09:53 +0200
Subject: [PATCH] New package: fuzzel-1.4.0

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

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
new file mode 100644
index 00000000000..b4cf597734d
--- /dev/null
+++ b/srcpkgs/fuzzel/patches/0001-meson-don-t-use-.gz-extension-for-man-pages.patch
@@ -0,0 +1,27 @@
+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
new file mode 100644
index 00000000000..03c587dc10c
--- /dev/null
+++ b/srcpkgs/fuzzel/template
@@ -0,0 +1,22 @@
+# Template file for 'fuzzel'
+pkgname=fuzzel
+version=1.4.0
+revision=1
+wrksrc=$pkgname
+build_style=meson
+hostmakedepends="pkg-config scdoc wayland-devel"
+makedepends="cairo-devel fcft-devel librsvg-devel libxkbcommon-devel
+ pixman-devel tllist wayland-devel wayland-protocols"
+short_desc="Application launcher for wlroots based Wayland compositors"
+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
+
+post_install() {
+	# meson installs the license to here, which is not where we want it
+	rm ${PKGDESTDIR}/usr/share/doc/${sourcepkg}/LICENSE
+	vlicense LICENSE
+}

  reply	other threads:[~2020-08-15 20:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-15 13:11 [PR PATCH] " ifreund
2020-08-15 20:32 ` ifreund [this message]
2020-08-15 23:35 ` [PR PATCH] [Updated] " ifreund
2020-08-15 23:41 ` ifreund
2020-08-15 23:45 ` [PR PATCH] [Closed]: " 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=20200815203224.ervEiPYD86XviWMP9utK3otPDQ4P9DP2VQFS1ngVTDY@z \
    --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).