diff options
Diffstat (limited to 'community/zathura')
-rw-r--r-- | community/zathura/PKGBUILD | 18 | ||||
-rw-r--r-- | community/zathura/zathura.install | 1 |
2 files changed, 9 insertions, 10 deletions
diff --git a/community/zathura/PKGBUILD b/community/zathura/PKGBUILD index 6f7103183..48296a9d0 100644 --- a/community/zathura/PKGBUILD +++ b/community/zathura/PKGBUILD @@ -1,30 +1,28 @@ -# $Id: PKGBUILD 60106 2011-12-05 11:21:55Z spupykin $ +# $Id: PKGBUILD 67648 2012-03-13 15:18:47Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: ML <neldoreth> pkgname=zathura -pkgver=0.0.8.5 -pkgrel=4 +pkgver=0.1.1 +pkgrel=2 pkgdesc="a PDF viewer" arch=('i686' 'x86_64') url="http://pwmt.org/projects/zathura/" license=('custom') -depends=('poppler-glib' 'gtk2' 'cairo') +depends=('girara-gtk3' 'cairo' 'sqlite3') 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') -source=(https://pwmt.org/download/zathura-$pkgver.tar.gz) -md5sums=('52e0c3b3917c7feaecba98cff8435b90') +source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz) +md5sums=('1379dfb1657b323da3b521ed251bb87a') build() { cd $srcdir/zathura-$pkgver - make + make ZATHURA_GTK_VERSION=3 } package() { cd $srcdir/zathura-$pkgver - make install DESTDIR=$pkgdir + make install DESTDIR=$pkgdir ZATHURA_GTK_VERSION=3 install -D -m664 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" mkdir -p $pkgdir/etc/bash_completion.d/ echo "complete -f -X '!*.[pf]df' zathura" >$pkgdir/etc/bash_completion.d/zathura diff --git a/community/zathura/zathura.install b/community/zathura/zathura.install index f450cf9b8..077d7a179 100644 --- a/community/zathura/zathura.install +++ b/community/zathura/zathura.install @@ -6,6 +6,7 @@ post_install() { post_upgrade() { post_install + echo ">> pdf/djvu/ps support is in plugins now. Search for additional zathura-plugin-* packages." } post_remove() { |