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

Gaetan Bisson bisson at nymeria.archlinux.org
Tue Feb 26 12:07:09 UTC 2013


    Date: Tuesday, February 26, 2013 @ 13:07:09
  Author: bisson
Revision: 84939

rebuild for qt4

Modified:
  djview4/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-26 11:48:23 UTC (rev 84938)
+++ PKGBUILD	2013-02-26 12:07:09 UTC (rev 84939)
@@ -7,12 +7,12 @@
 
 pkgname=djview4
 pkgver=4.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Portable DjVu viewer and browser plugin'
 url='http://djvu.sourceforge.net/djview4.html'
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('qt' 'djvulibre')
+depends=('qt4' 'djvulibre')
 source=("http://downloads.sourceforge.net/djvu/djview-${pkgver}.tar.gz")
 sha1sums=('07f97e32919bfb34ff2d59b928c47ffbc96dcfc5')
 
@@ -20,7 +20,8 @@
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
-	QTDIR=/usr ./configure --prefix=/usr
+	source /etc/profile.d/qt4.sh
+	./configure --prefix=/usr
 	sed 's/netscape/mozilla/g' -i nsdejavu/Makefile
 	make
 }




More information about the arch-commits mailing list