[arch-commits] CVS update of extra/devel/kdevelop (PKGBUILD)
Travis Willard
travis at archlinux.org
Tue Oct 16 23:32:31 UTC 2007
Date: Tuesday, October 16, 2007 @ 19:32:31
Author: travis
Path: /home/cvs-extra/extra/devel/kdevelop
Modified: PKGBUILD (1.47 -> 1.48)
Fix source location, which isn't in my homedir anymore, and remove graphviz (gnome deps?) from deps, fixing FS2360 when the pkgbuild is next built.
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Index: extra/devel/kdevelop/PKGBUILD
diff -u extra/devel/kdevelop/PKGBUILD:1.47 extra/devel/kdevelop/PKGBUILD:1.48
--- extra/devel/kdevelop/PKGBUILD:1.47 Mon Oct 15 08:06:26 2007
+++ extra/devel/kdevelop/PKGBUILD Tue Oct 16 19:32:31 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.47 2007/10/15 12:06:26 tpowa Exp $
+# $Id: PKGBUILD,v 1.48 2007/10/16 23:32:31 travis Exp $
# Maintainer: damir <damir at archlinux.org>
# Maintainer: Travis Willard <travis at archlinux.org>
# Committer: Judd Vinet <jvinet at zeroflux.org>
@@ -10,7 +10,8 @@
arch=('i686' 'x86_64')
url="http://www.kdevelop.org/"
license=('GPL')
-depends=('kdelibs>=3.5.8' 'kdebase>=3.5.8' 'kdesdk>=3.5.8' 'graphviz' 'flex>=2.5.4' 'gcc' 'perl' 'make' 'automake>=1.6' 'autoconf>=2.52' 'gettext' 'db>=4.6' 'cvs' 'subversion')
+depends=('kdelibs>=3.5.8' 'kdebase>=3.5.8' 'kdesdk>=3.5.8' 'flex>=2.5.4' 'gcc' 'perl' 'make'
+ 'automake>=1.6' 'autoconf>=2.52' 'gettext' 'db>=4.6' 'cvs' 'subversion')
replaces=('kdevelop3-cvs') # compatibility reasons
conflicts=('kdevelop-devel')
@@ -19,8 +20,8 @@
# mirror="ftp.kde.org/pub/kde/" # main server
# mirror="ibiblio.org/pub/mirrors/kde/" # ibiblio mirror
-#source=(ftp://$mirror/stable/$pkgname-latest/src/$pkgname-$pkgver.tar.bz2 kdev_fix_hang_3.4.1.patch)
-source=(http://www.archlinux.org/~travis/src/$pkgname-$pkgver.tar.bz2)
+source=(ftp://$mirror/stable/$pkgname-latest/src/$pkgname-$pkgver.tar.bz2)
+md5sums=('1101077b3a0164da463f60cad4f13e25')
build() {
# Source the QT and KDE profile
@@ -35,4 +36,3 @@
rm -f ${startdir}/pkg/opt/kde/bin/extractrc
}
-md5sums=('1101077b3a0164da463f60cad4f13e25')
More information about the arch-commits
mailing list