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)))))
(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…
Cancel
Save