author | Antonio Rojas
<arojas@archlinux.org> 2023-06-24 22:01:59 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-06-24 22:01:59 UTC |
parent | fd196d02c2cebea8c829cfefe5c70efbddfd4001 |
PKGBUILD | +3 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 88a0f09..e1f6572 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,13 +5,13 @@ pkgname=powerdevil pkgver=5.27.6 _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) -makedepends=(extra-cmake-modules kdoctools bluez-qt networkmanager-qt) +makedepends=(extra-cmake-modules kdoctools bluez-qt networkmanager-qt ddcutil) optdepends=('kinfocenter: for the Energy Information KCM' 'power-profiles-daemon: power profiles support' 'networkmanager-qt: wireless power saving actions' @@ -28,6 +28,7 @@ validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan Esk-Riddell build() { cmake -B build -S $pkgname-$pkgver \ -DCMAKE_INSTALL_LIBEXECDIR=lib \ + -DHAVE_DDCUTIL=ON \ -DBUILD_TESTING=OFF cmake --build build }