From b82f11fd76e83d60504649838e60a235b394160f Mon Sep 17 00:00:00 2001 From: root Date: Tue, 30 Aug 2011 23:14:43 +0000 Subject: Tue Aug 30 23:14:43 UTC 2011 --- community/zathura/PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'community/zathura/PKGBUILD') 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 # Contributor: ML 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" } -- cgit v1.2.3-54-g00ecf