2023-10-09 19:29:22 +00:00
|
|
|
{ lib
|
|
|
|
, mkXfceDerivation
|
2024-04-21 15:54:59 +00:00
|
|
|
, wayland-scanner
|
2023-10-09 19:29:22 +00:00
|
|
|
, glib
|
|
|
|
, gtk3
|
|
|
|
, libX11
|
|
|
|
, libXtst
|
|
|
|
, libxfce4ui
|
|
|
|
, libxfce4util
|
|
|
|
, qrencode
|
|
|
|
, xfce4-panel
|
|
|
|
, xfconf
|
|
|
|
, wayland
|
2024-04-21 15:54:59 +00:00
|
|
|
, wlr-protocols
|
2023-10-09 19:29:22 +00:00
|
|
|
}:
|
2020-04-24 23:36:52 +00:00
|
|
|
|
|
|
|
mkXfceDerivation {
|
|
|
|
category = "panel-plugins";
|
|
|
|
pname = "xfce4-clipman-plugin";
|
2024-04-21 15:54:59 +00:00
|
|
|
version = "1.6.6";
|
|
|
|
sha256 = "sha256-wdEoM4etco+s0+dULkBvWJZ3WBCW3Ph2bdY0E/l5VRc=";
|
|
|
|
|
|
|
|
nativeBuildInputs = [
|
|
|
|
wayland-scanner
|
|
|
|
];
|
2020-04-24 23:36:52 +00:00
|
|
|
|
2023-10-09 19:29:22 +00:00
|
|
|
buildInputs = [
|
|
|
|
glib
|
|
|
|
gtk3
|
|
|
|
libX11
|
|
|
|
libXtst
|
|
|
|
libxfce4ui
|
|
|
|
libxfce4util
|
|
|
|
qrencode
|
|
|
|
xfce4-panel
|
|
|
|
xfconf
|
|
|
|
wayland
|
2024-04-21 15:54:59 +00:00
|
|
|
wlr-protocols
|
2023-10-09 19:29:22 +00:00
|
|
|
];
|
2021-04-05 15:23:46 +00:00
|
|
|
|
2021-12-19 01:06:50 +00:00
|
|
|
meta = with lib; {
|
2020-04-24 23:36:52 +00:00
|
|
|
description = "Clipboard manager for Xfce panel";
|
2021-12-19 01:06:50 +00:00
|
|
|
maintainers = with maintainers; [ ] ++ teams.xfce.members;
|
2020-04-24 23:36:52 +00:00
|
|
|
};
|
|
|
|
}
|