2015-10-10 17:19:37 +01:00
|
|
|
{ plasmaPackage, extra-cmake-modules, kcmutils, kconfig
|
|
|
|
, kdelibs4support, kdesu, kdoctools, ki18n, kiconthemes
|
2015-10-18 15:24:59 +01:00
|
|
|
, kwindowsystem, makeQtWrapper, qtsvg, qtx11extras
|
2015-09-27 16:03:00 +01:00
|
|
|
}:
|
|
|
|
|
2015-09-29 22:58:59 +01:00
|
|
|
plasmaPackage {
|
2015-09-27 16:03:00 +01:00
|
|
|
name = "kde-cli-tools";
|
2015-10-18 15:24:59 +01:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules kdoctools makeQtWrapper ];
|
2015-09-27 16:03:00 +01:00
|
|
|
buildInputs = [
|
2015-10-10 18:42:19 +01:00
|
|
|
kcmutils kconfig kdesu kiconthemes
|
|
|
|
];
|
|
|
|
propagatedBuildInputs = [
|
|
|
|
kdelibs4support ki18n kwindowsystem qtsvg qtx11extras
|
2015-09-27 16:03:00 +01:00
|
|
|
];
|
|
|
|
postInstall = ''
|
2015-10-18 15:24:59 +01: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 16:03:00 +01:00
|
|
|
'';
|
|
|
|
}
|