Date: Saturday, June 13, 2020 @ 18:35:40
  Author: arojas
Revision: 389127

archrelease: copy trunk to testing-x86_64

Added:
  kjs/repos/testing-x86_64/
  kjs/repos/testing-x86_64/PKGBUILD
    (from rev 389126, kjs/trunk/PKGBUILD)

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: kjs/repos/testing-x86_64/PKGBUILD (from rev 389126, kjs/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2020-06-13 18:35:40 UTC (rev 389127)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kjs
+pkgver=5.71.0
+pkgrel=1
+pkgdesc='Support for JS scripting in applications'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kf5-aids)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('702224482139e500da1ea4e0d2b5132bf762f87f426f294587a0f2f47b9a9734'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 
<[email protected]>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to