cinnamon.cinnamon-desktop: 5.8.0 -> 6.0.0

https://github.com/linuxmint/cinnamon-desktop/compare/5.8.0...6.0.0

Added gnome-systemd.
7eadfb1da9

Added gnome-idle-monitor (replaces cs-idle-monitor).
2419322898
This commit is contained in:
Bobby Rong 2023-11-19 23:00:18 +08:00
parent 4aff26b630
commit a4e2be76d7
No known key found for this signature in database

View File

@ -10,6 +10,7 @@
, python3
, lib
, stdenv
, systemd
, xkeyboard_config
, xorg
, wrapGAppsHook
@ -18,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "cinnamon-desktop";
version = "5.8.0";
version = "6.0.0";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-rYTWtdYfMow3cIPhJdcmhyaIIU7fgVecWigbsCW0Piw=";
hash = "sha256-Ay9JyPBsE345dBwQHChkaGuoXiB2nPyvCNhWWphL8kY=";
};
outputs = [ "out" "dev" ];
@ -37,6 +38,7 @@ stdenv.mkDerivation rec {
buildInputs = [
gdk-pixbuf
systemd
xkeyboard_config
xorg.libxkbfile
xorg.libXext