gnu: weston: Update to 10.0.2.
* gnu/packages/freedesktop.scm (weston): Update to 10.0.2. [inputs] Switch from pipewire to pipewire-0.3, use wayland-protocols-next. [native-inputs]: Add python-3.
This commit is contained in:
parent
0b07c6febb
commit
a868595ebb
1 changed files with 7 additions and 7 deletions
|
|
@ -1165,18 +1165,18 @@ protocol either in Wayland core, or some other protocol in wayland-protocols.")
|
||||||
(define-public weston
|
(define-public weston
|
||||||
(package
|
(package
|
||||||
(name "weston")
|
(name "weston")
|
||||||
(version "9.0.0")
|
(version "10.0.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://wayland.freedesktop.org/releases/"
|
"https://gitlab.freedesktop.org/wayland/weston/-/releases/"
|
||||||
"weston-" version ".tar.xz"))
|
version "/downloads/weston-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zlql0xgiqc3pvgbpnnvj4xvpd91pwva8qf83xfb23if377ddxaw"))))
|
"1rs92p7sfkw9lqlkfnqh5af19ym3x8l3hp3yfv117m7qv6h6qr49"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list mscgen pkg-config xorg-server))
|
(list mscgen pkg-config python-3 xorg-server))
|
||||||
(inputs
|
(inputs
|
||||||
`(("cairo" ,cairo-xcb)
|
`(("cairo" ,cairo-xcb)
|
||||||
("colord" ,colord)
|
("colord" ,colord)
|
||||||
|
|
@ -1203,8 +1203,8 @@ protocol either in Wayland core, or some other protocol in wayland-protocols.")
|
||||||
("mtdev" ,mtdev)
|
("mtdev" ,mtdev)
|
||||||
("linux-pam" ,linux-pam)
|
("linux-pam" ,linux-pam)
|
||||||
("pango" ,pango)
|
("pango" ,pango)
|
||||||
("pipewire" ,pipewire)
|
("pipewire" ,pipewire-0.3)
|
||||||
("wayland-protocols" ,wayland-protocols)
|
("wayland-protocols" ,wayland-protocols-next)
|
||||||
("xorg-server-xwayland" ,xorg-server-xwayland)))
|
("xorg-server-xwayland" ,xorg-server-xwayland)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list libxkbcommon pixman wayland))
|
(list libxkbcommon pixman wayland))
|
||||||
|
|
|
||||||
Reference in a new issue