Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: fuzzel-1.4.0
@ 2020-08-15 13:11 ifreund
  2020-08-15 20:32 ` [PR PATCH] [Updated] " ifreund
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ifreund @ 2020-08-15 13:11 UTC (permalink / raw)
  To: ml

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

There is a new 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: 2584 bytes --]

From 74cef5c90b3e55c78be406cd40ee708c11b8a600 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..8c4f7477a77
--- /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"
+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
+}

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

* Re: [PR PATCH] [Updated] New package: fuzzel-1.4.0
  2020-08-15 13:11 [PR PATCH] New package: fuzzel-1.4.0 ifreund
@ 2020-08-15 20:32 ` ifreund
  2020-08-15 23:35 ` ifreund
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ifreund @ 2020-08-15 20:32 UTC (permalink / raw)
  To: ml

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

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

* Re: [PR PATCH] [Updated] New package: fuzzel-1.4.0
  2020-08-15 13:11 [PR PATCH] New package: fuzzel-1.4.0 ifreund
  2020-08-15 20:32 ` [PR PATCH] [Updated] " ifreund
@ 2020-08-15 23:35 ` ifreund
  2020-08-15 23:41 ` ifreund
  2020-08-15 23:45 ` [PR PATCH] [Closed]: " Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: ifreund @ 2020-08-15 23:35 UTC (permalink / raw)
  To: ml

[-- 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: 2530 bytes --]

From eca4cee00e117c1a64a4a3d9d26aef1dc3a0c37d 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                       | 21 +++++++++++++++
 2 files changed, 48 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..2bf1fa1f44a
--- /dev/null
+++ b/srcpkgs/fuzzel/template
@@ -0,0 +1,21 @@
+# 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() {
+	rm ${PKGDESTDIR}/usr/share/doc/${sourcepkg}/LICENSE
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: fuzzel-1.4.0
  2020-08-15 13:11 [PR PATCH] New package: fuzzel-1.4.0 ifreund
  2020-08-15 20:32 ` [PR PATCH] [Updated] " ifreund
  2020-08-15 23:35 ` ifreund
@ 2020-08-15 23:41 ` ifreund
  2020-08-15 23:45 ` [PR PATCH] [Closed]: " Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: ifreund @ 2020-08-15 23:41 UTC (permalink / raw)
  To: ml

[-- 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: 2528 bytes --]

From afcce67ff6adfa7ba6ece219d18c1f7c056cb2b9 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                       | 21 +++++++++++++++
 2 files changed, 48 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..3e9f2f271fb
--- /dev/null
+++ b/srcpkgs/fuzzel/template
@@ -0,0 +1,21 @@
+# 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() {
+	rm ${PKGDESTDIR}/usr/share/doc/${pkgname}/LICENSE
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Closed]: New package: fuzzel-1.4.0
  2020-08-15 13:11 [PR PATCH] New package: fuzzel-1.4.0 ifreund
                   ` (2 preceding siblings ...)
  2020-08-15 23:41 ` ifreund
@ 2020-08-15 23:45 ` Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: Piraty @ 2020-08-15 23:45 UTC (permalink / raw)
  To: ml

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

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

New package: fuzzel-1.4.0
https://github.com/void-linux/void-packages/pull/24290

Description:


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

end of thread, other threads:[~2020-08-15 23:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-15 13:11 [PR PATCH] New package: fuzzel-1.4.0 ifreund
2020-08-15 20:32 ` [PR PATCH] [Updated] " ifreund
2020-08-15 23:35 ` ifreund
2020-08-15 23:41 ` ifreund
2020-08-15 23:45 ` [PR PATCH] [Closed]: " Piraty

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