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

Antonio Rojas arojas at archlinux.org
Tue Aug 30 15:03:12 UTC 2016


    Date: Tuesday, August 30, 2016 @ 15:03:11
  Author: arojas
Revision: 275295

Update to 5.0

Modified:
  kdevplatform/trunk/PKGBUILD
Deleted:
  kdevplatform/kde-unstable/

----------+
 PKGBUILD |   28 +++++++++++++++-------------
 1 file changed, 15 insertions(+), 13 deletions(-)

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2016-08-30 14:46:31 UTC (rev 275294)
+++ trunk/PKGBUILD	2016-08-30 15:03:11 UTC (rev 275295)
@@ -1,19 +1,20 @@
 # $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=kdevplatform
-pkgver=1.7.3
-_pkgver=4.7.3
-pkgrel=2
+pkgver=5.0
+pkgrel=1
 pkgdesc='A C/C++ development platform for KDE'
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url='http://www.kdevelop.org/'
-license=('GPL')
-depends=('kdelibs' 'subversion' 'qjson' 'grantlee-qt4')
-makedepends=('cmake' 'automoc4' 'boost')
-source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('7201629fb4fa9bec83def4bf691f4eda41bfc555')
+license=(GPL)
+depends=(grantlee-qt5 hicolor-icon-theme kcmutils threadweaver kitemmodels ktexteditor knotifyconfig knewstuff libkomparediff2 qt5-webkit)
+makedepends=(extra-cmake-modules boost subversion python)
+optdepends=('subversion: Subversion plugin')
+source=("http://download.kde.org/stable/kdevelop/${pkgver}.0/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('9cefe1c2b18187c1dde5252de9ac2648f3118bae')
 
 prepare() {
   mkdir -p build
@@ -21,9 +22,10 @@
 
 build() {
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../$pkgname-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_SKIP_RPATH=ON \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF \
     -DCMAKE_BUILD_TYPE=Release
   make
 }
@@ -30,5 +32,5 @@
 
 package() {
   cd build
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list