[arch-commits] Commit in kross-interpreters/repos/kde-unstable-x86_64 (2 files)

Antonio Rojas arojas at archlinux.org
Fri Apr 3 20:33:19 UTC 2020


    Date: Friday, April 3, 2020 @ 20:33:15
  Author: arojas
Revision: 379339

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

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-03 20:32:44 UTC (rev 379338)
+++ PKGBUILD	2020-04-03 20:33:15 UTC (rev 379339)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kross-interpreters
-pkgver=20.03.80
-pkgrel=1
-pkgdesc='Language interpreters to enable in-process scripting with Kross'
-arch=(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/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('168ecae8220fea699b7a16f9823a0927384a944b9ed6c15502f68aab186f5863'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_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 379338, kross-interpreters/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-03 20:33:15 UTC (rev 379339)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kross-interpreters
+pkgver=20.03.90
+pkgrel=1
+pkgdesc='Language interpreters to enable in-process scripting with Kross'
+arch=(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/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2fb2794b1ff854bbd852a212cae43d3bbe1e75e1fb4b5ccdd48664db014880f8'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_LIBEXECDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list