git » powerdevil.git » commit a4db5c1

Disable ddcutil support, it's buggy and unmaintained (FS#70525)

author Antonio Rojas
2021-06-26 10:06:33 UTC
committer Antonio Rojas
2021-06-26 10:06:33 UTC
parent 290f762bf463eedd13aa1a8479862a5ba1835a71

Disable ddcutil support, it's buggy and unmaintained (FS#70525)

PKGBUILD +2 -3

diff --git a/PKGBUILD b/PKGBUILD
index b4b9054..986a3f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
 
 pkgname=powerdevil
 pkgver=5.22.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Manages the power consumption settings of a Plasma Shell'
 arch=(x86_64)
 url='https://kde.org/plasma-desktop/'
 license=(LGPL)
-depends=(plasma-workspace bluez-qt networkmanager-qt ddcutil)
+depends=(plasma-workspace bluez-qt networkmanager-qt)
 makedepends=(extra-cmake-modules kdoctools)
 optdepends=('kinfocenter: for the Energy Information KCM')
 groups=(plasma)
@@ -24,7 +24,6 @@ validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell <jr
 build() {
   cmake -B build -S $pkgname-$pkgver \
     -DCMAKE_INSTALL_LIBEXECDIR=lib \
-    -DHAVE_DDCUTIL=ON \
     -DBUILD_TESTING=OFF
   cmake --build build
 }