aboutsummaryrefslogtreecommitdiff
path: root/community/zathura/build
diff options
context:
space:
mode:
Diffstat (limited to 'community/zathura/build')
-rwxr-xr-xcommunity/zathura/build6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/zathura/build b/community/zathura/build
index d579fbdb..8688a263 100755
--- a/community/zathura/build
+++ b/community/zathura/build
@@ -1,8 +1,9 @@
#!/bin/sh -e
-export DESTDIR=$1
+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.
@@ -16,4 +17,5 @@ cl-meson \
ninja -C output
ninja -C output install
+# TODO update manual pages
clman zathura.1 zathurarc.5