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

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


    Date: Tuesday, August 30, 2016 @ 15:26:51
  Author: arojas
Revision: 275304

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2016-08-30 15:26:04 UTC (rev 275303)
+++ kde-unstable-i686/PKGBUILD	2016-08-30 15:26:51 UTC (rev 275304)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 238765 2015-05-09 17:53:01Z arojas $
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdevelop-python
-pkgver=4.90.91
-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)
-source=("http://download.kde.org/unstable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz")
-sha1sums=('5efb8ab1003a10534db1783a9cacc70d89a98b0e')
-
-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-i686/PKGBUILD (from rev 275303, kdevelop-python/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-08-30 15:26:51 UTC (rev 275304)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdevelop-python
+pkgver=5.0
+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=(extra-cmake-modules)
+source=("http://download.kde.org/stable/kdevelop/${pkgver}.0/src/kdev-python-$pkgver.tar.xz")
+sha1sums=('37c94be6ec560573d2232aaefc9cb0bbf89cb081')
+
+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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2016-08-30 15:26:04 UTC (rev 275303)
+++ kde-unstable-x86_64/PKGBUILD	2016-08-30 15:26:51 UTC (rev 275304)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 238765 2015-05-09 17:53:01Z arojas $
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdevelop-python
-pkgver=4.90.91
-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)
-source=("http://download.kde.org/unstable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz")
-sha1sums=('5efb8ab1003a10534db1783a9cacc70d89a98b0e')
-
-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 275303, kdevelop-python/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-08-30 15:26:51 UTC (rev 275304)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdevelop-python
+pkgver=5.0
+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=(extra-cmake-modules)
+source=("http://download.kde.org/stable/kdevelop/${pkgver}.0/src/kdev-python-$pkgver.tar.xz")
+sha1sums=('37c94be6ec560573d2232aaefc9cb0bbf89cb081')
+
+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