summaryrefslogtreecommitdiff
path: root/community/djview4
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-02 00:04:05 -0800
committerroot <root@rshg054.dnsready.net>2013-03-02 00:04:05 -0800
commit98aa0004e23472ee63753fded33cd55d8b942f36 (patch)
tree1299d9cfb8bcd6bd295a1a279b4ad322b4e9133a /community/djview4
parent5ae40a63ab4c6838234db5a9da1e99d8bc27875d (diff)
Sat Mar 2 00:04:03 PST 2013
Diffstat (limited to 'community/djview4')
-rw-r--r--community/djview4/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/djview4/PKGBUILD b/community/djview4/PKGBUILD
index 36e50c57c..0125231f5 100644
--- a/community/djview4/PKGBUILD
+++ b/community/djview4/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 84432 2013-02-19 00:14:18Z bisson $
+# $Id: PKGBUILD 85340 2013-03-01 10:29:36Z andrea $
# Contributor: Paulo Matias <matias.archlinux-br.org>
# Contributor: Leslie P. Polzer <polzer.gnu.org>
# Contributor: erm67 <erm67.yahoo.it>
@@ -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 @@ install=install
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
}