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

Evangelos Foutras foutrelis at archlinux.org
Thu Oct 5 09:49:51 UTC 2017


    Date: Thursday, October 5, 2017 @ 09:49:50
  Author: foutrelis
Revision: 261624

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  zathura-pdf-poppler/repos/community-staging-i686/
  zathura-pdf-poppler/repos/community-staging-i686/PKGBUILD
    (from rev 261623, zathura-pdf-poppler/trunk/PKGBUILD)
  zathura-pdf-poppler/repos/community-staging-x86_64/
  zathura-pdf-poppler/repos/community-staging-x86_64/PKGBUILD
    (from rev 261623, zathura-pdf-poppler/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: zathura-pdf-poppler/repos/community-staging-i686/PKGBUILD (from rev 261623, zathura-pdf-poppler/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-10-05 09:49:50 UTC (rev 261624)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# 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.2.7
+pkgrel=2
+
+pkgdesc="Adds pdf support to zathura by using the poppler engine"
+url="https://pwmt.org/projects/zathura-pdf-poppler/"
+arch=('i686' 'x86_64')
+license=('custom')
+
+depends=('poppler-glib' 'zathura' 'desktop-file-utils')
+
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-pdf-poppler-$pkgver.tar.gz)
+
+sha1sums=('b26fc1eed94bf3119fb7144791b2f5e1ceac40ba')
+
+build() {
+  make -C zathura-pdf-poppler-$pkgver
+}
+
+package(){
+  make -C zathura-pdf-poppler-$pkgver DESTDIR="$pkgdir" install
+  install -Dm0644 zathura-pdf-poppler-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: zathura-pdf-poppler/repos/community-staging-x86_64/PKGBUILD (from rev 261623, zathura-pdf-poppler/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-10-05 09:49:50 UTC (rev 261624)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# 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.2.7
+pkgrel=2
+
+pkgdesc="Adds pdf support to zathura by using the poppler engine"
+url="https://pwmt.org/projects/zathura-pdf-poppler/"
+arch=('i686' 'x86_64')
+license=('custom')
+
+depends=('poppler-glib' 'zathura' 'desktop-file-utils')
+
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-pdf-poppler-$pkgver.tar.gz)
+
+sha1sums=('b26fc1eed94bf3119fb7144791b2f5e1ceac40ba')
+
+build() {
+  make -C zathura-pdf-poppler-$pkgver
+}
+
+package(){
+  make -C zathura-pdf-poppler-$pkgver DESTDIR="$pkgdir" install
+  install -Dm0644 zathura-pdf-poppler-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list