9aa3a65a83
[ci:skip-build] Never succeeds in time [ci:skip-vercheck] We need our Mauikit to be a rel newer than in Alpine repos, but the CI doesn't like it This includes a big rewrite in kwin which should increase the performance a whole lot, and some awesome other stuff
52 lines
1.3 KiB
Text
52 lines
1.3 KiB
Text
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=plasma-pa
|
|
pkgver=5.20.90
|
|
pkgrel=0
|
|
pkgdesc="Plasma applet for audio volume management using PulseAudio"
|
|
# armhf blocked by qt5-qtdeclarative
|
|
# s390x blocked by libksysguard
|
|
arch="all !armhf !s390x !mips64"
|
|
url="https://kde.org/plasma-desktop/"
|
|
license="LGPL-2.1-only OR LGPL-3.0-only AND GPL-2.0-only"
|
|
depends="pulseaudio kirigami2"
|
|
makedepends="
|
|
extra-cmake-modules
|
|
qt5-qtbase-dev
|
|
qt5-qtdeclarative-dev
|
|
kcoreaddons-dev
|
|
kdeclarative-dev
|
|
kdoctools-dev
|
|
kglobalaccel-dev
|
|
knotifications-dev
|
|
ki18n-dev
|
|
plasma-workspace-dev
|
|
pulseaudio-dev
|
|
libcanberra-dev
|
|
"
|
|
|
|
case "$pkgver" in
|
|
*.90*) _rel=unstable;;
|
|
*) _rel=stable;;
|
|
esac
|
|
source="https://download.kde.org/$_rel/plasma/$pkgver/plasma-pa-$pkgver.tar.xz"
|
|
subpackages="$pkgname-doc $pkgname-lang"
|
|
|
|
build() {
|
|
cmake -B build \
|
|
-DCMAKE_BUILD_TYPE=None \
|
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
|
-DCMAKE_INSTALL_LIBDIR=lib \
|
|
-DUSE_GCONF=OFF
|
|
cmake --build build
|
|
}
|
|
|
|
check() {
|
|
cd build
|
|
CTEST_OUTPUT_ON_FAILURE=TRUE ctest
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" cmake --install build
|
|
}
|
|
sha512sums="0a0c6b5b2a1b0b06077bafb0bfebf70170a74726e4226be6122e380f482b337ff38a945a9a7982251d4845269b7619a4c0aaafb9b105b863a22c0d2c8fcfa478 plasma-pa-5.20.90.tar.xz"
|