[arch-commits] Commit in kjs/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Jan 9 10:05:59 UTC 2021
Date: Saturday, January 9, 2021 @ 10:05:59
Author: arojas
Revision: 405807
archrelease: copy trunk to testing-x86_64
Added:
kjs/repos/testing-x86_64/
kjs/repos/testing-x86_64/PKGBUILD
(from rev 405806, kjs/trunk/PKGBUILD)
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: kjs/repos/testing-x86_64/PKGBUILD (from rev 405806, kjs/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-01-09 10:05:59 UTC (rev 405807)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kjs
+pkgver=5.78.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=('9070e1d8b28ea111f1946de57fd80c74dd03e92e31fa3106c4fbb5d38de4566a'
+ 'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
More information about the arch-commits
mailing list