[arch-commits] CVS update of extra/office/djvulibre (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Sat Nov 10 15:39:13 UTC 2007


    Date: Saturday, November 10, 2007 @ 10:39:13
  Author: pierre
    Path: /home/cvs-extra/extra/office/djvulibre

Modified: PKGBUILD (1.10 -> 1.11)

upgpkg: djvulibre 3.5.19-2
change dependency from qt to qt3


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


Index: extra/office/djvulibre/PKGBUILD
diff -u extra/office/djvulibre/PKGBUILD:1.10 extra/office/djvulibre/PKGBUILD:1.11
--- extra/office/djvulibre/PKGBUILD:1.10	Sun Jun 17 14:20:11 2007
+++ extra/office/djvulibre/PKGBUILD	Sat Nov 10 10:39:13 2007
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD,v 1.10 2007/06/17 18:20:11 jgc Exp $
+# $Id: PKGBUILD,v 1.11 2007/11/10 15:39:13 pierre Exp $
 # Maintainer: damir <damir at archlinux.org>
 # Contributor: mgushee
 
 pkgname=djvulibre
 pkgver=3.5.19
-pkgrel=1
+pkgrel=2
 pkgdesc="Suite to create, manipulate and view DjVu ('déjà vu') documents"
 arch=("i686" "x86_64")
 license=('GPL')
 url="http://djvulibre.djvuzone.org/index.html"
-depends=('libtiff' 'hicolor-icon-theme' 'qt' 'desktop-file-utils' 'libdjvu' 'shared-mime-info')
+depends=('libtiff' 'hicolor-icon-theme' 'qt3' 'desktop-file-utils' 'libdjvu' 'shared-mime-info')
 makedepends=('pkgconfig')
 install=djvulibre.install
 source=(http://downloads.sourceforge.net/djvu/${pkgname}-${pkgver}.tar.gz) 
@@ -17,7 +17,7 @@
 
 build() {
   export MAKEFLAGS="-j1"
-  [ -z "${QTDIR}" ] && . /etc/profile.d/qt.sh
+  [ -z "${QTDIR}" ] && . /etc/profile.d/qt3.sh
   cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make LIBDJVU="`pkg-config --libs ddjvuapi`" SUBDIRS_FIRST=tools || return 1




More information about the arch-commits mailing list