[arch-commits] Commit in kdevplatform/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Tue Sep 8 10:53:11 UTC 2009


    Date: Tuesday, September 8, 2009 @ 06:53:11
  Author: giovanni
Revision: 51420

Merged revisions 50298 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/kdevplatform/trunk

........
  r50298 | andrea | 2009-08-25 03:08:13 -0700 (mar, 25 ago 2009) | 1 line
  
  upstream release
........

Modified:
  kdevplatform/repos/testing-x86_64/	(properties)
  kdevplatform/repos/testing-x86_64/PKGBUILD

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


Property changes on: kdevplatform/repos/testing-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /kdevplatform/trunk:1-47745
   + /kdevplatform/trunk:1-51419

Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2009-09-08 10:51:14 UTC (rev 51419)
+++ testing-x86_64/PKGBUILD	2009-09-08 10:53:11 UTC (rev 51420)
@@ -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