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

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


    Date: Saturday, November 10, 2007 @ 10:22:50
  Author: pierre
    Path: /home/cvs-extra/extra/devel/eric

Modified: PKGBUILD (1.21 -> 1.22)

upgpkg: eric 3.9.5-2
change dependency from qt to qt3


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


Index: extra/devel/eric/PKGBUILD
diff -u extra/devel/eric/PKGBUILD:1.21 extra/devel/eric/PKGBUILD:1.22
--- extra/devel/eric/PKGBUILD:1.21	Thu Jun 28 23:36:55 2007
+++ extra/devel/eric/PKGBUILD	Sat Nov 10 10:22:50 2007
@@ -1,22 +1,23 @@
-# $Id: PKGBUILD,v 1.21 2007/06/29 03:36:55 eric Exp $
+# $Id: PKGBUILD,v 1.22 2007/11/10 15:22:50 pierre Exp $
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 # Contributor: riai <riai at bigfoot.com>, Ben <ben at benmazer.net>
 
 pkgname=eric
 pkgver=3.9.5
-pkgrel=1
+pkgrel=2
 pkgdesc="eric3 is a full-featured Python IDE that is written in PyQt \
 using the QScintilla editor widget."
 arch=('i686' 'x86_64')
 url="http://www.die-offenbachs.de/detlev/eric3.html"
 license=('GPL')
-depends=('python>=2.5' 'qt' 'qscintilla' 'sip' 'pyqt')
+depends=('python>=2.5' 'qt3' 'qscintilla' 'sip' 'pyqt')
 install=eric.install
 source=(http://dl.sourceforge.net/sourceforge/eric-ide/$pkgname-$pkgver.tar.gz)
 md5sums=('63d6fb3c302b603577554af62520c948')
 sha1sums=('bc67b3093576eb1952d6e7c40e52fd0368c365a7')
 
 build() {
+  . /etc/profile.d/qt3.sh
   cd $startdir/src/$pkgname-$pkgver
   python install.py -b /usr/bin -d /usr/lib/python2.5/site-packages -i $startdir/pkg
   # remove sitecustomize.py we will fix that with eric.install




More information about the arch-commits mailing list