diff options
author | Cem Keylan <cem@ckyln.com> | 2022-02-15 00:54:23 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-02-15 00:54:23 +0100 |
commit | 6f57a2034e731e9b514e4484816a072be480c9d3 (patch) | |
tree | 8933bf706afefad8fa6eae0a3afb20713d84ba73 /community/zathura/build | |
parent | 3c3dd8a8d182c365c1f7f85a26387dca080a6187 (diff) | |
download | repository-6f57a2034e731e9b514e4484816a072be480c9d3.tar.gz |
zathura: bump to 0.4.9
Diffstat (limited to 'community/zathura/build')
-rwxr-xr-x | community/zathura/build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/zathura/build b/community/zathura/build index 4706c829..58f7c8b2 100755 --- a/community/zathura/build +++ b/community/zathura/build @@ -2,7 +2,8 @@ export DESTDIR="$1" -patch -p1 < remove_gettext.patch +# Disable gettext requirement. +clsed '/i18n/,/^)$/d' data/meson.build # Fix build errors when appstream-glib or # desktop-file-utils are installed. |