[arch-commits] Commit in kross-interpreters/repos (4 files)

Antonio Rojas arojas at archlinux.org
Thu Apr 20 08:16:52 UTC 2017


    Date: Thursday, April 20, 2017 @ 08:16:51
  Author: arojas
Revision: 293378

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

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

------------------------------+
 /PKGBUILD                    |   39 +++++++++++++++++++++++++++++++++++++++
 kde-unstable-i686/PKGBUILD   |   39 +++++++++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   39 ---------------------------------------
 3 files changed, 78 insertions(+), 39 deletions(-)

Copied: kross-interpreters/repos/kde-unstable-i686/PKGBUILD (from rev 293377, kross-interpreters/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2017-04-20 08:16:51 UTC (rev 293378)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kross-interpreters
+pkgver=17.04.0
+pkgrel=1
+pkgdesc='Language interpreters to enable in-process scripting with Kross'
+arch=(i686 x86_64)
+url='https://www.kde.org/applications/development/'
+license=(GPL)
+depends=(kross)
+makedepends=(extra-cmake-modules kdoctools python2 ruby)
+optdepends=('python2: kross-python plugin' 'ruby: kross ruby plugin')
+groups=(kde-applications kdebindings)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a6acb02f3aebf220adbe886a184a09035bd4838b3f51b9d861f99ff0eb648f9f'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_LIBEXECDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2017-04-20 08:16:32 UTC (rev 293377)
+++ kde-unstable-x86_64/PKGBUILD	2017-04-20 08:16:51 UTC (rev 293378)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kross-interpreters
-pkgver=17.03.90
-pkgrel=1
-pkgdesc='Language interpreters to enable in-process scripting with Kross'
-arch=(i686 x86_64)
-url='https://www.kde.org/applications/development/'
-license=(GPL)
-depends=(kross)
-makedepends=(extra-cmake-modules kdoctools python2 ruby)
-optdepends=('python2: kross-python plugin' 'ruby: kross ruby plugin')
-groups=(kde-applications kdebindings)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('969b2f023225d7a57c9e56e8291e583c77dc970fb3a4a56df0a5ef08f846e74b'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE_INSTALL_LIBDIR=lib \
-    -DKDE_INSTALL_LIBEXECDIR=lib \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: kross-interpreters/repos/kde-unstable-x86_64/PKGBUILD (from rev 293377, kross-interpreters/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2017-04-20 08:16:51 UTC (rev 293378)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kross-interpreters
+pkgver=17.04.0
+pkgrel=1
+pkgdesc='Language interpreters to enable in-process scripting with Kross'
+arch=(i686 x86_64)
+url='https://www.kde.org/applications/development/'
+license=(GPL)
+depends=(kross)
+makedepends=(extra-cmake-modules kdoctools python2 ruby)
+optdepends=('python2: kross-python plugin' 'ruby: kross ruby plugin')
+groups=(kde-applications kdebindings)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a6acb02f3aebf220adbe886a184a09035bd4838b3f51b9d861f99ff0eb648f9f'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_LIBEXECDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list