mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-06-19 17:06:32 +00:00
rosenthal: hyprland: Update to 0.39.1.
* rosenthal/packages/wm.scm (hyprland): Update to 0.39.1. (hyprland-unbundle-wlroots-patch): Update patch. (wlroots-for-hyprland): Update to 0.18.0-dev-hyprland-0.611a4f2.
This commit is contained in:
parent
3097fc1888
commit
63fe2d3dfb
@ -121,12 +121,12 @@ command line tool called @code{udcli} that incorporates the library.")
|
|||||||
|
|
||||||
(define wlroots-for-hyprland
|
(define wlroots-for-hyprland
|
||||||
(let ((base wlroots)
|
(let ((base wlroots)
|
||||||
(revision "255")
|
(revision "0")
|
||||||
(commit "50eae512d9cecbf0b3b1898bb1f0b40fa05fe19b"))
|
(commit "611a4f24cd2384378f6e500253983107c6656c64"))
|
||||||
(package
|
(package
|
||||||
(inherit base)
|
(inherit base)
|
||||||
(name "wlroots")
|
(name "wlroots")
|
||||||
(version (git-version "0.17.0" revision commit))
|
(version (git-version "0.18.0-dev-hyprland" revision commit))
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
@ -135,7 +135,7 @@ command line tool called @code{udcli} that incorporates the library.")
|
|||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bwpppb86nfjg2lw62y449f9iz2v8djqb8n6g1cn45vqnwj8hxf1"))))
|
"0wpqa241656rcnpszkq14ikz4dxsal2xrrc7ryn22xmciw4rkxxw"))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(modify-inputs (package-propagated-inputs wlroots)
|
(modify-inputs (package-propagated-inputs wlroots)
|
||||||
(prepend libdrm-for-hyprland)
|
(prepend libdrm-for-hyprland)
|
||||||
@ -196,15 +196,15 @@ protocols used by Hyprland to bridge the aforementioned gap.")
|
|||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/hyprwm/Hyprland" "/raw/"
|
(uri (string-append "https://github.com/hyprwm/Hyprland" "/raw/"
|
||||||
"c5e28ebcfe00a510922779b2c568cfa52a317445"
|
"1ebc32f5f4b04c913fb6301b886e016afec4c20e"
|
||||||
"/nix/patches/meson-build.patch"))
|
"/nix/patches/meson-build.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "00i7c98ignfgkk3x1r1masmlj92xzb8cdb7nyfhivbfkdlfyzgpj"))))
|
(base32 "0v45zvh8py2awmhmi7ymr8xj0kc9ch9y4i62y4xmq2g7cmq9j6h9"))))
|
||||||
|
|
||||||
(define-public hyprland
|
(define-public hyprland
|
||||||
(package
|
(package
|
||||||
(name "hyprland")
|
(name "hyprland")
|
||||||
(version "0.38.1")
|
(version "0.39.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/hyprwm/Hyprland"
|
(uri (string-append "https://github.com/hyprwm/Hyprland"
|
||||||
@ -222,7 +222,7 @@ protocols used by Hyprland to bridge the aforementioned gap.")
|
|||||||
(patches (list hyprland-unbundle-wlroots-patch))
|
(patches (list hyprland-unbundle-wlroots-patch))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1avkzdcgyk65p44nwl9w8sv4iq5xs13i7i66jsya9z06q1f3d1hs"))))
|
"11z7zmy4084ax0g0c2h21ji9znd2drgf0xkdllsmcdnvv27wbla8"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:build-type "release"
|
(list #:build-type "release"
|
||||||
|
Loading…
Reference in New Issue
Block a user