1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-09 22:50:34 +02:00

gnu: icewm: Enable librsvg support.

* gnu/packages/wm.scm (icewm): Enable librsvg support.
[native-inputs]: Add gettext-minimal.
[inputs]: Add librsvg-for-system.
[arguments]<#:configure-flags>: Add -DCONFIG_LIBRSVG=ON.

Change-Id: Iba0c2e2bd164f3a21123a693b028ea213a44933e
Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
Feng Shu
2025-03-29 16:20:55 +08:00
committed by Zheng Junjie
parent b1d597cc07
commit b66f952001

View File

@@ -1041,13 +1041,14 @@ desktop environment.")
(base32
"0zrj9ka9sglxchmkcgzdbjgzzzcfrfnk4ydhwzbi91vrrq7c6sh3"))))
(build-system cmake-build-system)
(native-inputs (list pkg-config))
(native-inputs (list pkg-config gettext-minimal))
(inputs (list fontconfig
fribidi
glib ;for icewm-menu-fdo
imlib2
libice
libjpeg-turbo
(librsvg-for-system) ;for svg support
libsm
libxcomposite
libxdamage
@@ -1062,7 +1063,9 @@ desktop environment.")
lzip
perl))
(arguments
(list #:phases
(list #:configure-flags
#~(list "-DCONFIG_LIBRSVG=ON")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'skip-failing-test
;; strtest.cc tests failing due to $HOME and /etc setup