summaryrefslogtreecommitdiff
path: root/community/zathura
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-11 10:57:18 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-11 10:57:18 -0300
commitc07ca5cb71d277e9f2fd5c7b94cf8a0021bdfab5 (patch)
treed9d528762b726855cc356781c89abb1768c8be28 /community/zathura
parentece2137c9569ec806aacf3740df98c399a51b21a (diff)
parent8119da2eaadf53531cad2aed70981ed4606340d6 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/sword/PKGBUILD community/freedroidrpg/PKGBUILD community/pgadmin3/PKGBUILD libre/lame-libre/PKGBUILD testing/dbus-core/PKGBUILD testing/libwebkit/PKGBUILD testing/tracker/PKGBUILD testing/udev/0001-split-usr-always-read-config-files-from-lib-udev.patch testing/udev/0002-reinstate-TIMEOUT-handling.patch testing/udev/PKGBUILD
Diffstat (limited to 'community/zathura')
-rw-r--r--community/zathura/PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/community/zathura/PKGBUILD b/community/zathura/PKGBUILD
index ac68dfad2..d48514e95 100644
--- a/community/zathura/PKGBUILD
+++ b/community/zathura/PKGBUILD
@@ -1,20 +1,20 @@
-# $Id: PKGBUILD 67873 2012-03-15 15:50:48Z spupykin $
+# $Id: PKGBUILD 69170 2012-04-09 22:13:58Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: ML <neldoreth>
pkgname=zathura
-pkgver=0.1.1
-pkgrel=4
+pkgver=0.1.2
+pkgrel=1
pkgdesc="a document viewer"
arch=('i686' 'x86_64' 'mips64el')
url="http://pwmt.org/projects/zathura/"
license=('custom')
-depends=('girara-gtk2' 'cairo' 'sqlite3')
+depends=('girara-gtk2' 'cairo' 'sqlite')
makedepends=('docutils')
optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-ps')
install=zathura.install
source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz)
-md5sums=('1379dfb1657b323da3b521ed251bb87a')
+md5sums=('c018b0385a392adb87b465b0f759aaf9')
build() {
cd $srcdir/zathura-$pkgver
@@ -23,8 +23,8 @@ build() {
package() {
cd $srcdir/zathura-$pkgver
- make install DESTDIR=$pkgdir ZATHURA_GTK_VERSION=3
+ make install DESTDIR=$pkgdir ZATHURA_GTK_VERSION=2
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
+ mkdir -p $pkgdir/usr/share/bash-completion/completions
+ echo "complete -f -X '!*.[pf]df' zathura" >$pkgdir/usr/share/bash-completion/completions/zathura
}