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

Antonio Rojas arojas at archlinux.org
Tue Aug 30 15:26:05 UTC 2016


    Date: Tuesday, August 30, 2016 @ 15:26:04
  Author: arojas
Revision: 275303

Update to 5.0

Modified:
  kdevelop-python/trunk/PKGBUILD
Deleted:
  kdevelop-python/kde-unstable/

----------+
 PKGBUILD |   26 ++++++++++++++------------
 1 file changed, 14 insertions(+), 12 deletions(-)

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2016-08-30 15:20:38 UTC (rev 275302)
+++ trunk/PKGBUILD	2016-08-30 15:26:04 UTC (rev 275303)
@@ -1,27 +1,29 @@
 # $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=kdevelop-python
-pkgver=1.7.1
-_pkgver=4.7.1
+pkgver=5.0
 pkgrel=1
 pkgdesc="Python language and documentation plugin for KDevelop"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url="http://www.kdevelop.org/"
-license=('GPL')
-depends=('kdevelop' 'python')
-makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
-source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/kdev-python-${pkgver}-py3.tar.xz")
-sha1sums=('aef4a6e5492f955c38522b45c27b7e8f87183520')
+license=(GPL)
+depends=(kdevelop python)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/stable/kdevelop/${pkgver}.0/src/kdev-python-$pkgver.tar.xz")
+sha1sums=('37c94be6ec560573d2232aaefc9cb0bbf89cb081')
 
 prepare() {
-  mkdir build
+  mkdir -p build
 }
 
 build() {
   cd build
-  cmake ../kdev-python-${pkgver}-py3 \
+  cmake ../kdev-python-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF \
     -DCMAKE_BUILD_TYPE=Release
   make
 }
@@ -28,5 +30,5 @@
 
 package() {
   cd build
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list