[arch-commits] Commit in kconfig/repos (3 files)
Felix Yan
felixonmars at gemini.archlinux.org
Mon Aug 15 15:17:54 UTC 2022
Date: Monday, August 15, 2022 @ 15:17:53
Author: felixonmars
Revision: 452742
archrelease: copy trunk to staging-x86_64
Added:
kconfig/repos/staging-x86_64/
kconfig/repos/staging-x86_64/PKGBUILD
(from rev 452741, kconfig/trunk/PKGBUILD)
kconfig/repos/staging-x86_64/keys/
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: kconfig/repos/staging-x86_64/PKGBUILD (from rev 452741, kconfig/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-08-15 15:17:53 UTC (rev 452742)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kconfig
+pkgver=5.97.0
+pkgrel=1
+pkgdesc='Configuration system'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules qt5-declarative qt5-tools qt5-doc clang doxygen)
+optdepends=('qt5-declarative: QML bindings')
+groups=(kf5)
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('90fe770c7f9c3a933b4e1f3576cf70c15d1db70b86bc9cfa9e4ad289e053f62d'
+ 'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+options=(debug)
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DCMAKE_INSTALL_LIBEXECDIR=lib \
+ -DBUILD_TESTING=OFF \
+ -DBUILD_QCH=ON
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
More information about the arch-commits
mailing list