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

Giovanni Scafora giovanni at archlinux.org
Sun Jul 26 16:54:58 UTC 2009


    Date: Sunday, July 26, 2009 @ 12:54:57
  Author: giovanni
Revision: 47745

upgpkg: kdevplatform 0.9.94-2
    Rebuilt and fixed for boost 1.39.0

Modified:
  kdevplatform/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-25 23:02:55 UTC (rev 47744)
+++ PKGBUILD	2009-07-26 16:54:57 UTC (rev 47745)
@@ -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