icewm: 2.9.4 -> 2.9.6

main
AndersonTorres 2 years ago
parent 071468ac46
commit 25c6d1efc4
  1. 17
      pkgs/applications/window-managers/icewm/default.nix

@ -40,13 +40,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "icewm"; pname = "icewm";
version = "2.9.4"; version = "2.9.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ice-wm"; owner = "ice-wm";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-ne2lqo9CAhGgC8dd9R03zhFXy9nPBQR0NcfAY0DeVj4="; hash = "sha256-qC8gEVJ/cmsEbF8jMzv7zyvVcjlbXhgHU3ixe7RLcnA=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -55,6 +55,7 @@ stdenv.mkDerivation rec {
perl perl
pkg-config pkg-config
]; ];
buildInputs = [ buildInputs = [
expat expat
fontconfig fontconfig
@ -108,11 +109,11 @@ stdenv.mkDerivation rec {
system. Application windows can be managed by keyboard and mouse. Windows system. Application windows can be managed by keyboard and mouse. Windows
can be iconified to the taskbar, to the tray, to the desktop or be made can be iconified to the taskbar, to the tray, to the desktop or be made
hidden. They are controllable by a quick switch window (Alt+Tab) and in a hidden. They are controllable by a quick switch window (Alt+Tab) and in a
window list. A handful of configurable focus models are window list. A handful of configurable focus models are menu-selectable.
menu-selectable. Setups with multiple monitors are supported by RandR and Setups with multiple monitors are supported by RandR and Xinerama. IceWM
Xinerama. IceWM is very configurable, themeable and well documented. It is very configurable, themeable and well documented. It includes an
includes an optional external background wallpaper manager with optional external background wallpaper manager with transparency support,
transparency support, a simple session manager and a system tray. a simple session manager and a system tray.
''; '';
license = licenses.lgpl2Only; license = licenses.lgpl2Only;
maintainers = [ maintainers.AndersonTorres ]; maintainers = [ maintainers.AndersonTorres ];

Loading…
Cancel
Save