rosenthal: hyprland: Update to 0.33.1.

* rosenthal/packages/wm.scm (hyprland): Update to 0.33.1.
(wlroots-for-hyprland): Update to wlroots-0.16.0-903.5d63939.
[propagated-inputs]: Add libdrm-for-hyprland.
Remove libxcb, xcb-util-renderutil.
pull/2/head
Hilton Chain 12 months ago
parent c90ec31fef
commit 9ca1896dc9
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
  1. 15
      rosenthal/packages/wm.scm

@ -31,7 +31,6 @@
#:use-module (gnu packages web)
#:use-module (gnu packages wm)
#:use-module (gnu packages xdisorg)
#:use-module (gnu packages xorg)
#:use-module (rosenthal packages freedesktop))
(define hwdata-for-hyprland
@ -104,8 +103,8 @@ command line tool called @code{udcli} that incorporates the library.")
(define wlroots-for-hyprland
(let ((base wlroots)
(revision "811")
(commit "5de9e1a99d6642c2d09d589aa37ff0a8945dcee1"))
(revision "903")
(commit "5d639394f3e83b01596dcd166a44a9a1a2583350"))
(package
(inherit base)
(name "wlroots")
@ -118,10 +117,10 @@ command line tool called @code{udcli} that incorporates the library.")
(file-name (git-file-name name version))
(sha256
(base32
"1cn7js806yfc4qfxjjbzwygg7c5qwb5nz4x85qba2c41zkqbsyqx"))))
"0nn6zyz7486fbpxibdz5yg7pmw15qh7r0rjz2baxqykm1yhg4jzf"))))
(propagated-inputs
(modify-inputs (package-propagated-inputs base)
(append libdisplay-info-for-hyprland libxcb xcb-util-renderutil)
(modify-inputs (package-propagated-inputs wlroots)
(prepend libdisplay-info-for-hyprland libdrm-for-hyprland)
(replace "libinput-minimal" libinput-minimal-1.24.0)))
(native-inputs
(modify-inputs (package-native-inputs base)
@ -163,7 +162,7 @@ protocols used by Hyprland to bridge the aforementioned gap.")
(define-public hyprland
(package
(name "hyprland")
(version "0.32.3")
(version "0.33.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/hyprwm/Hyprland"
@ -174,7 +173,7 @@ protocols used by Hyprland to bridge the aforementioned gap.")
(patches (list hyprland-unbundle-wlroots-patch))
(sha256
(base32
"0dfzjs1wshhpny798wnblcfc4i6hfxvdp1794hhqm5q3s2xqwpi8"))))
"0lwib3a4spdpigzz4333wppljm1if6fa97nnb50y1pd4j353jazy"))))
(build-system meson-build-system)
(arguments
(list #:build-type "release"

Loading…
Cancel
Save