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

Antonio Rojas arojas at archlinux.org
Fri Aug 5 17:46:37 UTC 2016


    Date: Friday, August 5, 2016 @ 17:46:37
  Author: arojas
Revision: 273206

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2016-08-05 17:46:19 UTC (rev 273205)
+++ kde-unstable-i686/PKGBUILD	2016-08-05 17:46:37 UTC (rev 273206)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kross-interpreters
-pkgver=16.07.80
-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=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha256sums=('0a39fde933cba49b0ca25df0f39a324e6c9c5be43e4967e06e7993ac7fbfb023')
-
-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-i686/PKGBUILD (from rev 273205, kross-interpreters/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-08-05 17:46:37 UTC (rev 273206)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kross-interpreters
+pkgver=16.07.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=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha256sums=('c8ec669e495d79bc7a0341f33349aecf60421829cca6d3a1b3ada9574ce2b786')
+
+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	2016-08-05 17:46:19 UTC (rev 273205)
+++ kde-unstable-x86_64/PKGBUILD	2016-08-05 17:46:37 UTC (rev 273206)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kross-interpreters
-pkgver=16.07.80
-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=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha256sums=('0a39fde933cba49b0ca25df0f39a324e6c9c5be43e4967e06e7993ac7fbfb023')
-
-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 273205, kross-interpreters/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-08-05 17:46:37 UTC (rev 273206)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kross-interpreters
+pkgver=16.07.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=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha256sums=('c8ec669e495d79bc7a0341f33349aecf60421829cca6d3a1b3ada9574ce2b786')
+
+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