diff options
| author | Andy Tai <atai@atai.org> | 2026-01-03 23:19:13 -0800 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-22 09:19:35 +0100 |
| commit | a39c0d38c87e6d46f16e8cf13b286ff9206d9915 (patch) | |
| tree | 06560878747f16cbae382ca458c0134188e70451 | |
| parent | 6c4d83542ab428441516e48a2cc983e02fe47869 (diff) | |
gnu: icewm: Update to 4.0.0.
* gnu/packages/wm.scm (icewm): Update to 4.0.0.
[inputs]: Add alsa-lib, ao, libsndfile, and libxres.
[native-inputs]: Add ruby-asciidoctor.
Merges guix/guix!5349
Change-Id: Idc590722472d31971ea18fedf4df6fe3aba93b9d
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
| -rw-r--r-- | gnu/packages/wm.scm | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index e40753424e6..92926f8fb41 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -214,6 +214,7 @@ #:use-module (gnu packages vulkan) #:use-module (gnu packages web) #:use-module (gnu packages xdisorg) + #:use-module (gnu packages xiph) #:use-module (gnu packages xml) #:use-module (gnu packages xorg)) @@ -1544,7 +1545,7 @@ desktop environment.") (define-public icewm (package (name "icewm") - (version "3.9.0") + (version "4.0.0") (source (origin (method git-fetch) (uri (git-reference @@ -1553,16 +1554,19 @@ desktop environment.") (file-name (git-file-name name version)) (sha256 (base32 - "0y9njl8rh6a7sqycs8hd2bxn6n1bd8kjl390iqv9rlh9y47yks74")))) + "1bgc132i8s4w1n33nz92n3xa3kik350sfy4n747k223pjbqddsg3")))) (build-system cmake-build-system) - (native-inputs (list pkg-config gettext-minimal)) - (inputs (list fontconfig + (native-inputs (list pkg-config gettext-minimal ruby-asciidoctor )) + (inputs (list alsa-lib + ao + fontconfig fribidi glib ;for icewm-menu-fdo imlib2 libice libjpeg-turbo (librsvg-for-system) ;for svg support + libsndfile libsm libxcomposite libxcursor @@ -1573,6 +1577,7 @@ desktop environment.") libxinerama libxrandr libxrender + libxres libx11 lzip perl)) |
