2015-10-10 16:19:37 +00:00
|
|
|
{ plasmaPackage, extra-cmake-modules, kcmutils, kconfig
|
|
|
|
, kdelibs4support, kdesu, kdoctools, ki18n, kiconthemes
|
2015-10-18 14:24:59 +00:00
|
|
|
, kwindowsystem, makeQtWrapper, qtsvg, qtx11extras
|
2015-09-27 15:03:00 +00:00
|
|
|
}:
|
|
|
|
|
2015-09-29 21:58:59 +00:00
|
|
|
plasmaPackage {
|
2015-09-27 15:03:00 +00:00
|
|
|
name = "kde-cli-tools";
|
2015-10-18 14:24:59 +00:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules kdoctools makeQtWrapper ];
|
2015-09-27 15:03:00 +00:00
|
|
|
buildInputs = [
|
2015-10-10 17:42:19 +00:00
|
|
|
kcmutils kconfig kdesu kiconthemes
|
|
|
|
];
|
|
|
|
propagatedBuildInputs = [
|
|
|
|
kdelibs4support ki18n kwindowsystem qtsvg qtx11extras
|
2015-09-27 15:03:00 +00:00
|
|
|
];
|
|
|
|
postInstall = ''
|
2015-10-18 14:24:59 +00:00
|
|
|
wrapQtProgram "$out/bin/kmimetypefinder5"
|
|
|
|
wrapQtProgram "$out/bin/ksvgtopng5"
|
|
|
|
wrapQtProgram "$out/bin/ktraderclient5"
|
|
|
|
wrapQtProgram "$out/bin/kioclient5"
|
|
|
|
wrapQtProgram "$out/bin/kdecp5"
|
|
|
|
wrapQtProgram "$out/bin/keditfiletype5"
|
|
|
|
wrapQtProgram "$out/bin/kcmshell5"
|
|
|
|
wrapQtProgram "$out/bin/kdemv5"
|
|
|
|
wrapQtProgram "$out/bin/kstart5"
|
|
|
|
wrapQtProgram "$out/bin/kde-open5"
|
2015-09-27 15:03:00 +00:00
|
|
|
'';
|
|
|
|
}
|