Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
Disable ddcutil support, it's buggy and unmaintained (FS#70525)
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@418723 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
antonio-rojas authored and svntogit committed Jun 26, 2021
1 parent e206a19 commit 274840f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions trunk/PKGBUILD
Expand Up @@ -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)
Expand All @@ -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
}
Expand Down

0 comments on commit 274840f

Please sign in to comment.