[arch-commits] Commit in kdevelop-python/repos (2 files)

Antonio Rojas arojas at archlinux.org
Mon Oct 2 21:57:59 UTC 2017


    Date: Monday, October 2, 2017 @ 21:57:59
  Author: arojas
Revision: 306623

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kdevelop-python/repos/kde-unstable-x86_64/
  kdevelop-python/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 306622, kdevelop-python/kde-unstable/PKGBUILD)

----------+
 PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

Copied: kdevelop-python/repos/kde-unstable-x86_64/PKGBUILD (from rev 306622, kdevelop-python/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2017-10-02 21:57:59 UTC (rev 306623)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdevelop-python
+pkgver=5.1.80
+pkgrel=1
+pkgdesc="Python language and documentation plugin for KDevelop"
+arch=(i686 x86_64)
+url="http://www.kdevelop.org/"
+license=(GPL)
+depends=(kdevelop python knewstuff threadweaver kcmutils)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz"{,.asc})
+sha256sums=('ac907d2859c10a781ce9f68d3e177426d5b140d3026727f06c46d394fdc071ee'
+            'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch <mail at svenbrauch.de>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kdev-python-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list