mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-07-15 20:45:20 +00:00
rosenthal: hyprland: Update to 0.19.0beta.
* rosenthal/packages/wm.scm (hyprland): Update to 0.19.0beta. [inputs]: Add hyprland-protocols. Replace wlroots-0.16.0 with wlroots-dev.
This commit is contained in:
parent
224c3307fa
commit
b041068595
@ -123,7 +123,7 @@ protocols used by Hyprland to bridge the aforementioned gap.")
|
|||||||
(define-public hyprland
|
(define-public hyprland
|
||||||
(package
|
(package
|
||||||
(name "hyprland")
|
(name "hyprland")
|
||||||
(version "0.18.0beta")
|
(version "0.19.0beta")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
@ -136,7 +136,7 @@ protocols used by Hyprland to bridge the aforementioned gap.")
|
|||||||
(("git") "true")))
|
(("git") "true")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sbf12mqvgqpjfw4bni4p2gk2djnh49fwzki4dnsyq4ykcp7x6hb"))))
|
"1j0kx5q7li6dcisb0apd94imb5g003db58adn1d4fjnrc6rgzqb6"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:build-type "release"
|
(list #:build-type "release"
|
||||||
@ -149,7 +149,7 @@ protocols used by Hyprland to bridge the aforementioned gap.")
|
|||||||
(substitute* "src/render/OpenGL.cpp"
|
(substitute* "src/render/OpenGL.cpp"
|
||||||
(("/usr") #$output)))))))
|
(("/usr") #$output)))))))
|
||||||
(native-inputs (list gcc-12 pkg-config))
|
(native-inputs (list gcc-12 pkg-config))
|
||||||
(inputs (list pango-next pixman-0.42.2 wlroots-0.16.0))
|
(inputs (list hyprland-protocols pango-next pixman-0.42.2 wlroots-dev))
|
||||||
(home-page "https://hyprland.org")
|
(home-page "https://hyprland.org")
|
||||||
(synopsis "Dynamic tiling Wayland compositor based on wlroots")
|
(synopsis "Dynamic tiling Wayland compositor based on wlroots")
|
||||||
(description
|
(description
|
||||||
|
Loading…
Reference in New Issue
Block a user