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

Andrea Scarpino andrea at archlinux.org
Tue Aug 4 19:33:10 UTC 2009


    Date: Tuesday, August 4, 2009 @ 15:33:09
  Author: andrea
Revision: 49195

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

........
  r47745 | giovanni | 2009-07-26 18:54:57 +0200 (Sun, 26 Jul 2009) | 2 lines
  
  upgpkg: kdevplatform 0.9.94-2
      Rebuilt and fixed for boost 1.39.0
........

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

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)


Property changes on: kdevplatform/repos/testing-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /kdevplatform/trunk:1-45164
   + /kdevplatform/trunk:1-49194

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2009-08-04 19:31:17 UTC (rev 49194)
+++ testing-i686/PKGBUILD	2009-08-04 19:33:09 UTC (rev 49195)
@@ -1,20 +1,22 @@
-# $Id: PKGBUILD 23407 2009-01-10 01:50:43Z andrea $
+# $Id: $
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=kdevplatform
 pkgver=0.9.94
-pkgrel=1
+pkgrel=2
 pkgdesc="A C/C++ development platform for KDE"
 arch=('i686' 'x86_64')
 url="http://www.kdevelop.org/"
 license=('GPL')
-depends=('kdelibs' 'boost' 'subversion' 'commoncpp2')
+depends=('kdelibs' 'boost>=1.39.0' 'subversion' 'commoncpp2')
 makedepends=('cmake' 'automoc4')
 source=("http://download.kde.org/unstable/kdevelop/3.9.94/${pkgname}-${pkgver}.tar.bz2")
 md5sums=('c4358f1da3c330bae087cf7cab98136e')
 
 build() {
   cd ${srcdir}
+  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