summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8df6500..4e8aaae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,6 +5,7 @@
# # I maintain this because:
# Arch version depends on ModemManager and MM conflicts with NeuG
+# # plasma-nm no longer allows disabling MM. :/
# Arch version does not explicitly specify /usr/lib
# Arch version lacks additional optimization and hardening flags
@@ -18,7 +19,7 @@ arch=(x86_64)
url='https://kde.org/plasma-desktop/'
license=(GPL2)
options=(lto)
-depends=(plasma-workspace networkmanager-qt qca-qt5)
+depends=(plasma-workspace modemmanager-qt networkmanager-qt)
makedepends=(extra-cmake-modules openconnect)
optdepends=('openconnect: Cisco AnyConnect VPN plugin')
groups=(plasma)
@@ -39,14 +40,13 @@ build() {
export CXXFLAGS="$CXXFLAGS -O3 -fstack-protector-all -fPIC"
cmake -B build -S $_pkgname-$pkgver \
- -DBUILD_TESTING=OFF \
- -DDISABLE_MODEMMANAGER_SUPPORT=ON
+ -DBUILD_TESTING=OFF
cmake --build build
}
package() {
depends=(rng-tools-openrc-neug)
- conflicts=(plasma-nm modemmanager modemmanager-qt)
+ conflicts=(plasma-nm)
provides=(plasma-nm)
DESTDIR="$pkgdir" cmake --install build
}