2016-04-21 17:32:21 +02:00
|
|
|
{ kdeFramework, lib, makeQtWrapper
|
|
|
|
, extra-cmake-modules
|
|
|
|
, kcompletion
|
|
|
|
, kconfig
|
|
|
|
, kconfigwidgets
|
|
|
|
, kcoreaddons
|
|
|
|
, kdewebkit
|
|
|
|
, kdoctools
|
|
|
|
, kiconthemes
|
|
|
|
, kio
|
|
|
|
, kitemviews
|
|
|
|
, kplotting
|
|
|
|
, ktextwidgets
|
|
|
|
, kwidgetsaddons
|
|
|
|
, kxmlgui
|
|
|
|
, sonnet
|
|
|
|
}:
|
|
|
|
|
|
|
|
kdeFramework {
|
|
|
|
name = "kdesignerplugin";
|
2016-04-28 17:51:08 +02:00
|
|
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
2016-04-21 17:32:21 +02:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules kdoctools makeQtWrapper ];
|
2016-04-28 17:51:08 +02:00
|
|
|
propagatedBuildInputs = [
|
|
|
|
kcompletion kconfig kconfigwidgets kcoreaddons kdewebkit kiconthemes kio
|
|
|
|
kitemviews kplotting ktextwidgets kwidgetsaddons kxmlgui sonnet
|
2016-04-21 17:32:21 +02:00
|
|
|
];
|
|
|
|
postInstall = ''
|
|
|
|
wrapQtProgram "$out/bin/kgendesignerplugin"
|
|
|
|
'';
|
|
|
|
}
|