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

Andrea Scarpino andrea at archlinux.org
Thu Sep 2 15:47:59 UTC 2010


    Date: Thursday, September 2, 2010 @ 11:47:59
  Author: andrea
Revision: 89615

upstream release

Modified:
  kdevplatform/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-02 15:46:15 UTC (rev 89614)
+++ PKGBUILD	2010-09-02 15:47:59 UTC (rev 89615)
@@ -3,7 +3,7 @@
 # Contributor: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=kdevplatform
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc="A C/C++ development platform for KDE"
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 optdepends=("kdesdk-kompare: difference checking")
 makedepends=('cmake' 'automoc4' 'boost')
 install=${pkgname}.install
-source=("http://download.kde.org/stable/kdevelop/4.0.1/src/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('c618fbc42e7885072dcfb2e5322fd926')
+source=("http://download.kde.org/stable/kdevelop/4.0.2/src/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('1a92512df7a5d502c06f5575b79bc997')
 
 build() {
   cd ${srcdir}
@@ -22,8 +22,7 @@
   cd build 
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_SKIP_RPATH=ON
+    -DCMAKE_BUILD_TYPE=Release
   make
 }
 




More information about the arch-commits mailing list