mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-02-02 15:35:24 +00:00
rosenthal: hyprland-protocols: Update to 0.2.
* rosenthal/packages/wm.scm (hyprland-protocols): Update to 0.2.
This commit is contained in:
parent
6e8ceea382
commit
cbe04c1d70
@ -62,30 +62,28 @@
|
||||
(native-inputs (list `(,hwdata "pnp") pkg-config)))))
|
||||
|
||||
(define-public hyprland-protocols
|
||||
(let ((revision "2")
|
||||
(commit "eb7dcc0132ad25addc3e8d434c4bfae6bd3a8c90"))
|
||||
(package
|
||||
(name "hyprland-protocols")
|
||||
(version (git-version "0.1" revision commit))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/hyprwm/hyprland-protocols")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"17basmdwi47j1shv8v6wbwyzljipxczk52d0dhwgsz3z1x9f0hl2"))))
|
||||
(build-system meson-build-system)
|
||||
(home-page "https://hyprland.org")
|
||||
(synopsis "Wayland protocol extensions for Hyprland")
|
||||
(description
|
||||
"This package provides Wayland protocol extensions for Hyprland and it
|
||||
(package
|
||||
(name "hyprland-protocols")
|
||||
(version "0.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/hyprwm/hyprland-protocols")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1drjznj7fn6m5m6skhzh0p031cb5x0bb4i56jxnxwpwaa71g1z20"))))
|
||||
(build-system meson-build-system)
|
||||
(home-page "https://hyprland.org")
|
||||
(synopsis "Wayland protocol extensions for Hyprland")
|
||||
(description
|
||||
"This package provides Wayland protocol extensions for Hyprland and it
|
||||
exists in an effort to bridge the gap between Hyprland and KDE/Gnome's
|
||||
functionality. Since @code{wlr-protocols} is closed for new submissions, and
|
||||
@code{wayland-protocols} is very slow with changes, this package will hold
|
||||
protocols used by Hyprland to bridge the aforementioned gap.")
|
||||
(license license:bsd-3))))
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define hyprland-unbundle-wlroots-patch
|
||||
(origin
|
||||
|
Loading…
Reference in New Issue
Block a user