@@ -1723,10 +1723,10 @@ (define-public polybar
functionality to display information about the most commonly used services.")
(license license:expat)))
-(define-public wlroots
+(define-public wlroots-0.18
(package
(name "wlroots")
- (version "0.17.4")
+ (version "0.18.0")
(source
(origin
(method git-fetch)
@@ -1735,9 +1735,8 @@ (define-public wlroots
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0niigjpy8xxrnw3v9b3bsksw2q3yy3qsa2xx0aazwpycw5zrff83"))
- ;; This patch can be removed once hwdata in Guix supports pkg-config
- (patches (search-patches "wlroots-hwdata-fallback.patch"))))
+ (base32 "13avi2805wrfkghgc7ar273p61svmm85k3g3hg9bf2gaxsz6f91f"))
+ (patches (search-patches "wlroots-hwdata-fallback.patch"))))
(build-system meson-build-system)
(arguments
`(#:phases
@@ -1784,9 +1783,25 @@ (define-public wlroots
modules for building a Wayland compositor.")
(license license:expat))) ; MIT license
+(define-public wlroots-0.17
+ (package
+ (inherit wlroots-0.18)
+ (name "wlroots")
+ (version "0.17.4")
+ (source
+ (origin
+ (inherit (package-source wlroots-0.18))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.freedesktop.org/wlroots/wlroots")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0niigjpy8xxrnw3v9b3bsksw2q3yy3qsa2xx0aazwpycw5zrff83"))))))
+
(define-public wlroots-0.16
(package
- (inherit wlroots)
+ (inherit wlroots-0.18)
(name "wlroots-0.16")
(version "0.16.2")
(source
@@ -1803,7 +1818,7 @@ (define-public wlroots-0.16
(define-public wlroots-0.15
(package
- (inherit wlroots)
+ (inherit wlroots-0.18)
(name "wlroots-0.15")
(version "0.15.1")
(source
@@ -1816,6 +1831,8 @@ (define-public wlroots-0.15
(sha256
(base32 "00s73nhi3sc48l426jdlqwpclg41kx1hv0yk4yxhbzw19gqpfm1h"))))))
+(define-public wlroots wlroots-0.17)
+
(define-public wl-mirror
(package
(name "wl-mirror")