Date: Thursday, May 11, 2023 @ 17:22:56
  Author: arojas
Revision: 477610

upgpkg: powerdevil 5.27.5-2: Reenable ddcutil, all issues are supposed to be 
fixed now

Modified:
  powerdevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-11 17:14:40 UTC (rev 477609)
+++ PKGBUILD    2023-05-11 17:22:56 UTC (rev 477610)
@@ -5,12 +5,12 @@
 pkgname=powerdevil
 pkgver=5.27.5
 _dirver=$(echo $pkgver | cut -d. -f1-3)
-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)
+depends=(plasma-workspace ddcutil)
 makedepends=(extra-cmake-modules kdoctools bluez-qt networkmanager-qt)
 optdepends=('kinfocenter: for the Energy Information KCM'
             'power-profiles-daemon: power profiles support'
@@ -28,7 +28,8 @@
 build() {
   cmake -B build -S $pkgname-$pkgver \
     -DCMAKE_INSTALL_LIBEXECDIR=lib \
-    -DBUILD_TESTING=OFF
+    -DBUILD_TESTING=OFF \
+    -DHAVE_DDCUTIL=ON
   cmake --build build
 }
 

Reply via email to