2016-07-29 19:13:00 -07:00
|
|
|
{
|
|
|
|
kdeApp, lib, ecm, kdoctools, makeQtWrapper,
|
|
|
|
kconfig, kcoreaddons, kdbusaddons, kdeclarative, ki18n, kio, knotifications,
|
|
|
|
kscreen, kwidgetsaddons, kwindowsystem, kxmlgui, libkipi, xcb-util-cursor
|
2016-04-21 09:00:51 -07:00
|
|
|
}:
|
|
|
|
|
|
|
|
kdeApp {
|
|
|
|
name = "spectacle";
|
2016-04-28 11:16:28 -07:00
|
|
|
meta = with lib; {
|
|
|
|
maintainers = with maintainers; [ ttuegel ];
|
|
|
|
};
|
2016-07-29 19:13:00 -07:00
|
|
|
nativeBuildInputs = [ ecm kdoctools makeQtWrapper ];
|
2016-04-28 11:16:28 -07:00
|
|
|
propagatedBuildInputs = [
|
2016-04-21 09:00:51 -07:00
|
|
|
kconfig kcoreaddons kdbusaddons kdeclarative ki18n kio knotifications
|
|
|
|
kscreen kwidgetsaddons kwindowsystem kxmlgui libkipi xcb-util-cursor
|
|
|
|
];
|
2016-07-17 01:42:45 -07:00
|
|
|
postInstall = ''
|
2016-04-21 09:00:51 -07:00
|
|
|
wrapQtProgram "$out/bin/spectacle"
|
|
|
|
'';
|
|
|
|
}
|