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

Antonio Rojas arojas at archlinux.org
Tue Aug 30 15:17:29 UTC 2016


    Date: Tuesday, August 30, 2016 @ 15:17:28
  Author: arojas
Revision: 275297

Update to 5.0

Modified:
  kdevelop/trunk/PKGBUILD

----------+
 PKGBUILD |   46 ++++++++++++++++++++++++++--------------------
 1 file changed, 26 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-30 15:03:47 UTC (rev 275296)
+++ PKGBUILD	2016-08-30 15:17:28 UTC (rev 275297)
@@ -3,38 +3,44 @@
 # Contributor: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=kdevelop
-pkgver=4.7.3
-pkgrel=2
+pkgver=5.0
+pkgrel=1
 pkgdesc='A C/C++ development environment for KDE'
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url='http://www.kdevelop.org/'
-license=('GPL')
-depends=('kdebase-runtime' 'kdevplatform' 'katepart4')
-makedepends=('cmake' 'automoc4' 'oktetapart4')
-optdepends=('oktetapart4: hex editor integration'
-            'konsolepart4: embedded terminal'
-            'git: Git support'
-            'subversion: SVN support'
-            'cvs: Concurrent Versions System support'
-            'gdb: GNU Debugger support'
-            'qt5-doc: Qt documentation integration'
-            'cmake: cmake integration')
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('5ebd56ee348d7688eff55ffc6a83018ccf42a4fb')
+license=(GPL)
+depends=(kdevplatform clang libksysguard)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt clang llvm qt5-tools plasma-framework krunner okteta python)
+optdepends=('konsole: embedded terminal'
+	'git: Git support'
+	'subversion: SVN support'
+	'cvs: CVS support'
+	'gdb: GNU Debugger support'
+	'qt5-doc: Qt documentation integration'
+	'cmake: cmake integration'
+	'qt5-tools: qthelp plugin'
+ 	'okteta: hex editor integration'
+	'plasma-framework: for the plasma addons')
+conflicts=(kdevelop-qmljs)
+replaces=(kdevelop-qmljs)
+source=("http://download.kde.org/stable/$pkgname/${pkgver}.0/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('f755ac986bbc5f794e6f77c4f2583b80040dc1f6')
 
 prepare() {
-  mkdir build
+  mkdir -p build
 }
 
 build() {
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../$pkgname-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF
   make
 }
 
 package() {
   cd build
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list