2016-07-30 02:13:00 +00:00
|
|
|
{
|
2016-07-30 22:40:00 +00:00
|
|
|
kdeApp, lib, kdeWrapper,
|
2017-02-26 12:49:15 +00:00
|
|
|
extra-cmake-modules, kdoctools,
|
2016-10-18 11:45:40 +00:00
|
|
|
kconfig, kcoreaddons, kdbusaddons, kdeclarative, ki18n, kio, kipi-plugins,
|
|
|
|
knotifications, kscreen, kwidgetsaddons, kwindowsystem, kxmlgui, libkipi,
|
|
|
|
xcb-util-cursor
|
2016-04-21 16:00:51 +00:00
|
|
|
}:
|
|
|
|
|
2016-07-30 22:40:00 +00:00
|
|
|
let
|
|
|
|
unwrapped =
|
|
|
|
kdeApp {
|
|
|
|
name = "spectacle";
|
|
|
|
meta = with lib; { maintainers = with maintainers; [ ttuegel ]; };
|
2017-02-26 12:49:15 +00:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
2016-07-30 22:40:00 +00:00
|
|
|
propagatedBuildInputs = [
|
|
|
|
kconfig kcoreaddons kdbusaddons kdeclarative ki18n kio knotifications
|
|
|
|
kscreen kwidgetsaddons kwindowsystem kxmlgui libkipi xcb-util-cursor
|
|
|
|
];
|
|
|
|
};
|
|
|
|
in
|
2017-01-02 23:33:15 +00:00
|
|
|
kdeWrapper {
|
|
|
|
inherit unwrapped;
|
2016-10-18 11:45:40 +00:00
|
|
|
targets = [ "bin/spectacle" ];
|
|
|
|
paths = [ kipi-plugins ];
|
|
|
|
}
|