2016-04-21 17:01:22 +01:00
|
|
|
{ plasmaPackage, extra-cmake-modules, kdoctools, epoxy
|
|
|
|
, kactivities, kcompletion, kcmutils, kconfig, kconfigwidgets
|
|
|
|
, kcoreaddons, kcrash, kdeclarative, kdecoration, kglobalaccel
|
|
|
|
, ki18n, kiconthemes, kidletime, kinit, kio, knewstuff, knotifications
|
|
|
|
, kpackage, kscreenlocker, kservice, kwayland, kwidgetsaddons, kwindowsystem
|
|
|
|
, kxmlgui, libinput, libICE, libSM, plasma-framework, qtdeclarative
|
|
|
|
, qtmultimedia, qtscript, qtx11extras, udev, wayland, xcb-util-cursor
|
|
|
|
, makeQtWrapper
|
|
|
|
}:
|
|
|
|
|
|
|
|
plasmaPackage {
|
|
|
|
name = "kwin";
|
|
|
|
nativeBuildInputs = [
|
|
|
|
extra-cmake-modules
|
|
|
|
kdoctools
|
|
|
|
makeQtWrapper
|
|
|
|
];
|
|
|
|
propagatedBuildInputs = [
|
2016-04-28 18:56:40 +01:00
|
|
|
kactivities kdeclarative kglobalaccel ki18n kio kscreenlocker kwindowsystem
|
|
|
|
plasma-framework qtdeclarative qtmultimedia qtx11extras epoxy kcompletion
|
|
|
|
kcmutils kconfig kconfigwidgets kcoreaddons kcrash kdecoration kiconthemes
|
|
|
|
kidletime kinit knewstuff knotifications kpackage kservice kwayland
|
|
|
|
kwidgetsaddons kxmlgui libinput libICE libSM qtscript udev wayland
|
|
|
|
xcb-util-cursor
|
2016-04-21 17:01:22 +01:00
|
|
|
];
|
|
|
|
patches = [ ./0001-qdiriterator-follow-symlinks.patch ];
|
|
|
|
cmakeFlags = [ "-DCMAKE_SKIP_BUILD_RPATH=OFF" ];
|
|
|
|
postInstall = ''
|
|
|
|
wrapQtProgram "$out/bin/kwin_x11"
|
|
|
|
wrapQtProgram "$out/bin/kwin_wayland"
|
|
|
|
'';
|
|
|
|
}
|