diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
commit | 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch) | |
tree | fbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/zathura | |
parent | d53c44f055929b18d7d1b25f8367ee5836c435fc (diff) |
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/zathura')
-rw-r--r-- | community/zathura/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/community/zathura/PKGBUILD b/community/zathura/PKGBUILD index 26c67cfa0..5c8a114f8 100644 --- a/community/zathura/PKGBUILD +++ b/community/zathura/PKGBUILD @@ -1,33 +1,33 @@ -# $Id: PKGBUILD 95629 2013-08-15 09:04:56Z spupykin $ +# $Id: PKGBUILD 101400 2013-11-24 20:34:57Z spupykin $ # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: ML <neldoreth> pkgname=zathura -pkgver=0.2.4 +pkgver=0.2.6 pkgrel=1 pkgdesc="a document viewer" arch=('i686' 'x86_64') url="http://pwmt.org/projects/zathura/" license=('custom') -depends=('girara-gtk2' 'sqlite' 'desktop-file-utils') +depends=('girara-gtk3' 'sqlite' 'desktop-file-utils' 'file') makedepends=('python2-docutils') optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-pdf-mupdf' 'zathura-ps') install=zathura.install source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz - bash-completion) -md5sums=('935c6e15f5b7688bf4024ec7fe45f064' + bash-completion) +md5sums=('d155a66ec1862550dfde5a50e3dd6d01' 'cac20c37f0e77ba62a8138788f4ccabb') build() { cd $srcdir/zathura-$pkgver sed -i 's/rst2man/&2/' config.mk - make ZATHURA_GTK_VERSION=2 + make } package() { cd $srcdir/zathura-$pkgver - make install DESTDIR=$pkgdir ZATHURA_GTK_VERSION=2 + make install DESTDIR=$pkgdir install -D -m664 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" install -Dm0644 $srcdir/bash-completion $pkgdir/usr/share/bash-completion/completions/zathura } |