Date: Thursday, May 18, 2023 @ 18:20:48
  Author: arojas
Revision: 478014

upgpkg: powerdevil 5.27.5-3: Disable ddcutil again

Modified:
  powerdevil/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-18 18:08:32 UTC (rev 478013)
+++ PKGBUILD    2023-05-18 18:20:48 UTC (rev 478014)
@@ -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 @@
 build() {
   cmake -B build -S $pkgname-$pkgver \
     -DCMAKE_INSTALL_LIBEXECDIR=lib \
-    -DBUILD_TESTING=OFF \
-    -DHAVE_DDCUTIL=ON
+    -DBUILD_TESTING=OFF
   cmake --build build
 }
 

Reply via email to