[arch-commits] CVS update of extra/system/qtparted (PKGBUILD)

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


    Date: Saturday, November 10, 2007 @ 10:43:45
  Author: pierre
    Path: /home/cvs-extra/extra/system/qtparted

Modified: PKGBUILD (1.19 -> 1.20)

upgpkg: qtparted 0.4.5-11
change dependency from qt to qt3


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


Index: extra/system/qtparted/PKGBUILD
diff -u extra/system/qtparted/PKGBUILD:1.19 extra/system/qtparted/PKGBUILD:1.20
--- extra/system/qtparted/PKGBUILD:1.19	Mon Aug 13 14:58:51 2007
+++ extra/system/qtparted/PKGBUILD	Sat Nov 10 10:43:45 2007
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.19 2007/08/13 18:58:51 tpowa Exp $
+# $Id: PKGBUILD,v 1.20 2007/11/10 15:43:45 pierre Exp $
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=qtparted
 pkgver=0.4.5
-pkgrel=10
-depends=('parted>=1.8.8' 'qt' 'progsreiserfs' 'ntfsprogs' 'jfsutils' 'xfsprogs')
+pkgrel=11
+depends=('parted>=1.8.8' 'qt3' 'progsreiserfs' 'ntfsprogs' 'jfsutils' 'xfsprogs')
 arch=(i686 x86_64)
 pkgdesc="A Partition Magic clone written in C++ using the Qt toolkit"
 license=(GPL)
@@ -15,7 +15,7 @@
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  [ -z "${QTDIR}" ] && . /etc/profile.d/qt.sh
+  [ -z "${QTDIR}" ] && . /etc/profile.d/qt3.sh
 
   # Distribution was rigged for unsermake - re-work for normal make,
   # and support autotools 2.6.  Also fix version identifier (this is




More information about the arch-commits mailing list