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

Andrea Scarpino andrea at archlinux.org
Sun Mar 7 22:26:58 UTC 2010


    Date: Sunday, March 7, 2010 @ 17:26:58
  Author: andrea
Revision: 71624

upgpkg: kdevplatform 0.9.99-1
upstream release

Modified:
  kdevplatform/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-03-07 22:18:01 UTC (rev 71623)
+++ PKGBUILD	2010-03-07 22:26:58 UTC (rev 71624)
@@ -3,8 +3,8 @@
 # Contributor: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=kdevplatform
-pkgver=0.9.98
-_kdevelopver=3.9.98
+pkgver=0.9.99
+_kdevelopver=3.9.99
 pkgrel=1
 pkgdesc="A C/C++ development platform for KDE"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 source=("http://download.kde.org/unstable/kdevelop/${_kdevelopver}/src/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('dcdc427d8be4d8fa721f7354ac4406ed')
+md5sums=('180ee3573bd3d5ba805acc17d44fcbab')
 
 build() {
   cd ${srcdir}
@@ -24,8 +24,7 @@
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_SKIP_RPATH=ON \
-    -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed'
+    -DCMAKE_SKIP_RPATH=ON
   make || return 1
 }
 




More information about the arch-commits mailing list