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

Andrea Scarpino andrea at archlinux.org
Tue Aug 25 10:08:13 UTC 2009


    Date: Tuesday, August 25, 2009 @ 06:08:13
  Author: andrea
Revision: 50298

upstream release

Modified:
  kdevplatform/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-08-25 10:01:54 UTC (rev 50297)
+++ PKGBUILD	2009-08-25 10:08:13 UTC (rev 50298)
@@ -3,20 +3,21 @@
 # Contributor: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=kdevplatform
-pkgver=0.9.94
-pkgrel=2
+pkgver=0.9.95
+pkgrel=1
 pkgdesc="A C/C++ development platform for KDE"
 arch=('i686' 'x86_64')
 url="http://www.kdevelop.org/"
 license=('GPL')
 depends=('kdelibs' 'boost>=1.39.0' 'subversion' 'commoncpp2')
+optdepends=("kdesdk-kompare: difference checking")
 makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/kdevelop/3.9.94/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('c4358f1da3c330bae087cf7cab98136e')
+source=("http://download.kde.org/unstable/kdevelop/3.9.95/src/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('e38fd54ea9c16b41222e893c06ca3946')
 
 build() {
   cd ${srcdir}
-  sed -i "s:38:39:g" $pkgname-$pkgver/plugins/classbrowser/CMakeLists.txt
+#  sed -i "s:38:39:g" $pkgname-$pkgver/plugins/classbrowser/CMakeLists.txt
   mkdir build
   cd build 
   cmake ../${pkgname}-${pkgver} \




More information about the arch-commits mailing list