mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-05-04 11:45:27 +00:00
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.
This commit is contained in:
parent
c90ec31fef
commit
9ca1896dc9
@ -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…
Reference in New Issue
Block a user