icewm: 3.8.2 -> 4.0.0 (#526800)
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
libsndfile,
|
||||
libtiff,
|
||||
libxcb,
|
||||
libxcursor,
|
||||
mkfontdir,
|
||||
pcre2,
|
||||
perl,
|
||||
@@ -41,13 +42,13 @@
|
||||
|
||||
gccStdenv.mkDerivation (finalAttrs: {
|
||||
pname = "icewm";
|
||||
version = "3.8.2";
|
||||
version = "4.0.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ice-wm";
|
||||
repo = "icewm";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-CbIQICov0h3lBDT54dEODkINNXou6CUEhRQAPZwfYK0=";
|
||||
hash = "sha256-4+nW8JJ3CDEPOZZ4p0EZM86h+rAifTuGDZxoFMUI7K0=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
@@ -90,6 +91,7 @@ gccStdenv.mkDerivation (finalAttrs: {
|
||||
libsndfile
|
||||
libtiff
|
||||
libxcb
|
||||
libxcursor
|
||||
mkfontdir
|
||||
pcre2
|
||||
];
|
||||
@@ -109,6 +111,7 @@ gccStdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
meta = {
|
||||
homepage = "https://ice-wm.org/";
|
||||
changelog = "https://github.com/ice-wm/icewm/releases/tag/${finalAttrs.src.tag}";
|
||||
description = "Simple, lightweight X window manager";
|
||||
longDescription = ''
|
||||
IceWM is a window manager for the X Window System. The goal of IceWM is
|
||||
|
||||
Reference in New Issue
Block a user