2017-05-26 13:44:36 -07:00
|
|
|
{
|
|
|
|
mkDerivation,
|
|
|
|
extra-cmake-modules,
|
2020-01-31 17:48:14 -08:00
|
|
|
kconfig, kcmutils, kconfigwidgets, kdbusaddons, kglobalaccel, ki18n,
|
|
|
|
kwidgetsaddons, kxmlgui, libkscreen, qtdeclarative, qtgraphicaleffects,
|
|
|
|
kwindowsystem, kdeclarative, plasma-framework
|
2016-04-21 09:01:22 -07:00
|
|
|
}:
|
|
|
|
|
2017-05-15 09:44:58 -07:00
|
|
|
mkDerivation {
|
2016-04-21 09:01:22 -07:00
|
|
|
name = "kscreen";
|
2020-04-03 09:02:01 -07:00
|
|
|
patches = [ ./kscreen-417316.patch ];
|
2017-02-26 04:49:15 -08:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
2017-05-22 11:49:07 -07:00
|
|
|
buildInputs = [
|
2020-01-31 17:48:14 -08:00
|
|
|
kconfig kcmutils kconfigwidgets kdbusaddons kglobalaccel ki18n
|
|
|
|
kwidgetsaddons kxmlgui libkscreen qtdeclarative qtgraphicaleffects
|
|
|
|
kwindowsystem kdeclarative plasma-framework
|
2016-04-21 09:01:22 -07:00
|
|
|
];
|
|
|
|
}
|