mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: wlroots: Update to 0.19.1.
* gnu/packages/wm.scm (wlroots): Update to 0.19.1. (wlroots-0.19): Alias to wlroots. Change-Id: Ie222ebfc52d36ff8d4ec7580074a8476ae5f5a78 Signed-off-by: John Kehayias <john@guixotic.coop>
This commit is contained in:
parent
cc0f4948c0
commit
6b378c05c5
1 changed files with 3 additions and 15 deletions
|
@ -2244,7 +2244,7 @@ XDG-Output for wlclock to work.")
|
||||||
(define-public wlroots
|
(define-public wlroots
|
||||||
(package
|
(package
|
||||||
(name "wlroots")
|
(name "wlroots")
|
||||||
(version "0.18.2")
|
(version "0.19.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2253,7 +2253,7 @@ XDG-Output for wlclock to work.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1l1c4m8m1h8rl00y9yi6qjma5m3lhai9hqv5578q69yg2dcwraxw"))))
|
(base32 "1w3nlrvy7625jh4f0l923f7irywzfdashcw5hbf8jq9kpjhpm323"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases
|
(list #:phases
|
||||||
|
@ -2304,19 +2304,7 @@ modules for building a Wayland compositor.")
|
||||||
|
|
||||||
;; Allow packages refering to stable wlroots version, because
|
;; Allow packages refering to stable wlroots version, because
|
||||||
;; wlroots updates are backward incompatible.
|
;; wlroots updates are backward incompatible.
|
||||||
(define-public wlroots-0.19
|
(define-public wlroots-0.19 wlroots)
|
||||||
(package
|
|
||||||
(inherit wlroots)
|
|
||||||
(version "0.19.1")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://gitlab.freedesktop.org/wlroots/wlroots")
|
|
||||||
(commit version)))
|
|
||||||
(file-name (git-file-name "wlroots" version))
|
|
||||||
(sha256
|
|
||||||
(base32 "1w3nlrvy7625jh4f0l923f7irywzfdashcw5hbf8jq9kpjhpm323"))))))
|
|
||||||
|
|
||||||
(define-public wlroots-0.18
|
(define-public wlroots-0.18
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue