diff options
Diffstat (limited to 'community/djview4/PKGBUILD')
-rw-r--r-- | community/djview4/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/community/djview4/PKGBUILD b/community/djview4/PKGBUILD index acccf6688..f13daa4d0 100644 --- a/community/djview4/PKGBUILD +++ b/community/djview4/PKGBUILD @@ -1,13 +1,13 @@ -# $Id: PKGBUILD 54964 2011-08-29 08:34:07Z bisson $ -# Contributor: Paulo Matias <matiasΘarchlinux-br·org> -# Contributor: Leslie P. Polzer <polzerΘgnu·org> -# Contributor: erm67 <erm67Θyahoo·it> +# $Id: PKGBUILD 63534 2012-02-05 11:54:12Z ibiru $ +# Contributor: Paulo Matias <matias.archlinux-br.org> +# Contributor: Leslie P. Polzer <polzer.gnu.org> +# Contributor: erm67 <erm67.yahoo.it> # Contributor: Daniel J Griffiths # Maintainer: Gaetan Bisson <bisson@archlinux.org> pkgname=djview4 pkgver=4.8 -pkgrel=1 +pkgrel=2 pkgdesc='Portable DjVu viewer and browser plugin' url='http://djvu.sourceforge.net/djview4.html' license=('GPL') @@ -22,6 +22,7 @@ build() { cd "${srcdir}/djview-${pkgver}" QTDIR=/usr ./configure --prefix=/usr sed 's/netscape/mozilla/g' -i nsdejavu/Makefile + sed 's/swap/rofl_swap/g' -i src/qdjvuwidget.cpp make } |