summaryrefslogtreecommitdiff
path: root/zathura-pdf-mupdf
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-09-25 18:22:39 +0200
committerTim Biermann <tbier@posteo.de>2021-09-25 18:22:44 +0200
commit28bc7fe5e8bcedc6b356850ce6a323b9f47338b2 (patch)
tree7e999253cad2d271bdcf5a4fa4b40504d3a9b2cd /zathura-pdf-mupdf
parent9491402d82ef535067a88216482fd6b95af45503 (diff)
downloadcontrib-28bc7fe5e8bcedc6b356850ce6a323b9f47338b2.tar.gz
contrib-28bc7fe5e8bcedc6b356850ce6a323b9f47338b2.tar.xz
zathura-pdf-mupdf: initial commit, version 0.3.7
Diffstat (limited to 'zathura-pdf-mupdf')
-rw-r--r--zathura-pdf-mupdf/.footprint9
-rw-r--r--zathura-pdf-mupdf/.signature5
-rw-r--r--zathura-pdf-mupdf/Pkgfile23
3 files changed, 37 insertions, 0 deletions
diff --git a/zathura-pdf-mupdf/.footprint b/zathura-pdf-mupdf/.footprint
new file mode 100644
index 000000000..9f5413f0f
--- /dev/null
+++ b/zathura-pdf-mupdf/.footprint
@@ -0,0 +1,9 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/zathura/
+-rwxr-xr-x root/root usr/lib/zathura/libpdf-mupdf.so
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/org.pwmt.zathura-pdf-mupdf.desktop
+drwxr-xr-x root/root usr/share/metainfo/
+-rw-r--r-- root/root usr/share/metainfo/org.pwmt.zathura-pdf-mupdf.metainfo.xml
diff --git a/zathura-pdf-mupdf/.signature b/zathura-pdf-mupdf/.signature
new file mode 100644
index 000000000..e5f8e6352
--- /dev/null
+++ b/zathura-pdf-mupdf/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF34q0g9myhuLap8jFkZMAnX705ZbndLK4l6Iz5kFSJA8AvtMPfVJCpd9X5MKiEYSuFeMyqW1MmDDyGxDk18k5PAc=
+SHA256 (Pkgfile) = 3bc0cca397952661c1737c18d06d894f18b99bd18683b2341c97ff8ef94b6b75
+SHA256 (.footprint) = 6afe2b8de941c5d7fb3d0692f5260d9b8c733331a338279d2844dbd692db7add
+SHA256 (zathura-pdf-mupdf-0.3.7.tar.xz) = 2f00aa682d4d4a6324c9777bf158e51584c77729ec393f3e10343bec936ea21d
diff --git a/zathura-pdf-mupdf/Pkgfile b/zathura-pdf-mupdf/Pkgfile
new file mode 100644
index 000000000..2d276b4b8
--- /dev/null
+++ b/zathura-pdf-mupdf/Pkgfile
@@ -0,0 +1,23 @@
+# Description: PDF support for zathura using mupdf rendering library
+# URL: https://pwmt.org/projects/zathura-pdf-mupdf
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on: gumbo-parser jbig2dec mujs mupdf zathura
+
+name=zathura-pdf-mupdf
+version=0.3.7
+release=1
+source=(https://pwmt.org/projects/$name/download/$name-$version.tar.xz)
+
+build() {
+ meson setup $name-$version build \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --buildtype=plain \
+ --wrap-mode nodownload \
+ -D b_lto=true \
+ -D b_pie=true \
+ -D link-external=true
+ meson compile -C build
+ DESTDIR=$PKG meson install -C build
+ find $PKG -perm /go+w -exec chmod go-w {} \;
+}

Generated by cgit