powerdevil: remove kdelibs4support dependency
This commit is contained in:
parent
60632718c0
commit
ce1c92a4d9
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
mkDerivation, fetchpatch,
|
mkDerivation, fetchpatch,
|
||||||
extra-cmake-modules, kdoctools,
|
extra-cmake-modules, kdoctools,
|
||||||
bluez-qt, kactivities, kauth, kconfig, kdbusaddons, kdelibs4support,
|
bluez-qt, kactivities, kauth, kconfig, kdbusaddons,
|
||||||
kglobalaccel, ki18n, kidletime, kio, knotifyconfig, kwayland, libkscreen,
|
kglobalaccel, ki18n, kidletime, kio, knotifyconfig, kwayland, libkscreen,
|
||||||
ddcutil, networkmanager-qt, plasma-workspace, qtx11extras, solid, udev
|
ddcutil, networkmanager-qt, plasma-workspace, qtx11extras, solid, udev
|
||||||
}:
|
}:
|
||||||
@ -11,18 +11,11 @@ mkDerivation {
|
|||||||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
kconfig kdbusaddons knotifyconfig solid udev bluez-qt kactivities kauth
|
kconfig kdbusaddons knotifyconfig solid udev bluez-qt kactivities kauth
|
||||||
kdelibs4support kglobalaccel ki18n kio kidletime kwayland libkscreen
|
kglobalaccel ki18n kio kidletime kwayland libkscreen
|
||||||
networkmanager-qt plasma-workspace qtx11extras
|
networkmanager-qt plasma-workspace qtx11extras
|
||||||
ddcutil
|
ddcutil
|
||||||
];
|
];
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-DHAVE_DDCUTIL=On"
|
"-DHAVE_DDCUTIL=On"
|
||||||
];
|
];
|
||||||
patches = [
|
|
||||||
# Reduce log message spam by setting the default log level to Warning.
|
|
||||||
#(fetchpatch {
|
|
||||||
# url = "https://invent.kde.org/plasma/powerdevil/-/commit/c7590f9065ec9547b7fabad77a548bbc0c693113.patch";
|
|
||||||
# sha256 = "077whhi0jrb3bajx357k7n66hv7nchis8jix0nfc1zjvi9fm6pi2";
|
|
||||||
#})
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user