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

Travis Willard travis at archlinux.org
Sun Apr 29 15:17:39 UTC 2007


    Date: Sunday, April 29, 2007 @ 11:17:39
  Author: travis
    Path: /home/cvs-extra/extra/devel/kdevelop

Modified: PKGBUILD (1.39 -> 1.40)

Rearrange PKGBUILD to match order in PKGBUILD.proto and add license/sha1sums fields


----------+
 PKGBUILD |   17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)


Index: extra/devel/kdevelop/PKGBUILD
diff -u extra/devel/kdevelop/PKGBUILD:1.39 extra/devel/kdevelop/PKGBUILD:1.40
--- extra/devel/kdevelop/PKGBUILD:1.39	Sun Mar 18 11:17:40 2007
+++ extra/devel/kdevelop/PKGBUILD	Sun Apr 29 11:17:39 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.39 2007/03/18 15:17:40 travis Exp $
+# $Id: PKGBUILD,v 1.40 2007/04/29 15:17:39 travis Exp $
 # Maintainer: damir <damir at archlinux.org>
 # Committer: Judd Vinet <jvinet at zeroflux.org>
 
@@ -6,20 +6,20 @@
 pkgver=3.4.0
 pkgrel=2
 pkgdesc="A C/C++ development environment for KDE"
-url="http://www.kdevelop.org/"
 arch=('i686' 'x86_64')
+url="http://www.kdevelop.org/"
+license="GPL"
 depends=('kdelibs>=3.5.6' 'kdebase>=3.5.6' 'kdesdk>=3.5.6' 'graphviz' \
          'flex>=2.5.4' 'gcc' 'perl' 'make' 'automake>=1.6' 'autoconf>=2.52' \
          'gettext' 'db>=4.5' 'cvs')
-replaces=('kdevelop3-cvs') # compatibility reasons
 conflicts=('kdevelop-devel')
+replaces=('kdevelop3-cvs') # compatibility reasons
 
-# for easier build, just uncomment the mirror you want to use --- remember: source is about 6MB!
-  mirror="ftp.solnet.ch/mirror/KDE"         # updated every 2 hours, very fast for Europe
+# for easier build, just possible mirrors youm may want to use --- remember: source is about 6MB!
+# mirror="ftp.solnet.ch/mirror/KDE"         # updated every 2 hours, very fast for Europe
 # 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)
+source=(ftp://ftp.kde.org/pub/kde/stable/$pkgname-latest/src/$pkgname-$pkgver.tar.bz2)
 
 build() {
    # Source the QT and KDE profile
@@ -32,4 +32,7 @@
    make DESTDIR=$startdir/pkg install
    rm -f ${startdir}/pkg/opt/kde/bin/extractrc
 }
+
 md5sums=('9cf367c89329acf23738e23c0b663ee9')
+sha1sums=('d72f01ae6a0d3200339345d3557ada5c5f99112d')
+




More information about the arch-commits mailing list