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. 38
      rosenthal/packages/wm.scm

@ -62,30 +62,28 @@
(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") (package
(commit "eb7dcc0132ad25addc3e8d434c4bfae6bd3a8c90")) (name "hyprland-protocols")
(package (version "0.2")
(name "hyprland-protocols") (source (origin
(version (git-version "0.1" revision commit)) (method git-fetch)
(source (origin (uri (git-reference
(method git-fetch) (url "https://github.com/hyprwm/hyprland-protocols")
(uri (git-reference (commit (string-append "v" version))))
(url "https://github.com/hyprwm/hyprland-protocols") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32
(sha256 "1drjznj7fn6m5m6skhzh0p031cb5x0bb4i56jxnxwpwaa71g1z20"))))
(base32 (build-system meson-build-system)
"17basmdwi47j1shv8v6wbwyzljipxczk52d0dhwgsz3z1x9f0hl2")))) (home-page "https://hyprland.org")
(build-system meson-build-system) (synopsis "Wayland protocol extensions for Hyprland")
(home-page "https://hyprland.org") (description
(synopsis "Wayland protocol extensions for Hyprland") "This package provides Wayland protocol extensions for Hyprland and it
(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 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