mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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>
This commit is contained in:
committed by
Cayetano Santos
parent
6c4d83542a
commit
a39c0d38c8
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user