[arch-commits] CVS update of extra/devel/qgit (PKGBUILD)

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


    Date: Saturday, November 10, 2007 @ 10:19:08
  Author: pierre
    Path: /home/cvs-extra/extra/devel/qgit

Modified: PKGBUILD (1.5 -> 1.6)

upgpkg: qgit 1.5.7-2
change dependency from qt to qt3


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


Index: extra/devel/qgit/PKGBUILD
diff -u extra/devel/qgit/PKGBUILD:1.5 extra/devel/qgit/PKGBUILD:1.6
--- extra/devel/qgit/PKGBUILD:1.5	Wed Sep 12 12:13:07 2007
+++ extra/devel/qgit/PKGBUILD	Sat Nov 10 10:19:08 2007
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD,v 1.5 2007/09/12 16:13:07 dan Exp $
+# $Id: PKGBUILD,v 1.6 2007/11/10 15:19:08 pierre Exp $
 # Maintainer: Dan McGee <dan at archlinux.org>
 pkgname=qgit
 pkgver=1.5.7
-pkgrel=1
+pkgrel=2
 pkgdesc="A GIT GUI viewer built on Qt/C++"
 url="http://digilander.libero.it/mcostalba/"
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('qt' 'git')
+depends=('qt3' 'git')
 makedepends=()
 backup=()
 source=(http://downloads.sourceforge.net/sourceforge/qgit/$pkgname-$pkgver.tar.bz2 qgit.desktop qgit.png)
@@ -17,6 +17,7 @@
          '85138f44d577b03dfc738d3f27e04992')
 
 build() {
+  . /etc/profile.d/qt3.sh
   cd $startdir/src/$pkgname-$pkgver
   # added --with-qtdir so it is compilable with qt4 installed as well
   # this package ONLY supports building with qt3 at the moment




More information about the arch-commits mailing list