[arch-commits] Commit in kdevelop/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Tue Feb 3 18:55:36 UTC 2009


    Date: Tuesday, February 3, 2009 @ 13:55:36
  Author: andrea
Revision: 26183

upgpkg: kdevelop 3.9.90-1

Modified:
  kdevelop/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-03 18:54:01 UTC (rev 26182)
+++ PKGBUILD	2009-02-03 18:55:36 UTC (rev 26183)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Andrea Scarpino <bash at archlinux.it>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: damir <damir at archlinux.org>
 # Contributor: Travis Willard <travis at archlinux.org> 
 # Committer: Judd Vinet <jvinet at zeroflux.org>
 
 pkgname=kdevelop
-pkgver=3.9.85
+pkgver=3.9.90 #beta1
 pkgrel=1
 pkgdesc="A C/C++ development environment for KDE - UNstable snapshot build"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('kdevplatform')
 makedepends=('cmake' 'automoc4' 'perl')
 source=(ftp://ftp.kde.org/pub/kde/unstable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.bz2)
-md5sums=('0eea445d4e83aa28b7e9f4610f51e036')
+md5sums=('252deb019fa0e426feafc30c1772f2c2')
 
 build() {
   cd ${srcdir}
@@ -23,7 +23,4 @@
   cmake ../${pkgname}-${pkgver} -DCMAKE_INSTALL_PREFIX=/usr/
   make || return 1
   make DESTDIR=${pkgdir} install || return 1
-
-  # remove conflicts with kdesdk
-  rm $pkgdir/usr/share/apps/kdevappwizard/templates/qmake_qt4guiapp.tar.bz2
 }




More information about the arch-commits mailing list