fuzzel: update to 1.4.1.
This commit is contained in:
parent
d8cddc9565
commit
e25b27edf0
|
@ -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
|
||||
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue