aboutsummaryrefslogtreecommitdiff
path: root/community/zathura-pdf-poppler
diff options
context:
space:
mode:
Diffstat (limited to 'community/zathura-pdf-poppler')
-rwxr-xr-xcommunity/zathura-pdf-poppler/build11
-rw-r--r--community/zathura-pdf-poppler/depends1
2 files changed, 7 insertions, 5 deletions
diff --git a/community/zathura-pdf-poppler/build b/community/zathura-pdf-poppler/build
index 3dcdb2ba..d0928030 100755
--- a/community/zathura-pdf-poppler/build
+++ b/community/zathura-pdf-poppler/build
@@ -1,8 +1,9 @@
#!/bin/sh -e
-meson build \
- --prefix=/usr \
- --sysconfdir=/etc \
- --buildtype=release
+export DESTDIR=$1
+
+cl-meson \
+ . output
-DESTDIR="$1" ninja -C build install
+ninja -C output
+ninja -C output install
diff --git a/community/zathura-pdf-poppler/depends b/community/zathura-pdf-poppler/depends
index 1821fdad..40d1a74d 100644
--- a/community/zathura-pdf-poppler/depends
+++ b/community/zathura-pdf-poppler/depends
@@ -1,3 +1,4 @@
+glib
meson make
poppler
zathura