[arch-commits] Commit in zathura-ps/repos (8 files)
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 -# Contributor: karnath - -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 +# Contributor: Sergej Pupykin +# Contributor: karnath + +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 -# Contributor: karnath - -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
[arch-commits] Commit in zathura-ps/repos (8 files)
Date: Tuesday, May 26, 2015 @ 15:41:51 Author: dwallace Revision: 134167 archrelease: copy trunk to community-i686, community-x86_64 Added: zathura-ps/repos/community-i686/PKGBUILD (from rev 134166, zathura-ps/trunk/PKGBUILD) zathura-ps/repos/community-i686/zathura-ps.install (from rev 134166, zathura-ps/trunk/zathura-ps.install) zathura-ps/repos/community-x86_64/PKGBUILD (from rev 134166, zathura-ps/trunk/PKGBUILD) zathura-ps/repos/community-x86_64/zathura-ps.install (from rev 134166, 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 | 48 ++ /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, 60 insertions(+), 60 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-05-26 13:40:58 UTC (rev 134166) +++ community-i686/PKGBUILD 2015-05-26 13:41:51 UTC (rev 134167) @@ -1,24 +0,0 @@ -# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $ -# Maintainer: Sergej Pupykin -# Contributor: karnath - -pkgname=zathura-ps -pkgver=0.2.2 -pkgrel=2 -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 134166, zathura-ps/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-05-26 13:41:51 UTC (rev 134167) @@ -0,0 +1,24 @@ +# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $ +# Maintainer: Sergej Pupykin +# Contributor: karnath + +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" +} Deleted: community-i686/zathura-ps.install === --- community-i686/zathura-ps.install 2015-05-26 13:40:58 UTC (rev 134166) +++ community-i686/zathura-ps.install 2015-05-26 13:41:51 UTC (rev 134167) @@ -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 134166, zathura-ps/trunk/zathura-ps.install) === --- community-i686/zathura-ps.install (rev 0) +++ community-i686/zathura-ps.install 2015-05-26 13:41:51 UTC (rev 134167) @@ -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 2015-05-26 13:40:58 UTC (rev 134166) +++ community-x86_64/PKGBUILD 2015-05-26 13:41:51 UTC (rev 134167) @@ -1,24 +0,0 @@ -# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $ -# Maintainer: Sergej Pupykin -# Contributor: karnath - -pkgname=zathura-ps -pkgver=0.2.2 -pkgrel=2 -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
[arch-commits] Commit in zathura-ps/repos (8 files)
Date: Wednesday, November 13, 2013 @ 12:14:59 Author: spupykin Revision: 100922 archrelease: copy trunk to community-i686, community-x86_64 Added: zathura-ps/repos/community-i686/PKGBUILD (from rev 100921, zathura-ps/trunk/PKGBUILD) zathura-ps/repos/community-i686/zathura-ps.install (from rev 100921, zathura-ps/trunk/zathura-ps.install) zathura-ps/repos/community-x86_64/PKGBUILD (from rev 100921, zathura-ps/trunk/PKGBUILD) zathura-ps/repos/community-x86_64/zathura-ps.install (from rev 100921, 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 | 48 ++ /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, 60 insertions(+), 60 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2013-11-13 11:14:43 UTC (rev 100921) +++ community-i686/PKGBUILD 2013-11-13 11:14:59 UTC (rev 100922) @@ -1,24 +0,0 @@ -# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $ -# Maintainer: Sergej Pupykin -# Contributor: karnath - -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/PKGBUILD (from rev 100921, zathura-ps/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-11-13 11:14:59 UTC (rev 100922) @@ -0,0 +1,24 @@ +# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $ +# Maintainer: Sergej Pupykin +# Contributor: karnath + +pkgname=zathura-ps +pkgver=0.2.2 +pkgrel=2 +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" +} Deleted: community-i686/zathura-ps.install === --- community-i686/zathura-ps.install 2013-11-13 11:14:43 UTC (rev 100921) +++ community-i686/zathura-ps.install 2013-11-13 11:14:59 UTC (rev 100922) @@ -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 100921, zathura-ps/trunk/zathura-ps.install) === --- community-i686/zathura-ps.install (rev 0) +++ community-i686/zathura-ps.install 2013-11-13 11:14:59 UTC (rev 100922) @@ -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-11-13 11:14:43 UTC (rev 100921) +++ community-x86_64/PKGBUILD 2013-11-13 11:14:59 UTC (rev 100922) @@ -1,24 +0,0 @@ -# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $ -# Maintainer: Sergej Pupykin -# Contributor: karnath - -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" i