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

Antonio Rojas arojas at archlinux.org
Mon Oct 2 22:03:46 UTC 2017


    Date: Monday, October 2, 2017 @ 22:03:45
  Author: arojas
Revision: 306625

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

Added:
  kdevelop-php/repos/kde-unstable-x86_64/
  kdevelop-php/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 306624, kdevelop-php/kde-unstable/PKGBUILD)

----------+
 PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

Copied: kdevelop-php/repos/kde-unstable-x86_64/PKGBUILD (from rev 306624, kdevelop-php/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2017-10-02 22:03:45 UTC (rev 306625)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdevelop-php
+pkgver=5.1.80
+pkgrel=1
+pkgdesc="PHP language and documentation plugin for KDevelop"
+arch=(i686 x86_64)
+url="http://www.kdevelop.org/"
+license=(GPL)
+depends=(kdevelop threadweaver kcmutils knewstuff)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt python)
+source=("https://download.kde.org/unstable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz"{,.asc})
+sha1sums=('7f745fe3ad418f95e1666151f4782196862b943f'
+          'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch <mail at svenbrauch.de>
+
+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