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

Johannes Löthberg demize at archlinux.org
Tue Feb 2 19:31:31 UTC 2016


    Date: Tuesday, February 2, 2016 @ 20:31:31
  Author: demize
Revision: 160013

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

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

-------------------------------------+
 /PKGBUILD                           |   58 ++++++++++++++++++++++++++++++++++
 /zathura-ps.install                 |   12 +++++++
 community-i686/PKGBUILD             |   24 --------------
 community-i686/zathura-ps.install   |    6 ---
 community-x86_64/PKGBUILD           |   24 --------------
 community-x86_64/zathura-ps.install |    6 ---
 6 files changed, 70 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-02-02 19:31:25 UTC (rev 160012)
+++ community-i686/PKGBUILD	2016-02-02 19:31:31 UTC (rev 160013)
@@ -1,24 +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.2
-pkgrel=3
-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/PKGBUILD (from rev 160012, zathura-ps/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-02-02 19:31:31 UTC (rev 160013)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: karnath <karnathtorjian at gmail.com>
+
+pkgname=zathura-ps
+pkgver=0.2.3
+pkgrel=1
+
+pkgdesc="Adds ps support to zathura by using the libspectre library"
+url="https://pwmt.org/projects/zathura-ps"
+arch=('i686' 'x86_64')
+license=('custom')
+
+depends=('libspectre' 'zathura')
+
+install=zathura-ps.install
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
+
+sha1sums=('893f743a5e54b0cdabf30a50451eb3d427831b17')
+
+build(){
+  make -C zathura-ps-$pkgver
+}
+
+package(){
+  make -C zathura-ps-$pkgver DESTDIR="$pkgdir" install
+  install -Dm0644 zathura-ps-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/zathura-ps.install
===================================================================
--- community-i686/zathura-ps.install	2016-02-02 19:31:25 UTC (rev 160012)
+++ community-i686/zathura-ps.install	2016-02-02 19:31:31 UTC (rev 160013)
@@ -1,6 +0,0 @@
-post_install(){
-    update-desktop-database -q
-}
-post_remove(){
-    update-desktop-database -q
-}

Copied: zathura-ps/repos/community-i686/zathura-ps.install (from rev 160012, zathura-ps/trunk/zathura-ps.install)
===================================================================
--- community-i686/zathura-ps.install	                        (rev 0)
+++ community-i686/zathura-ps.install	2016-02-02 19:31:31 UTC (rev 160013)
@@ -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	2016-02-02 19:31:25 UTC (rev 160012)
+++ community-x86_64/PKGBUILD	2016-02-02 19:31:31 UTC (rev 160013)
@@ -1,24 +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.2
-pkgrel=3
-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/PKGBUILD (from rev 160012, zathura-ps/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-02-02 19:31:31 UTC (rev 160013)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: karnath <karnathtorjian at gmail.com>
+
+pkgname=zathura-ps
+pkgver=0.2.3
+pkgrel=1
+
+pkgdesc="Adds ps support to zathura by using the libspectre library"
+url="https://pwmt.org/projects/zathura-ps"
+arch=('i686' 'x86_64')
+license=('custom')
+
+depends=('libspectre' 'zathura')
+
+install=zathura-ps.install
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
+
+sha1sums=('893f743a5e54b0cdabf30a50451eb3d427831b17')
+
+build(){
+  make -C zathura-ps-$pkgver
+}
+
+package(){
+  make -C zathura-ps-$pkgver DESTDIR="$pkgdir" install
+  install -Dm0644 zathura-ps-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/zathura-ps.install
===================================================================
--- community-x86_64/zathura-ps.install	2016-02-02 19:31:25 UTC (rev 160012)
+++ community-x86_64/zathura-ps.install	2016-02-02 19:31:31 UTC (rev 160013)
@@ -1,6 +0,0 @@
-post_install(){
-    update-desktop-database -q
-}
-post_remove(){
-    update-desktop-database -q
-}

Copied: zathura-ps/repos/community-x86_64/zathura-ps.install (from rev 160012, zathura-ps/trunk/zathura-ps.install)
===================================================================
--- community-x86_64/zathura-ps.install	                        (rev 0)
+++ community-x86_64/zathura-ps.install	2016-02-02 19:31:31 UTC (rev 160013)
@@ -0,0 +1,6 @@
+post_install(){
+    update-desktop-database -q
+}
+post_remove(){
+    update-desktop-database -q
+}



More information about the arch-commits mailing list