[arch-commits] Commit in solid/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Jan 9 10:00:32 UTC 2021
Date: Saturday, January 9, 2021 @ 10:00:32
Author: arojas
Revision: 405780
archrelease: copy trunk to testing-x86_64
Added:
solid/repos/testing-x86_64/
solid/repos/testing-x86_64/PKGBUILD
(from rev 405779, solid/trunk/PKGBUILD)
----------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
Copied: solid/repos/testing-x86_64/PKGBUILD (from rev 405779, solid/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-01-09 10:00:32 UTC (rev 405780)
@@ -0,0 +1,33 @@
+# 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.78.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=('129710956e0f9940b00a0b6b9dca86709f3b753ab88debbf93d7ebaeb44bfde1'
+ 'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+
+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