2015-10-10 07:58:23 -07:00
|
|
|
{ plasmaPackage, extra-cmake-modules, kdoctools, epoxy
|
|
|
|
, kactivities, kcompletion, kcmutils, kconfig, kconfigwidgets
|
|
|
|
, kcoreaddons, kcrash, kdeclarative, kdecoration, kglobalaccel
|
|
|
|
, ki18n, kiconthemes, kinit, kio, knewstuff, knotifications
|
|
|
|
, kpackage, kservice, kwayland, kwidgetsaddons, kwindowsystem
|
|
|
|
, kxmlgui, libinput, libICE, libSM, plasma-framework, qtdeclarative
|
|
|
|
, qtscript, qtx11extras, udev, wayland, xcb-util-cursor
|
2015-09-27 08:03:00 -07:00
|
|
|
}:
|
|
|
|
|
2015-09-29 14:58:59 -07:00
|
|
|
plasmaPackage {
|
2015-09-27 08:03:00 -07:00
|
|
|
name = "kwin";
|
|
|
|
nativeBuildInputs = [
|
|
|
|
extra-cmake-modules
|
|
|
|
kdoctools
|
|
|
|
];
|
|
|
|
buildInputs = [
|
2015-10-10 07:58:23 -07:00
|
|
|
epoxy kcompletion kcmutils kconfig kconfigwidgets kcoreaddons
|
2015-10-10 10:29:20 -07:00
|
|
|
kcrash kdecoration kiconthemes kinit knewstuff knotifications
|
2015-10-10 09:50:36 -07:00
|
|
|
kpackage kservice kwayland kwidgetsaddons kwindowsystem kxmlgui
|
|
|
|
libinput libICE libSM plasma-framework qtdeclarative qtscript
|
|
|
|
qtx11extras udev wayland xcb-util-cursor
|
2015-09-27 08:03:00 -07:00
|
|
|
];
|
2015-10-10 10:29:20 -07:00
|
|
|
propagatedBuildInputs = [ kactivities kdeclarative kglobalaccel ki18n kio ];
|
2015-09-27 08:03:00 -07:00
|
|
|
patches = [ ./kwin-import-plugin-follow-symlinks.patch ];
|
|
|
|
postInstall = ''
|
|
|
|
wrapKDEProgram "$out/bin/kwin_x11"
|
|
|
|
wrapKDEProgram "$out/bin/kwin_wayland"
|
|
|
|
'';
|
|
|
|
}
|