2015-09-29 23:58:59 +02:00
|
|
|
{ plasmaPackage
|
2015-09-27 17:03:00 +02:00
|
|
|
, substituteAll
|
|
|
|
, extra-cmake-modules
|
|
|
|
, kdoctools
|
|
|
|
, attica
|
|
|
|
, baloo
|
|
|
|
, boost
|
|
|
|
, fontconfig
|
|
|
|
, kactivities
|
|
|
|
, kauth
|
|
|
|
, kcmutils
|
|
|
|
, kdbusaddons
|
|
|
|
, kdeclarative
|
|
|
|
, kded
|
|
|
|
, kdelibs4support
|
|
|
|
, kemoticons
|
|
|
|
, kglobalaccel
|
|
|
|
, ki18n
|
|
|
|
, kitemmodels
|
|
|
|
, knewstuff
|
|
|
|
, knotifications
|
|
|
|
, knotifyconfig
|
|
|
|
, kpeople
|
|
|
|
, krunner
|
|
|
|
, kwallet
|
|
|
|
, kwin
|
|
|
|
, phonon
|
|
|
|
, plasma-framework
|
|
|
|
, plasma-workspace
|
|
|
|
, qtdeclarative
|
|
|
|
, qtx11extras
|
|
|
|
, qtsvg
|
|
|
|
, libXcursor
|
|
|
|
, libXft
|
|
|
|
, libxkbfile
|
|
|
|
, xf86inputevdev
|
|
|
|
, xf86inputsynaptics
|
|
|
|
, xinput
|
|
|
|
, xkeyboard_config
|
|
|
|
, xorgserver
|
|
|
|
, libcanberra_kde
|
|
|
|
, libpulseaudio
|
|
|
|
, utillinux
|
|
|
|
}:
|
|
|
|
|
2015-09-29 23:58:59 +02:00
|
|
|
plasmaPackage {
|
2015-09-27 17:03:00 +02:00
|
|
|
name = "plasma-desktop";
|
|
|
|
nativeBuildInputs = [
|
|
|
|
extra-cmake-modules
|
|
|
|
kdoctools
|
|
|
|
];
|
|
|
|
buildInputs = [
|
|
|
|
attica
|
|
|
|
baloo
|
|
|
|
boost
|
|
|
|
fontconfig
|
|
|
|
kactivities
|
|
|
|
kauth
|
|
|
|
kcmutils
|
|
|
|
kdbusaddons
|
|
|
|
kdeclarative
|
|
|
|
kded
|
|
|
|
kdelibs4support
|
|
|
|
kemoticons
|
|
|
|
kglobalaccel
|
|
|
|
ki18n
|
|
|
|
kitemmodels
|
|
|
|
knewstuff
|
|
|
|
knotifications
|
|
|
|
knotifyconfig
|
|
|
|
kpeople
|
|
|
|
krunner
|
|
|
|
kwallet
|
|
|
|
kwin
|
|
|
|
libcanberra_kde
|
|
|
|
libXcursor
|
|
|
|
libpulseaudio
|
|
|
|
libXft
|
|
|
|
libxkbfile
|
|
|
|
phonon
|
|
|
|
plasma-framework
|
|
|
|
plasma-workspace
|
|
|
|
qtdeclarative
|
|
|
|
qtx11extras
|
|
|
|
qtsvg
|
|
|
|
xf86inputevdev
|
|
|
|
xf86inputsynaptics
|
|
|
|
xkeyboard_config
|
|
|
|
xinput
|
|
|
|
];
|
|
|
|
patches = [
|
|
|
|
(substituteAll {
|
|
|
|
src = ./0001-hwclock.patch;
|
|
|
|
hwclock = "${utillinux}/sbin/hwclock";
|
|
|
|
})
|
|
|
|
./0002-zoneinfo.patch
|
|
|
|
];
|
|
|
|
NIX_CFLAGS_COMPILE = [ "-I${xorgserver}/include/xorg" ];
|
|
|
|
cmakeFlags = [
|
|
|
|
"-DEvdev_INCLUDE_DIRS=${xf86inputevdev}/include/xorg"
|
|
|
|
"-DSynaptics_INCLUDE_DIRS=${xf86inputsynaptics}/include/xorg"
|
|
|
|
];
|
|
|
|
postInstall = ''
|
|
|
|
wrapKDEProgram "$out/bin/kaccess"
|
|
|
|
wrapKDEProgram "$out/bin/solid-action-desktop-gen"
|
|
|
|
wrapKDEProgram "$out/bin/knetattach"
|
|
|
|
wrapKDEProgram "$out/bin/krdb"
|
|
|
|
wrapKDEProgram "$out/bin/kapplymousetheme"
|
|
|
|
wrapKDEProgram "$out/bin/kfontinst"
|
|
|
|
wrapKDEProgram "$out/bin/kcm-touchpad-list-devices"
|
|
|
|
wrapKDEProgram "$out/bin/kfontview"
|
|
|
|
'';
|
|
|
|
}
|