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