diff options
author | root <root@rshg054.dnsready.net> | 2011-08-30 23:14:43 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-08-30 23:14:43 +0000 |
commit | b82f11fd76e83d60504649838e60a235b394160f (patch) | |
tree | 4914b89dc1dbc3ea44ae87c567ac7e9fc821c529 /community/zathura | |
parent | e13fbaf2cbb72b7e8c8278ea94b70dd4a8ce48b2 (diff) |
Tue Aug 30 23:14:43 UTC 2011
Diffstat (limited to 'community/zathura')
-rw-r--r-- | community/zathura/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/community/zathura/PKGBUILD b/community/zathura/PKGBUILD index ee0c7a48e..1bea4c391 100644 --- a/community/zathura/PKGBUILD +++ b/community/zathura/PKGBUILD @@ -1,15 +1,16 @@ -# $Id: PKGBUILD 51680 2011-07-13 07:32:38Z spupykin $ +# $Id: PKGBUILD 54972 2011-08-29 09:50:03Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: ML <neldoreth> pkgname=zathura pkgver=0.0.8.4 -pkgrel=1 +pkgrel=2 pkgdesc="a PDF viewer" arch=('i686' 'x86_64') url="http://zathura.pwmt.org" license=('custom') depends=('poppler-glib' 'gtk2' 'cairo') +makedepends=('docutils') install=zathura.install DLAGENTS=('http::/usr/bin/wget -c -t 3 --waitretry=3 --no-check-certificate -O %o %u' 'https::/usr/bin/wget -c -t 3 --waitretry=3 --no-check-certificate -O %o %u') @@ -23,8 +24,6 @@ build() { package() { cd $srcdir/zathura-$pkgver - install -D -m775 zathura "$pkgdir/usr/bin/zathura" - install -D -m664 zathura.1 "$pkgdir/usr/share/man/man1/zathura.1" + make install DESTDIR=$pkgdir install -D -m664 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" - install -D -m664 zathura.desktop "$pkgdir/usr/share/applications/zathura.desktop" } |