[arch-commits] Commit in kross-interpreters (5 files)

Antonio Rojas arojas at archlinux.org
Wed Jul 29 08:18:25 UTC 2015


    Date: Wednesday, July 29, 2015 @ 10:18:25
  Author: arojas
Revision: 242803

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

Added:
  kross-interpreters/repos/
  kross-interpreters/repos/kde-unstable-i686/
  kross-interpreters/repos/kde-unstable-i686/PKGBUILD
    (from rev 242802, kross-interpreters/kde-unstable/PKGBUILD)
  kross-interpreters/repos/kde-unstable-x86_64/
  kross-interpreters/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 242802, kross-interpreters/kde-unstable/PKGBUILD)

------------------------------+
 kde-unstable-i686/PKGBUILD   |   37 +++++++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: kross-interpreters/repos/kde-unstable-i686/PKGBUILD (from rev 242802, kross-interpreters/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-i686/PKGBUILD	2015-07-29 08:18:25 UTC (rev 242803)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kross-interpreters
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='Language interpreters to enable in-process scripting with Kross'
+arch=(i686 x86_64)
+url='http://projects.kde.org/kross-interpreters'
+license=(GPL)
+depends=(kross kdelibs4support)
+makedepends=(extra-cmake-modules kdoctools python2)
+optdepends=('python2: kross-python plugin')
+groups=(kde-applications kdebindings)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha256sums=('2abb1d06905dd0716d01339178ecad2b7b00aaed26fe07211da3ab497274ef72')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DLIB_INSTALL_DIR=lib \
+    -DLIBEXEC_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Copied: kross-interpreters/repos/kde-unstable-x86_64/PKGBUILD (from rev 242802, kross-interpreters/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD	2015-07-29 08:18:25 UTC (rev 242803)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kross-interpreters
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='Language interpreters to enable in-process scripting with Kross'
+arch=(i686 x86_64)
+url='http://projects.kde.org/kross-interpreters'
+license=(GPL)
+depends=(kross kdelibs4support)
+makedepends=(extra-cmake-modules kdoctools python2)
+optdepends=('python2: kross-python plugin')
+groups=(kde-applications kdebindings)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha256sums=('2abb1d06905dd0716d01339178ecad2b7b00aaed26fe07211da3ab497274ef72')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DLIB_INSTALL_DIR=lib \
+    -DLIBEXEC_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list