gnu: mutter: Update to 44.3.
* gnu/packages/gnome.scm (mutter): Update to 44.3. [arguments]: Adjust linker rpath accordingly. [inputs]: Add colord.master
parent
69ed4f137d
commit
f1c70ac025
|
@ -7761,7 +7761,7 @@ to display dialog boxes from the commandline and shell scripts.")
|
||||||
(define-public mutter
|
(define-public mutter
|
||||||
(package
|
(package
|
||||||
(name "mutter")
|
(name "mutter")
|
||||||
(version "42.4")
|
(version "44.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -7769,7 +7769,7 @@ to display dialog boxes from the commandline and shell scripts.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0h1ak3201mdc2qbf67fhcn801ddp33hm0f0c52zis1l7s6ipyb62"))
|
"0l85qyn6x5hyaaclzcbqd44xpd582gdindqfam8f9lsh46zvwp0q"))
|
||||||
;; TODO: Remove on update as this was merged upstream. See
|
;; TODO: Remove on update as this was merged upstream. See
|
||||||
;; <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3047>.
|
;; <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3047>.
|
||||||
(patches (search-patches "mutter-fix-inverted-test.patch"))))
|
(patches (search-patches "mutter-fix-inverted-test.patch"))))
|
||||||
|
@ -7792,7 +7792,7 @@ to display dialog boxes from the commandline and shell scripts.")
|
||||||
;; Otherwise, the RUNPATH will lack the final path component.
|
;; Otherwise, the RUNPATH will lack the final path component.
|
||||||
(string-append "-Dc_link_args=-Wl,-rpath="
|
(string-append "-Dc_link_args=-Wl,-rpath="
|
||||||
#$output "/lib,-rpath="
|
#$output "/lib,-rpath="
|
||||||
#$output "/lib/mutter-10")
|
#$output "/lib/mutter-12")
|
||||||
;; Disable systemd support.
|
;; Disable systemd support.
|
||||||
"-Dsystemd=false"
|
"-Dsystemd=false"
|
||||||
;; Don't install tests.
|
;; Don't install tests.
|
||||||
|
@ -7939,7 +7939,8 @@ to display dialog boxes from the commandline and shell scripts.")
|
||||||
pango
|
pango
|
||||||
xinput))
|
xinput))
|
||||||
(inputs
|
(inputs
|
||||||
(list egl-wayland ;for wayland-eglstream-protocols
|
(list colord
|
||||||
|
egl-wayland ;for wayland-eglstream-protocols
|
||||||
elogind
|
elogind
|
||||||
gnome-desktop
|
gnome-desktop
|
||||||
gnome-settings-daemon
|
gnome-settings-daemon
|
||||||
|
|
Reference in New Issue