[arch-commits] Commit in kdevelop/repos (extra-i686 extra-i686/PKGBUILD)

Travis Willard travis at archlinux.org
Sun Jun 22 18:29:08 UTC 2008


    Date: Sunday, June 22, 2008 @ 14:29:07
  Author: travis
Revision: 3429

Merged revisions 2-3427 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/kdevelop/trunk

........
  r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r3427 | travis | 2008-06-22 14:28:51 -0400 (Sun, 22 Jun 2008) | 2 lines
  
  upgpkg: kdevelop 3.5.2-1
      Upstream update
........

Modified:
  kdevelop/repos/extra-i686/	(properties)
  kdevelop/repos/extra-i686/PKGBUILD

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


Property changes on: kdevelop/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /kdevelop/trunk:1
   + /kdevelop/trunk:1-3427

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-06-22 18:29:04 UTC (rev 3428)
+++ extra-i686/PKGBUILD	2008-06-22 18:29:07 UTC (rev 3429)
@@ -4,7 +4,7 @@
 # Committer: Judd Vinet <jvinet at zeroflux.org>
 
 pkgname=kdevelop
-pkgver=3.5.1
+pkgver=3.5.2
 pkgrel=1
 pkgdesc="A C/C++ development environment for KDE - stable snapshot build"
 arch=('i686' 'x86_64')
@@ -16,11 +16,12 @@
 conflicts=('kdevelop-devel')
 
 # 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
+ 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 post-3.5.9.patch)
+source=(ftp://$mirror/stable/apps/KDE3.x/ide/$pkgname-$pkgver.tar.bz2)
+md5sums=('21c5085a4af3577d1d15fd169eb672a2')
 
 build() {
    # Source the QT and KDE profile
@@ -28,11 +29,8 @@
    [ "$KDEDIR" = "" ] && source /etc/profile.d/kde.sh
    # start building
    cd ${startdir}/src/${pkgname}-${pkgver}
-   patch -Np0 -i ../post-3.5.9.patch || return 1
    ./configure --prefix=/opt/kde --enable-gcc-hidden-visibility || return 1
    make || return 1
    make DESTDIR=$startdir/pkg install || return 1
    rm -f ${startdir}/pkg/opt/kde/bin/extractrc
 }
-md5sums=('80d2216a0089fe142735d34ae8de6a0c'
-         '9a5e518c257638d38e273dd345148ff2')





More information about the arch-commits mailing list