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

Antonio Rojas arojas at archlinux.org
Wed Dec 9 11:40:29 UTC 2015


    Date: Wednesday, December 9, 2015 @ 12:40:29
  Author: arojas
Revision: 255010

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

Added:
  kdevelop-php/repos/kde-unstable-i686/PKGBUILD
    (from rev 255009, kdevelop-php/kde-unstable/PKGBUILD)
  kdevelop-php/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 255009, kdevelop-php/kde-unstable/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	2015-12-09 11:39:59 UTC (rev 255009)
+++ kde-unstable-i686/PKGBUILD	2015-12-09 11:40:29 UTC (rev 255010)
@@ -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.90
-pkgrel=1
-pkgdesc="PHP language and documentation plugin for KDevelop"
-arch=(i686 x86_64)
-url="http://www.kdevelop.org/"
-license=(GPL)
-depends=(kdevelop kdelibs4support)
-makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt)
-source=(http://download.kde.org/unstable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz)
-sha1sums=('eb8a5924386ef15a9250596831328bc7f969d139')
-
-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 255009, kdevelop-php/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-12-09 11:40:29 UTC (rev 255010)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 248919 2015-10-12 10:26:59Z arojas $
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdevelop-php
+pkgver=4.90.90
+pkgrel=2
+pkgdesc="PHP language and documentation plugin for KDevelop"
+arch=(i686 x86_64)
+url="http://www.kdevelop.org/"
+license=(GPL)
+depends=(kdevelop kdelibs4support)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt)
+source=(http://download.kde.org/unstable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz)
+sha1sums=('eb8a5924386ef15a9250596831328bc7f969d139')
+
+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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2015-12-09 11:39:59 UTC (rev 255009)
+++ kde-unstable-x86_64/PKGBUILD	2015-12-09 11:40:29 UTC (rev 255010)
@@ -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.90
-pkgrel=1
-pkgdesc="PHP language and documentation plugin for KDevelop"
-arch=(i686 x86_64)
-url="http://www.kdevelop.org/"
-license=(GPL)
-depends=(kdevelop kdelibs4support)
-makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt)
-source=(http://download.kde.org/unstable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz)
-sha1sums=('eb8a5924386ef15a9250596831328bc7f969d139')
-
-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 255009, kdevelop-php/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-12-09 11:40:29 UTC (rev 255010)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 248919 2015-10-12 10:26:59Z arojas $
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdevelop-php
+pkgver=4.90.90
+pkgrel=2
+pkgdesc="PHP language and documentation plugin for KDevelop"
+arch=(i686 x86_64)
+url="http://www.kdevelop.org/"
+license=(GPL)
+depends=(kdevelop kdelibs4support)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt)
+source=(http://download.kde.org/unstable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz)
+sha1sums=('eb8a5924386ef15a9250596831328bc7f969d139')
+
+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
+}



More information about the arch-commits mailing list