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
|
2015-10-18 09:22:02 -07:00
|
|
|
, qtmultimedia, qtscript, qtx11extras, udev, wayland, xcb-util-cursor
|
|
|
|
, makeQtWrapper
|
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
|
2015-10-18 07:24:59 -07:00
|
|
|
makeQtWrapper
|
2015-09-27 08:03:00 -07:00
|
|
|
];
|
|
|
|
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 10:42:19 -07:00
|
|
|
kpackage kservice kwayland kwidgetsaddons kxmlgui libinput libICE
|
2015-10-10 10:45:57 -07:00
|
|
|
libSM qtscript udev wayland xcb-util-cursor
|
2015-10-10 10:42:19 -07:00
|
|
|
];
|
|
|
|
propagatedBuildInputs = [
|
|
|
|
kactivities kdeclarative kglobalaccel ki18n kio kwindowsystem
|
2015-10-18 09:22:02 -07:00
|
|
|
plasma-framework qtdeclarative qtmultimedia qtx11extras
|
2015-09-27 08:03:00 -07:00
|
|
|
];
|
2015-10-14 05:06:08 -07:00
|
|
|
patches = [ ./0001-qdiriterator-follow-symlinks.patch ];
|
2015-09-27 08:03:00 -07:00
|
|
|
postInstall = ''
|
2015-10-18 07:24:59 -07:00
|
|
|
wrapQtProgram "$out/bin/kwin_x11"
|
|
|
|
wrapQtProgram "$out/bin/kwin_wayland"
|
2015-09-27 08:03:00 -07:00
|
|
|
'';
|
|
|
|
}
|