2022-10-07 10:39:27 +00:00
|
|
|
{ mkDerivation
|
|
|
|
, extra-cmake-modules
|
|
|
|
, breeze-qt5
|
|
|
|
, kconfig
|
|
|
|
, kconfigwidgets
|
|
|
|
, kiconthemes
|
|
|
|
, kio
|
|
|
|
, knotifications
|
|
|
|
, kwayland
|
|
|
|
, libXcursor
|
|
|
|
, qtquickcontrols2
|
|
|
|
, wayland
|
|
|
|
, wayland-protocols
|
|
|
|
, plasma-wayland-protocols
|
2016-06-06 21:08:33 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
# TODO: install Noto Sans and Oxygen Mono fonts with plasma-integration
|
|
|
|
|
2017-05-15 16:44:58 +00:00
|
|
|
mkDerivation {
|
2022-03-06 21:28:56 +00:00
|
|
|
pname = "plasma-integration";
|
2017-05-22 18:49:07 +00:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
2016-06-06 21:08:33 +00:00
|
|
|
buildInputs = [
|
2022-10-07 10:39:27 +00:00
|
|
|
breeze-qt5
|
|
|
|
kconfig
|
|
|
|
kconfigwidgets
|
|
|
|
kiconthemes
|
|
|
|
kio
|
|
|
|
knotifications
|
|
|
|
kwayland
|
|
|
|
libXcursor
|
|
|
|
qtquickcontrols2
|
|
|
|
wayland
|
|
|
|
wayland-protocols
|
2022-05-20 17:20:41 +00:00
|
|
|
plasma-wayland-protocols
|
2016-06-06 21:08:33 +00:00
|
|
|
];
|
2023-06-04 10:59:14 +00:00
|
|
|
|
|
|
|
meta = {
|
|
|
|
description = "A set of plugins responsible for better integration of Qt applications when running on a KDE Plasma workspace";
|
|
|
|
homepage = "https://invent.kde.org/plasma/plasma-integration";
|
|
|
|
};
|
2016-06-06 21:08:33 +00:00
|
|
|
}
|