summaryrefslogtreecommitdiff
path: root/community/zathura
diff options
context:
space:
mode:
Diffstat (limited to 'community/zathura')
-rw-r--r--community/zathura/PKGBUILD9
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"
}