[arch-commits] Commit in djview4/trunk (PKGBUILD)
Gaetan Bisson
bisson at nymeria.archlinux.org
Tue Feb 19 01:55:14 UTC 2013
Date: Tuesday, February 19, 2013 @ 02:55:14
Author: bisson
Revision: 84435
ready for qt4; waiting for lrelease
Modified:
djview4/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-02-19 01:37:10 UTC (rev 84434)
+++ PKGBUILD 2013-02-19 01:55:14 UTC (rev 84435)
@@ -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