[arch-commits] Commit in zathura-ps/repos (6 files)

Daniel Wallace dwallace at nymeria.archlinux.org
Wed May 22 23:22:20 UTC 2013


    Date: Thursday, May 23, 2013 @ 01:22:20
  Author: dwallace
Revision: 91450

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

Added:
  zathura-ps/repos/community-i686/PKGBUILD
    (from rev 91449, zathura-ps/trunk/PKGBUILD)
  zathura-ps/repos/community-i686/zathura-ps.install
    (from rev 91449, zathura-ps/trunk/zathura-ps.install)
  zathura-ps/repos/community-x86_64/PKGBUILD
    (from rev 91449, zathura-ps/trunk/PKGBUILD)
  zathura-ps/repos/community-x86_64/zathura-ps.install
    (from rev 91449, zathura-ps/trunk/zathura-ps.install)
Deleted:
  zathura-ps/repos/community-i686/PKGBUILD
  zathura-ps/repos/community-x86_64/PKGBUILD

-------------------------------------+
 /PKGBUILD                           |   48 ++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD             |   23 ----------------
 community-i686/zathura-ps.install   |    6 ++++
 community-x86_64/PKGBUILD           |   23 ----------------
 community-x86_64/zathura-ps.install |    6 ++++
 5 files changed, 60 insertions(+), 46 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-05-22 23:21:44 UTC (rev 91449)
+++ community-i686/PKGBUILD	2013-05-22 23:22:20 UTC (rev 91450)
@@ -1,23 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: karnath <karnathtorjian at gmail.com>
-
-pkgname=zathura-ps
-pkgver=0.2.1
-pkgrel=1
-pkgdesc="Adds ps support to zathura by using the libspectre library"
-arch=('i686' 'x86_64')
-url="https://pwmt.org/projects/zathura/plugins/zathura-ps/"
-license=('custom')
-depends=('libspectre' 'zathura')
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
-md5sums=('45619e744b69bf16b408b50cf32f2df5')
-
-build(){
-  make -C "$pkgname-$pkgver"
-}
-
-package(){
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-  install -Dm0644 "$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: zathura-ps/repos/community-i686/PKGBUILD (from rev 91449, zathura-ps/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-22 23:22:20 UTC (rev 91450)
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: karnath <karnathtorjian at gmail.com>
+
+pkgname=zathura-ps
+pkgver=0.2.2
+pkgrel=1
+pkgdesc="Adds ps support to zathura by using the libspectre library"
+arch=('i686' 'x86_64')
+url="https://pwmt.org/projects/zathura/plugins/zathura-ps/"
+license=('custom')
+depends=('libspectre' 'zathura')
+install="$pkgname.install"
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
+md5sums=('338af976c03c0aa1471b156a0efdc45c')
+
+build(){
+  make -C "$pkgname-$pkgver"
+}
+
+package(){
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+  install -Dm0644 "$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: zathura-ps/repos/community-i686/zathura-ps.install (from rev 91449, zathura-ps/trunk/zathura-ps.install)
===================================================================
--- community-i686/zathura-ps.install	                        (rev 0)
+++ community-i686/zathura-ps.install	2013-05-22 23:22:20 UTC (rev 91450)
@@ -0,0 +1,6 @@
+post_install(){
+    update-desktop-database -q
+}
+post_remove(){
+    update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-05-22 23:21:44 UTC (rev 91449)
+++ community-x86_64/PKGBUILD	2013-05-22 23:22:20 UTC (rev 91450)
@@ -1,23 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: karnath <karnathtorjian at gmail.com>
-
-pkgname=zathura-ps
-pkgver=0.2.1
-pkgrel=1
-pkgdesc="Adds ps support to zathura by using the libspectre library"
-arch=('i686' 'x86_64')
-url="https://pwmt.org/projects/zathura/plugins/zathura-ps/"
-license=('custom')
-depends=('libspectre' 'zathura')
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
-md5sums=('45619e744b69bf16b408b50cf32f2df5')
-
-build(){
-  make -C "$pkgname-$pkgver"
-}
-
-package(){
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-  install -Dm0644 "$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: zathura-ps/repos/community-x86_64/PKGBUILD (from rev 91449, zathura-ps/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-22 23:22:20 UTC (rev 91450)
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: karnath <karnathtorjian at gmail.com>
+
+pkgname=zathura-ps
+pkgver=0.2.2
+pkgrel=1
+pkgdesc="Adds ps support to zathura by using the libspectre library"
+arch=('i686' 'x86_64')
+url="https://pwmt.org/projects/zathura/plugins/zathura-ps/"
+license=('custom')
+depends=('libspectre' 'zathura')
+install="$pkgname.install"
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
+md5sums=('338af976c03c0aa1471b156a0efdc45c')
+
+build(){
+  make -C "$pkgname-$pkgver"
+}
+
+package(){
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+  install -Dm0644 "$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: zathura-ps/repos/community-x86_64/zathura-ps.install (from rev 91449, zathura-ps/trunk/zathura-ps.install)
===================================================================
--- community-x86_64/zathura-ps.install	                        (rev 0)
+++ community-x86_64/zathura-ps.install	2013-05-22 23:22:20 UTC (rev 91450)
@@ -0,0 +1,6 @@
+post_install(){
+    update-desktop-database -q
+}
+post_remove(){
+    update-desktop-database -q
+}




More information about the arch-commits mailing list