rosenthal: hyprland-protocols: Update to 0.2.

* rosenthal/packages/wm.scm (hyprland-protocols): Update to 0.2.
remotes/origin/trunk
Hilton Chain 2 years ago
parent 6e8ceea382
commit cbe04c1d70
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
  1. 10
      rosenthal/packages/wm.scm

@ -62,20 +62,18 @@
(native-inputs (list `(,hwdata "pnp") pkg-config))))) (native-inputs (list `(,hwdata "pnp") pkg-config)))))
(define-public hyprland-protocols (define-public hyprland-protocols
(let ((revision "2")
(commit "eb7dcc0132ad25addc3e8d434c4bfae6bd3a8c90"))
(package (package
(name "hyprland-protocols") (name "hyprland-protocols")
(version (git-version "0.1" revision commit)) (version "0.2")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/hyprwm/hyprland-protocols") (url "https://github.com/hyprwm/hyprland-protocols")
(commit commit))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"17basmdwi47j1shv8v6wbwyzljipxczk52d0dhwgsz3z1x9f0hl2")))) "1drjznj7fn6m5m6skhzh0p031cb5x0bb4i56jxnxwpwaa71g1z20"))))
(build-system meson-build-system) (build-system meson-build-system)
(home-page "https://hyprland.org") (home-page "https://hyprland.org")
(synopsis "Wayland protocol extensions for Hyprland") (synopsis "Wayland protocol extensions for Hyprland")
@ -85,7 +83,7 @@ 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 functionality. Since @code{wlr-protocols} is closed for new submissions, and
@code{wayland-protocols} is very slow with changes, this package will hold @code{wayland-protocols} is very slow with changes, this package will hold
protocols used by Hyprland to bridge the aforementioned gap.") protocols used by Hyprland to bridge the aforementioned gap.")
(license license:bsd-3)))) (license license:bsd-3)))
(define hyprland-unbundle-wlroots-patch (define hyprland-unbundle-wlroots-patch
(origin (origin

Loading…
Cancel
Save