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

Andrea Scarpino andrea at nymeria.archlinux.org
Sat Mar 22 17:47:44 UTC 2014


    Date: Saturday, March 22, 2014 @ 18:47:44
  Author: andrea
Revision: 208353

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdevelop-python/repos/testing-i686/
  kdevelop-python/repos/testing-i686/PKGBUILD
    (from rev 208352, kdevelop-python/trunk/PKGBUILD)
  kdevelop-python/repos/testing-x86_64/
  kdevelop-python/repos/testing-x86_64/PKGBUILD
    (from rev 208352, kdevelop-python/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: kdevelop-python/repos/testing-i686/PKGBUILD (from rev 208352, kdevelop-python/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-03-22 17:47:44 UTC (rev 208353)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdevelop-python
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="Python language and documentation plugin for KDevelop"
+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/kdev-python/${pkgver}/src/kdev-python-v${pkgver}-py3.tar.xz")
+sha1sums=('9fcb3250fe966ed86c26493ff4b341373c7ed018')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kdev-python-v${pkgver}-py3 \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdevelop-python/repos/testing-x86_64/PKGBUILD (from rev 208352, kdevelop-python/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-03-22 17:47:44 UTC (rev 208353)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdevelop-python
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="Python language and documentation plugin for KDevelop"
+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/kdev-python/${pkgver}/src/kdev-python-v${pkgver}-py3.tar.xz")
+sha1sums=('9fcb3250fe966ed86c26493ff4b341373c7ed018')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kdev-python-v${pkgver}-py3 \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list