summaryrefslogtreecommitdiff
path: root/community/zathura
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-03-16 10:34:49 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-03-16 10:34:49 +0100
commitf24ad15758f8eebcc46cb0c210f888491869d3f0 (patch)
tree85c74dd33e056502de7a306161d28f5b15b274c2 /community/zathura
parent5f4568c7f7ba204bc047d2c74a5721f23024b339 (diff)
parent636ce8849a9c82c1787c2919ffcfe6685cb799d3 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/chmsee/PKGBUILD community/darkstat/PKGBUILD community/dbmail/PKGBUILD community/dvdisaster/PKGBUILD community/epic4/PKGBUILD community/fb-client/PKGBUILD community/fcrackzip/PKGBUILD community/fdupes/PKGBUILD community/flobopuyo/PKGBUILD community/intel-tbb/PKGBUILD community/openbsd-netcat/PKGBUILD community/sunpinyin/PKGBUILD community/tinc/PKGBUILD community/uudeview/PKGBUILD community/zathura/PKGBUILD core/libedit/PKGBUILD core/mkinitcpio-busybox/PKGBUILD core/openssl/PKGBUILD core/util-linux/PKGBUILD extra/lua/PKGBUILD gnome-unstable/pidgin/PKGBUILD testing/openssl/PKGBUILD testing/sudo/PKGBUILD testing/udev/PKGBUILD testing/util-linux/PKGBUILD
Diffstat (limited to 'community/zathura')
-rw-r--r--community/zathura/PKGBUILD20
-rw-r--r--community/zathura/zathura.install1
2 files changed, 10 insertions, 11 deletions
diff --git a/community/zathura/PKGBUILD b/community/zathura/PKGBUILD
index 5e36f3c18..6b94ca20a 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 67724 2012-03-14 09:06:05Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: ML <neldoreth>
pkgname=zathura
-pkgver=0.0.8.5
-pkgrel=4
-pkgdesc="a PDF viewer"
+pkgver=0.1.1
+pkgrel=3
+pkgdesc="a document viewer"
arch=('i686' 'x86_64' 'mips64el')
url="http://pwmt.org/projects/zathura/"
license=('custom')
-depends=('poppler-glib' 'gtk2' 'cairo')
+depends=('girara-gtk2' '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=2
}
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() {