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

Antonio Rojas arojas at archlinux.org
Fri Oct 23 22:03:52 UTC 2015


    Date: Saturday, October 24, 2015 @ 00:03:52
  Author: arojas
Revision: 249714

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

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

------------------------------+
 kde-unstable-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: kdevelop-python/repos/kde-unstable-i686/PKGBUILD (from rev 249713, kdevelop-python/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-10-23 22:03:52 UTC (rev 249714)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 238765 2015-05-09 17:53:01Z arojas $
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdevelop-python
+pkgver=4.90.90
+pkgrel=1
+pkgdesc="Python language and documentation plugin for KDevelop"
+arch=(i686 x86_64)
+url="http://www.kdevelop.org/"
+license=(GPL)
+depends=(kdevelop)
+makedepends=(extra-cmake-modules kdelibs)
+source=("http://download.kde.org/unstable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz")
+sha1sums=('5a5e5cec35afb645fce895b1bb3aeb349028947c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kdev-python-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kdevelop-python/repos/kde-unstable-x86_64/PKGBUILD (from rev 249713, kdevelop-python/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-10-23 22:03:52 UTC (rev 249714)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 238765 2015-05-09 17:53:01Z arojas $
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdevelop-python
+pkgver=4.90.90
+pkgrel=1
+pkgdesc="Python language and documentation plugin for KDevelop"
+arch=(i686 x86_64)
+url="http://www.kdevelop.org/"
+license=(GPL)
+depends=(kdevelop)
+makedepends=(extra-cmake-modules kdelibs)
+source=("http://download.kde.org/unstable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz")
+sha1sums=('5a5e5cec35afb645fce895b1bb3aeb349028947c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kdev-python-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list