[arch-commits] Commit in kdevelop-qmljs/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Thu Dec 11 08:38:43 UTC 2014


    Date: Thursday, December 11, 2014 @ 09:38:42
  Author: andrea
Revision: 227426

archrelease: copy trunk to extra-x86_64

Added:
  kdevelop-qmljs/repos/extra-x86_64/PKGBUILD
    (from rev 227425, kdevelop-qmljs/trunk/PKGBUILD)
Deleted:
  kdevelop-qmljs/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-11 08:38:34 UTC (rev 227425)
+++ PKGBUILD	2014-12-11 08:38:42 UTC (rev 227426)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdevelop-qmljs
-pkgver=1.7.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=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/kdevelop/kdev-qmljs/${pkgver}/src/kdev-qmljs-${pkgver}.tar.xz")
-sha1sums=('78ad0f72ffa091f6aff5ea633eb5f135e9d625f3')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kdev-qmljs-${pkgver} \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdevelop-qmljs/repos/extra-x86_64/PKGBUILD (from rev 227425, kdevelop-qmljs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-12-11 08:38:42 UTC (rev 227426)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdevelop-qmljs
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="QML/JavaScript language plugin for KDevelop"
+arch=('i686' 'x86_64')
+url="http://www.kdevelop.org/"
+license=('GPL')
+depends=('kdevelop')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/kdevelop/kdev-qmljs/${pkgver}/src/kdev-qmljs-${pkgver}.tar.xz")
+sha1sums=('78ad0f72ffa091f6aff5ea633eb5f135e9d625f3')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kdev-qmljs-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list