2021-11-28 18:51:44 +00:00
|
|
|
{ lib
|
|
|
|
, mkXfceDerivation
|
2019-08-13 16:39:43 +01:00
|
|
|
, clutter
|
|
|
|
, libXcomposite
|
|
|
|
, libXinerama
|
|
|
|
, libXdamage
|
|
|
|
, libX11
|
2021-06-23 19:22:04 +01:00
|
|
|
, libwnck
|
2019-08-13 16:39:43 +01:00
|
|
|
, libxfce4ui
|
|
|
|
, libxfce4util
|
|
|
|
, garcon
|
|
|
|
, xfconf
|
|
|
|
, gtk3
|
|
|
|
, glib
|
|
|
|
, dbus-glib
|
|
|
|
}:
|
|
|
|
|
|
|
|
mkXfceDerivation {
|
|
|
|
category = "apps";
|
|
|
|
pname = "xfdashboard";
|
2021-10-28 03:04:23 +01:00
|
|
|
version = "0.9.5";
|
2020-04-13 22:12:16 +01:00
|
|
|
rev-prefix = "";
|
|
|
|
odd-unstable = false;
|
2019-08-13 16:39:43 +01:00
|
|
|
|
2021-10-28 03:04:23 +01:00
|
|
|
sha256 = "sha256-nb1zY78MUjEOJF59MYIOY1rxo3JFmzH9yTJVUGsOwOA=";
|
2019-08-13 16:39:43 +01:00
|
|
|
|
|
|
|
buildInputs = [
|
|
|
|
clutter
|
|
|
|
dbus-glib
|
|
|
|
garcon
|
|
|
|
glib
|
|
|
|
gtk3
|
|
|
|
libX11
|
|
|
|
libXcomposite
|
|
|
|
libXdamage
|
|
|
|
libXinerama
|
2021-06-23 19:22:04 +01:00
|
|
|
libwnck
|
2019-08-13 16:39:43 +01:00
|
|
|
libxfce4ui
|
|
|
|
libxfce4util
|
|
|
|
xfconf
|
|
|
|
];
|
|
|
|
|
2021-11-28 18:51:44 +00:00
|
|
|
meta = with lib; {
|
2019-08-13 16:39:43 +01:00
|
|
|
description = "Gnome shell like dashboard";
|
2021-11-28 18:51:44 +00:00
|
|
|
maintainers = with maintainers; [ ] ++ teams.xfce.members;
|
2019-08-13 16:39:43 +01:00
|
|
|
};
|
|
|
|
}
|