[arch-commits] Commit in qqc2-desktop-style/repos (3 files)
Antonio Rojas
arojas at gemini.archlinux.org
Sun Sep 11 09:40:32 UTC 2022
Date: Sunday, September 11, 2022 @ 09:40:32
Author: arojas
Revision: 455880
archrelease: copy trunk to testing-x86_64
Added:
qqc2-desktop-style/repos/testing-x86_64/
qqc2-desktop-style/repos/testing-x86_64/PKGBUILD
(from rev 455879, qqc2-desktop-style/trunk/PKGBUILD)
qqc2-desktop-style/repos/testing-x86_64/keys/
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: qqc2-desktop-style/repos/testing-x86_64/PKGBUILD (from rev 455879, qqc2-desktop-style/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-09-11 09:40:32 UTC (rev 455880)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=qqc2-desktop-style
+pkgver=5.98.0
+pkgrel=1
+pkgdesc='A style for Qt Quick Controls 2 to make it follow your desktop theme'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+groups=(kf5)
+depends=(kirigami2 kiconthemes sonnet)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('edf4460e9431a7eb52c3595e2acea1fbc405387bdc06f7ec6f408849da8fc7a9'
+ 'SKIP')
+validpgpkeys=('53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB') # David Faure <faure at kde.org>
+options=(debug)
+
+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