[arch-commits] Commit in kdevelop-php/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Sun Jan 24 11:06:49 UTC 2016
Date: Sunday, January 24, 2016 @ 12:06:49
Author: arojas
Revision: 258555
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdevelop-php/repos/kde-unstable-i686/PKGBUILD
(from rev 258554, kdevelop-php/kde-unstable/PKGBUILD)
kdevelop-php/repos/kde-unstable-x86_64/PKGBUILD
(from rev 258554, 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 2016-01-24 11:06:21 UTC (rev 258554)
+++ kde-unstable-i686/PKGBUILD 2016-01-24 11:06:49 UTC (rev 258555)
@@ -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=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
-}
Copied: kdevelop-php/repos/kde-unstable-i686/PKGBUILD (from rev 258554, kdevelop-php/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2016-01-24 11:06:49 UTC (rev 258555)
@@ -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.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
+}
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2016-01-24 11:06:21 UTC (rev 258554)
+++ kde-unstable-x86_64/PKGBUILD 2016-01-24 11:06:49 UTC (rev 258555)
@@ -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=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
-}
Copied: kdevelop-php/repos/kde-unstable-x86_64/PKGBUILD (from rev 258554, kdevelop-php/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2016-01-24 11:06:49 UTC (rev 258555)
@@ -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.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
+}
More information about the arch-commits
mailing list