aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-09-09 12:52:43 +0300
committerCem Keylan <cem@ckyln.com>2021-09-09 12:53:17 +0300
commit723dc83ff00e99fcf1917f6dd8a19e3890abf654 (patch)
tree97f8c5ecfe713a5e70d55efca42b16a48a03b82b /community
parent2f75f1eaec9204e7a3ffc03f017ad70f0dfedb21 (diff)
downloadrepository-723dc83ff00e99fcf1917f6dd8a19e3890abf654.tar.gz
zathura-pdf-poppler: use cl-meson
Diffstat (limited to 'community')
-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