2016-04-21 16:32:21 +01:00
|
|
|
{ kdeFramework, lib, copyPathsToStore
|
|
|
|
, extra-cmake-modules, makeQtWrapper
|
|
|
|
, kconfigwidgets, ki18n, breeze-icons, kitemviews, qtsvg
|
|
|
|
}:
|
|
|
|
|
|
|
|
kdeFramework {
|
|
|
|
name = "kiconthemes";
|
2016-04-28 16:53:57 +01:00
|
|
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
2016-04-21 16:32:21 +01:00
|
|
|
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
|
|
|
|
nativeBuildInputs = [ extra-cmake-modules makeQtWrapper ];
|
2016-04-28 16:53:57 +01:00
|
|
|
propagatedBuildInputs = [ breeze-icons kconfigwidgets ki18n kitemviews qtsvg ];
|
2016-04-21 16:32:21 +01:00
|
|
|
postInstall = ''
|
|
|
|
wrapQtProgram "$out/bin/kiconfinder5"
|
|
|
|
'';
|
|
|
|
}
|