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 <pupykin.s+a...@gmail.com> -# Contributor: karnath <karnathtorj...@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/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 <pupykin.s+a...@gmail.com> +# Contributor: karnath <karnathtorj...@gmail.com> + +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 <pupykin.s+a...@gmail.com> -# Contributor: karnath <karnathtorj...@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/PKGBUILD (from rev 100921, zathura-ps/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/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 <pupykin.s+a...@gmail.com> +# Contributor: karnath <karnathtorj...@gmail.com> + +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-x86_64/zathura-ps.install =================================================================== --- community-x86_64/zathura-ps.install 2013-11-13 11:14:43 UTC (rev 100921) +++ community-x86_64/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-x86_64/zathura-ps.install (from rev 100921, zathura-ps/trunk/zathura-ps.install) =================================================================== --- community-x86_64/zathura-ps.install (rev 0) +++ community-x86_64/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 +}