[arch-commits] Commit in powerdevil/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Jun 26 10:06:33 UTC 2021
Date: Saturday, June 26, 2021 @ 10:06:33
Author: arojas
Revision: 418723
Disable ddcutil support, it's buggy and unmaintained (FS#70525)
Modified:
powerdevil/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-26 09:59:53 UTC (rev 418722)
+++ PKGBUILD 2021-06-26 10:06:33 UTC (rev 418723)
@@ -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 @@
build() {
cmake -B build -S $pkgname-$pkgver \
-DCMAKE_INSTALL_LIBEXECDIR=lib \
- -DHAVE_DDCUTIL=ON \
-DBUILD_TESTING=OFF
cmake --build build
}
More information about the arch-commits
mailing list