[arch-commits] Commit in zathura-pdf-poppler/repos (3 files)

Johannes Löthberg demize at archlinux.org
Sat Feb 1 15:10:51 UTC 2020


    Date: Saturday, February 1, 2020 @ 15:10:51
  Author: demize
Revision: 561037

db-move: moved zathura-pdf-poppler from [community-staging] to [community-testing] (x86_64)

Added:
  zathura-pdf-poppler/repos/community-testing-x86_64/
  zathura-pdf-poppler/repos/community-testing-x86_64/PKGBUILD
    (from rev 561036, zathura-pdf-poppler/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  zathura-pdf-poppler/repos/community-staging-x86_64/

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Copied: zathura-pdf-poppler/repos/community-testing-x86_64/PKGBUILD (from rev 561036, zathura-pdf-poppler/repos/community-staging-x86_64/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2020-02-01 15:10:51 UTC (rev 561037)
@@ -0,0 +1,31 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com)
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: karnath <karnathtorjian at gmail.com>
+
+pkgname=zathura-pdf-poppler
+pkgver=0.3.0
+pkgrel=1
+
+pkgdesc="Adds pdf support to zathura by using the poppler engine"
+url="https://pwmt.org/projects/zathura-pdf-poppler/"
+arch=('x86_64')
+license=('custom')
+
+depends=('poppler-glib' 'zathura' 'desktop-file-utils')
+makedepends=('meson' 'ninja')
+
+source=(zathura-pdf-poppler-$pkgver.tar.gz::https://github.com/pwmt/zathura-pdf-poppler/archive/$pkgver.tar.gz)
+
+sha1sums=('a7f307d7de4f4f68212d7e665024af0a595e28f5')
+
+build() {
+  cd zathura-pdf-poppler-$pkgver
+  arch-meson build
+  ninja -C build
+}
+
+package(){
+  DESTDIR="$pkgdir" ninja -C zathura-pdf-poppler-$pkgver/build install
+  install -Dm0644 zathura-pdf-poppler-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list