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

Johannes Löthberg demize at archlinux.org
Sat Jan 14 18:03:20 UTC 2017


    Date: Saturday, January 14, 2017 @ 18:03:19
  Author: demize
Revision: 207383

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

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

---------------------------+
 /PKGBUILD                 |   56 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   28 ----------------------
 community-x86_64/PKGBUILD |   28 ----------------------
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-14 18:03:13 UTC (rev 207382)
+++ community-i686/PKGBUILD	2017-01-14 18:03:19 UTC (rev 207383)
@@ -1,28 +0,0 @@
-# $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=2
-
-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' 'desktop-file-utils')
-
-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
-}

Copied: zathura-ps/repos/community-i686/PKGBUILD (from rev 207382, zathura-ps/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-14 18:03:19 UTC (rev 207383)
@@ -0,0 +1,28 @@
+# $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.4
+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' 'desktop-file-utils')
+
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
+
+sha1sums=('b1e39928d2f352e0d932dd65ab0a9ba49b664d52')
+
+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/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-14 18:03:13 UTC (rev 207382)
+++ community-x86_64/PKGBUILD	2017-01-14 18:03:19 UTC (rev 207383)
@@ -1,28 +0,0 @@
-# $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=2
-
-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' 'desktop-file-utils')
-
-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
-}

Copied: zathura-ps/repos/community-x86_64/PKGBUILD (from rev 207382, zathura-ps/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-14 18:03:19 UTC (rev 207383)
@@ -0,0 +1,28 @@
+# $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.4
+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' 'desktop-file-utils')
+
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
+
+sha1sums=('b1e39928d2f352e0d932dd65ab0a9ba49b664d52')
+
+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
+}



More information about the arch-commits mailing list