git » powerdevil.git » commit 421450e

Disable ddcutil again

author Antonio Rojas
2023-05-18 18:20:48 UTC
committer Antonio Rojas
2023-05-18 18:20:48 UTC
parent d44f986b7bcfa9156e83422b7aa049cf42846e9f

Disable ddcutil again

PKGBUILD +3 -4

diff --git a/PKGBUILD b/PKGBUILD
index fefc268..c58117c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
 pkgname=powerdevil
 pkgver=5.27.5
 _dirver=$(echo $pkgver | cut -d. -f1-3)
-pkgrel=2
+pkgrel=3
 pkgdesc='Manages the power consumption settings of a Plasma Shell'
 arch=(x86_64)
 url='https://kde.org/plasma-desktop/'
 license=(LGPL)
-depends=(plasma-workspace ddcutil)
+depends=(plasma-workspace)
 makedepends=(extra-cmake-modules kdoctools bluez-qt networkmanager-qt)
 optdepends=('kinfocenter: for the Energy Information KCM'
             'power-profiles-daemon: power profiles support'
@@ -28,8 +28,7 @@ validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D'  # Jonathan Esk-Riddell
 build() {
   cmake -B build -S $pkgname-$pkgver \
     -DCMAKE_INSTALL_LIBEXECDIR=lib \
-    -DBUILD_TESTING=OFF \
-    -DHAVE_DDCUTIL=ON
+    -DBUILD_TESTING=OFF
   cmake --build build
 }