2015-10-10 16:52:10 +02:00
|
|
|
{ plasmaPackage, extra-cmake-modules, baloo, kactivities, kconfig
|
|
|
|
, kcoreaddons, kdeclarative, kguiaddons, ki18n, kio, kservice
|
|
|
|
, kfilemetadata, plasma-framework, qtdeclarative, qtmultimedia
|
2015-09-27 17:03:00 +02:00
|
|
|
, taglib
|
|
|
|
}:
|
|
|
|
|
2015-09-29 23:58:59 +02:00
|
|
|
plasmaPackage {
|
2015-09-27 17:03:00 +02:00
|
|
|
name = "plasma-mediacenter";
|
|
|
|
nativeBuildInputs = [
|
|
|
|
extra-cmake-modules
|
|
|
|
];
|
|
|
|
buildInputs = [
|
2015-10-10 18:25:16 +02:00
|
|
|
kconfig kcoreaddons kguiaddons ki18n kio kservice plasma-framework
|
|
|
|
qtdeclarative qtmultimedia taglib
|
2015-09-27 17:03:00 +02:00
|
|
|
];
|
2015-10-10 18:25:16 +02:00
|
|
|
propagatedBuildInputs = [ baloo kactivities kdeclarative kfilemetadata ];
|
2015-09-27 17:03:00 +02:00
|
|
|
}
|