2021-02-05 17:12:51 +00:00
|
|
|
{ lib
|
|
|
|
, mkXfceDerivation
|
|
|
|
, gtk3
|
2023-03-24 00:07:29 +00:00
|
|
|
, libnotify
|
2021-02-05 17:12:51 +00:00
|
|
|
, librsvg
|
2021-06-28 23:13:55 +00:00
|
|
|
, libwnck
|
2021-02-05 17:12:51 +00:00
|
|
|
, libxklavier
|
|
|
|
, garcon
|
|
|
|
, libxfce4ui
|
|
|
|
, libxfce4util
|
|
|
|
, xfce4-panel
|
|
|
|
, xfconf
|
|
|
|
}:
|
2020-04-24 23:36:52 +00:00
|
|
|
|
|
|
|
mkXfceDerivation {
|
|
|
|
category = "panel-plugins";
|
|
|
|
pname = "xfce4-xkb-plugin";
|
2023-03-24 00:07:29 +00:00
|
|
|
version = "0.8.3";
|
|
|
|
sha256 = "sha256-qWxjULrBpueQS3gxwRg49cQ3ovlQ8iWvYZ6Z/THm+/s=";
|
2020-04-24 23:36:52 +00:00
|
|
|
|
2021-02-05 17:12:51 +00:00
|
|
|
buildInputs = [
|
|
|
|
garcon
|
|
|
|
gtk3
|
2023-03-24 00:07:29 +00:00
|
|
|
libnotify # optional notification support
|
2021-02-05 17:12:51 +00:00
|
|
|
librsvg
|
|
|
|
libxfce4ui
|
|
|
|
libxfce4util
|
|
|
|
libxklavier
|
2021-06-28 23:13:55 +00:00
|
|
|
libwnck
|
2021-02-05 17:12:51 +00:00
|
|
|
xfce4-panel
|
|
|
|
xfconf
|
|
|
|
];
|
2020-04-24 23:36:52 +00:00
|
|
|
|
|
|
|
meta = with lib; {
|
|
|
|
description = "Allows you to setup and use multiple keyboard layouts";
|
2021-12-19 01:06:50 +00:00
|
|
|
maintainers = with maintainers; [ ] ++ teams.xfce.members;
|
2020-04-24 23:36:52 +00:00
|
|
|
};
|
|
|
|
}
|