[arch-commits] Commit in solid/repos (3 files)
Antonio Rojas
arojas at gemini.archlinux.org
Sat Jul 9 20:25:14 UTC 2022
Date: Saturday, July 9, 2022 @ 20:25:13
Author: arojas
Revision: 450636
archrelease: copy trunk to testing-x86_64
Added:
solid/repos/testing-x86_64/
solid/repos/testing-x86_64/PKGBUILD
(from rev 450635, solid/trunk/PKGBUILD)
solid/repos/testing-x86_64/keys/
----------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
Copied: solid/repos/testing-x86_64/PKGBUILD (from rev 450635, solid/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-07-09 20:25:13 UTC (rev 450636)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=solid
+pkgver=5.96.0
+pkgrel=1
+pkgdesc='Hardware integration and detection'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-base media-player-info upower udisks2)
+makedepends=(extra-cmake-modules qt5-tools qt5-doc doxygen qt5-declarative)
+optdepends=('qt5-declarative: QML bindings')
+groups=(kf5)
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('9104542fec59bbfbd2b493d990a04849347d5ce10948a5bdf0bc9e17187dc448'
+ 'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+options=(debug)
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF \
+ -DBUILD_QCH=ON \
+ -DWITH_NEW_POWER_ASYNC_API=ON \
+ -DWITH_NEW_POWER_ASYNC_FREEDESKTOP=ON \
+ -DWITH_NEW_SOLID_JOB=ON # https://bugs.archlinux.org/task/64093
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
More information about the arch-commits
mailing list