[arch-commits] Commit in zathura/trunk (PKGBUILD)

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Nov 12 10:21:16 UTC 2013


    Date: Tuesday, November 12, 2013 @ 11:21:15
  Author: spupykin
Revision: 100856

upgpkg: zathura 0.2.5-2

upd

Modified:
  zathura/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-12 10:09:48 UTC (rev 100855)
+++ PKGBUILD	2013-11-12 10:21:15 UTC (rev 100856)
@@ -5,17 +5,17 @@
 
 pkgname=zathura
 pkgver=0.2.5
-pkgrel=1
+pkgrel=2
 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)
+	bash-completion)
 md5sums=('a16bd5a892423f14b2f08e0312c42d21'
          'cac20c37f0e77ba62a8138788f4ccabb')
 
@@ -22,12 +22,12 @@
 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
 }




More information about the arch-commits mailing list