summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-05 09:05:43 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-05 09:05:43 -0800
commit86bf15fa933c37c7ebb164c376c2bd11656ccf48 (patch)
treefdc96fc43bc22706f59aa17f0863784ee8a7bc0a
parentUpdated to 27.1.0 (diff)
downloadplasma-nm-neug-86bf15fa933c37c7ebb164c376c2bd11656ccf48.tar.xz
Remove disable modemmanager option, since it was removed from the source. :/
-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
}