[arch-commits] CVS update of extra/kde/kdelibs (PKGBUILD)

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


    Date: Saturday, November 10, 2007 @ 10:09:15
  Author: pierre
    Path: /home/cvs-extra/extra/kde/kdelibs

Modified: PKGBUILD (1.91 -> 1.92)

upgpkg: kdelibs 3.5.8-4
change dependency from qt to qt3


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


Index: extra/kde/kdelibs/PKGBUILD
diff -u extra/kde/kdelibs/PKGBUILD:1.91 extra/kde/kdelibs/PKGBUILD:1.92
--- extra/kde/kdelibs/PKGBUILD:1.91	Sun Oct 21 05:20:24 2007
+++ extra/kde/kdelibs/PKGBUILD	Sat Nov 10 10:09:15 2007
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD,v 1.91 2007/10/21 09:20:24 tpowa Exp $
+# $Id: PKGBUILD,v 1.92 2007/11/10 15:09:15 pierre Exp $
 # Contributor: Roman Kreisel <roman.kreisel at epost.de>
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=kdelibs
 pkgver=3.5.8
 kdever=3.5.8
-pkgrel=3
+pkgrel=4
 pkgdesc="KDE Core Libraries"
 arch=(i686 x86_64)
 url="http://www.kde.org"
@@ -15,7 +15,7 @@
 
 depends=('arts>=1.5.8' 'db>=4.6' 'libxslt' 'pcre' 'libart-lgpl' 'openexr'
          'avahi>=0.6.9' 'jasper>=1.900.1' 'fam' 'bzip2' 'openssl' 'libidn' 'perl'
-	 'aspell' 'heimdal>=1.0.1' 'acl' 'libtiff' 'qt>=3.3.7')
+	 'aspell' 'heimdal>=1.0.1' 'acl' 'libtiff' 'qt3>=3.3.7')
 makedepends=(pkgconfig cups)
 
 # for easier build, just uncomment the mirror you want to use
@@ -38,7 +38,7 @@
 
 build() {
   # Source the QT and KDE profile
-  [ "$QTDIR" = "" ] && source /etc/profile.d/qt.sh 
+  source /etc/profile.d/qt3.sh 
   [ "$KDEDIR" = "" ] && source /etc/profile.d/kde.sh
   # start building
   cd $startdir/src/$pkgname-$pkgver




More information about the arch-commits mailing list