Date: Thursday, May 23, 2013 @ 01:26:10
  Author: dwallace
Revision: 91453

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

Added:
  zathura-pdf-poppler/repos/community-i686/PKGBUILD
Deleted:
  zathura-pdf-poppler/repos/community-x86_64/PKGBUILD

---------------------------+
 community-i686/PKGBUILD   |   25 +++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   25 -------------------------
 2 files changed, 25 insertions(+), 25 deletions(-)

Added: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2013-05-22 23:26:10 UTC (rev 91453)
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: karnath <[email protected]>
+
+pkgname=zathura-pdf-poppler
+pkgver=0.2.3
+pkgrel=1
+pkgdesc="Adds pdf support to zathura by using the poppler engine"
+arch=('i686' 'x86_64')
+url="https://pwmt.org/projects/zathura/plugins/zathura-pdf-poppler/";
+license=('custom')
+depends=('poppler-glib' 'zathura')
+install="$pkgname.install"
+source=("https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz";)
+md5sums=('1d8deb2d2ee5a6847267f977b8f2e542')
+
+build() {
+  make -C "${srcdir}/$pkgname-$pkgver"
+}
+
+package(){
+  make -C "${srcdir}/$pkgname-$pkgver" DESTDIR="$pkgdir" install
+  install -Dm0644 "${srcdir}/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2013-05-22 23:23:11 UTC (rev 91452)
+++ community-x86_64/PKGBUILD   2013-05-22 23:26:10 UTC (rev 91453)
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Maintainer: Sergej Pupykin <[email protected]>
-# Contributor: karnath <[email protected]>
-
-pkgname=zathura-pdf-poppler
-pkgver=0.2.3
-pkgrel=1
-pkgdesc="Adds pdf support to zathura by using the poppler engine"
-arch=('i686' 'x86_64')
-url="https://pwmt.org/projects/zathura/plugins/zathura-pdf-poppler/";
-license=('custom')
-depends=('poppler-glib' 'zathura')
-install="$pkgname.install"
-source=("https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz";)
-md5sums=('1d8deb2d2ee5a6847267f977b8f2e542')
-
-build() {
-  make -C "${srcdir}/$pkgname-$pkgver"
-}
-
-package(){
-  make -C "${srcdir}/$pkgname-$pkgver" DESTDIR="$pkgdir" install
-  install -Dm0644 "${srcdir}/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Reply via email to