aboutsummaryrefslogtreecommitdiffstats
path: root/community/plasma-nm/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/plasma-nm/APKBUILD')
-rw-r--r--community/plasma-nm/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/plasma-nm/APKBUILD b/community/plasma-nm/APKBUILD
index 7f60f1acef8..113498c3f4f 100644
--- a/community/plasma-nm/APKBUILD
+++ b/community/plasma-nm/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=plasma-nm
pkgver=5.24.4
-pkgrel=0
+pkgrel=1
pkgdesc="Plasma applet written in QML for managing network connections"
# armhf blocked by qt5-qtdeclarative
# s390x and riscv64 blocked by polkit -> plasma-framework
@@ -36,6 +36,7 @@ makedepends="
qca-dev
qt5-qtbase-dev
qt5-qtdeclarative-dev
+ samurai
solid-dev
"
@@ -47,8 +48,8 @@ source="https://download.kde.org/$_rel/plasma/$pkgver/plasma-nm-$pkgver.tar.xz"
subpackages="$pkgname-lang $pkgname-mobile"
build() {
- cmake -B build \
- -DCMAKE_BUILD_TYPE=None \
+ cmake -B build -G Ninja \
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_MOBILE=ON
@@ -72,6 +73,7 @@ mobile() {
amove usr/lib/qt5/plugins/kcms
amove usr/share/kservices5/wifisettings.desktop
}
+
sha512sums="
2a28f7879a3e90111ab43d6c30d7f191dfbd58dbcac1e2415387f054674cebc28e2aaeb5beffe448c1bc4f698bb1212b757746dc1e4f5d78a1c2e094895eae85 plasma-nm-5.24.4.tar.xz
"