summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 555c34e27690..93a061b81ee8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = powerdevil
- pkgdesc = Manages the power consumption settings of a Plasma Shell
+ pkgdesc = Manages the power consumption settings of a Plasma Shell. Light version without NetworkManager and Bluez support/dependencies.
pkgver = 5.8.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.kde.org/workspaces/plasmadesktop/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 7cc5ca925519..6977687ba7bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
pkgbase=powerdevil
pkgname=powerdevil-light
pkgver=5.8.0
-pkgrel=1
-pkgdesc='Manages the power consumption settings of a Plasma Shell'
+pkgrel=2
+pkgdesc='Manages the power consumption settings of a Plasma Shell. Light version without NetworkManager and Bluez support/dependencies.'
arch=('i686' 'x86_64')
url='https://www.kde.org/workspaces/plasmadesktop/'
license=('LGPL')
@@ -30,6 +30,8 @@ build() {
cd build
cmake ../${pkgbase}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
+ -DKF5NetworkManagerQt_FOUND=OFF \
+ -DKF5BluezQt_FOUND=OFF \
-DCMAKE_INSTALL_PREFIX=/usr \
-DKDE_INSTALL_LIBDIR=lib \
-DBUILD_TESTING=OFF