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

Antonio Rojas arojas at archlinux.org
Tue Aug 30 15:32:09 UTC 2016


    Date: Tuesday, August 30, 2016 @ 15:32:09
  Author: arojas
Revision: 275306

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

Added:
  kdevelop-php/repos/kde-unstable-i686/PKGBUILD
    (from rev 275305, kdevelop-php/trunk/PKGBUILD)
  kdevelop-php/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 275305, kdevelop-php/trunk/PKGBUILD)
Deleted:
  kdevelop-php/repos/kde-unstable-i686/PKGBUILD
  kdevelop-php/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:31:42 UTC (rev 275305)
+++ kde-unstable-i686/PKGBUILD	2016-08-30 15:32:09 UTC (rev 275306)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 248919 2015-10-12 10:26:59Z arojas $
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdevelop-php
-pkgver=4.90.91
-pkgrel=1
-pkgdesc="PHP language and documentation plugin for KDevelop"
-arch=(i686 x86_64)
-url="http://www.kdevelop.org/"
-license=(GPL)
-depends=(kdevelop)
-makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt)
-source=(http://download.kde.org/unstable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz)
-sha1sums=('1b84ee03bfe94d14edf90304a78b7ff405935cd0')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kdev-php-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DBUILD_TESTING=OFF \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevelop-php/repos/kde-unstable-i686/PKGBUILD (from rev 275305, kdevelop-php/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-08-30 15:32:09 UTC (rev 275306)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdevelop-php
+pkgver=5.0
+pkgrel=1
+pkgdesc="PHP language and documentation plugin for KDevelop"
+arch=(i686 x86_64)
+url="http://www.kdevelop.org/"
+license=(GPL)
+depends=(kdevelop)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt python)
+source=(http://download.kde.org/stable/kdevelop/${pkgver}.0/src/kdev-php-$pkgver.tar.xz)
+sha1sums=('4456c9f26f019031951b3787dd42a06f7f979e16')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kdev-php-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2016-08-30 15:31:42 UTC (rev 275305)
+++ kde-unstable-x86_64/PKGBUILD	2016-08-30 15:32:09 UTC (rev 275306)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 248919 2015-10-12 10:26:59Z arojas $
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdevelop-php
-pkgver=4.90.91
-pkgrel=1
-pkgdesc="PHP language and documentation plugin for KDevelop"
-arch=(i686 x86_64)
-url="http://www.kdevelop.org/"
-license=(GPL)
-depends=(kdevelop)
-makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt)
-source=(http://download.kde.org/unstable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz)
-sha1sums=('1b84ee03bfe94d14edf90304a78b7ff405935cd0')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kdev-php-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DBUILD_TESTING=OFF \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevelop-php/repos/kde-unstable-x86_64/PKGBUILD (from rev 275305, kdevelop-php/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-08-30 15:32:09 UTC (rev 275306)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdevelop-php
+pkgver=5.0
+pkgrel=1
+pkgdesc="PHP language and documentation plugin for KDevelop"
+arch=(i686 x86_64)
+url="http://www.kdevelop.org/"
+license=(GPL)
+depends=(kdevelop)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt python)
+source=(http://download.kde.org/stable/kdevelop/${pkgver}.0/src/kdev-php-$pkgver.tar.xz)
+sha1sums=('4456c9f26f019031951b3787dd42a06f7f979e16')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kdev-php-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list