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.
remotes/origin/cloudflared-unbundle
Hilton Chain 2 years ago
parent 224c3307fa
commit b041068595
No known key found for this signature in database
GPG Key ID: 5E5AA665614917F7
  1. 6
      rosenthal/packages/wm.scm

@ -123,7 +123,7 @@ protocols used by Hyprland to bridge the aforementioned gap.")
(define-public hyprland
(package
(name "hyprland")
(version "0.18.0beta")
(version "0.19.0beta")
(source (origin
(method git-fetch)
(uri (git-reference
@ -136,7 +136,7 @@ protocols used by Hyprland to bridge the aforementioned gap.")
(("git") "true")))
(sha256
(base32
"1sbf12mqvgqpjfw4bni4p2gk2djnh49fwzki4dnsyq4ykcp7x6hb"))))
"1j0kx5q7li6dcisb0apd94imb5g003db58adn1d4fjnrc6rgzqb6"))))
(build-system meson-build-system)
(arguments
(list #:build-type "release"
@ -149,7 +149,7 @@ protocols used by Hyprland to bridge the aforementioned gap.")
(substitute* "src/render/OpenGL.cpp"
(("/usr") #$output)))))))
(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")
(synopsis "Dynamic tiling Wayland compositor based on wlroots")
(description

Loading…
Cancel
Save