aboutsummaryrefslogtreecommitdiffstats
path: root/testing/plasma-pa
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2019-06-26 10:58:45 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-06-26 08:30:44 -0300
commit573072f0438c08e34aa29423423b1ebba199495a (patch)
tree2fa43bfb51f758c45c0935b7d520efbe6956c898 /testing/plasma-pa
parent5ab5e8e79a812e344bb78091cbc1e457eaef4925 (diff)
downloadaports-573072f0438c08e34aa29423423b1ebba199495a.tar.bz2
aports-573072f0438c08e34aa29423423b1ebba199495a.tar.xz
testing/plasma-pa: re-enable
Diffstat (limited to 'testing/plasma-pa')
-rw-r--r--testing/plasma-pa/APKBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/testing/plasma-pa/APKBUILD b/testing/plasma-pa/APKBUILD
index 8c0f654eba..8e21b9fbae 100644
--- a/testing/plasma-pa/APKBUILD
+++ b/testing/plasma-pa/APKBUILD
@@ -4,7 +4,7 @@ pkgname=plasma-pa
pkgver=5.16.2
pkgrel=0
pkgdesc="Plasma applet for audio volume management using PulseAudio"
-arch="" # Conflict between polkit-dev and polkit-elogind-dev
+arch="all !ppc64le !s390x" # Limited by plasma-workspace -> libksysguard -> qt5-qtwebengine
url="https://www.kde.org/workspaces/plasmadesktop/"
license="LGPL-2.1-only OR LGPL-3.0-only AND GPL-2.0-only"
depends="pulseaudio kirigami2"
@@ -21,12 +21,10 @@ build() {
}
check() {
- cd "$builddir"
CTEST_OUTPUT_ON_FAILURE=TRUE ctest
}
package() {
- cd "$builddir"
- make DESTDIR="$pkgdir" install
+ DESTDIR="$pkgdir" make install
}
sha512sums="48ee899db002a946486d93bc81c0f046f6c6855a020d7557bb1625f116c61ef2d295e682401c77fa46bc2d7fdcd3d3337fe4c4df000b03718456bf20ef2ca4a1 plasma-pa-5.16.2.tar.xz"