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

Andrea Scarpino andrea at archlinux.org
Sun Jun 27 14:31:37 UTC 2010


    Date: Sunday, June 27, 2010 @ 10:31:37
  Author: andrea
Revision: 84213

upgpkg: kdevplatform 1.0.0-2
remove commoncpp2 dependence; use boost-libs instead of boost

Modified:
  kdevplatform/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-27 13:32:24 UTC (rev 84212)
+++ PKGBUILD	2010-06-27 14:31:37 UTC (rev 84213)
@@ -4,14 +4,14 @@
 
 pkgname=kdevplatform
 pkgver=1.0.0
-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-libs' 'subversion')
 optdepends=("kdesdk-kompare: difference checking")
-makedepends=('cmake' 'automoc4')
+makedepends=('cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 source=("http://download.kde.org/stable/kdevelop/4.0.0/src/${pkgname}-${pkgver}.tar.bz2")
 md5sums=('0aa7a6d207d5675ed31ceeacfdda7a69')
@@ -24,10 +24,10 @@
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_SKIP_RPATH=ON
-  make || return 1
+  make
 }
 
 package() {
   cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list