From cbe04c1d702e0d6ecdc00192cbf817149c3ee99c Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Mon, 29 May 2023 15:34:13 +0800 Subject: [PATCH] rosenthal: hyprland-protocols: Update to 0.2. * rosenthal/packages/wm.scm (hyprland-protocols): Update to 0.2. --- rosenthal/packages/wm.scm | 38 ++++++++++++++++++-------------------- 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/rosenthal/packages/wm.scm b/rosenthal/packages/wm.scm index 9ee3533..1e8c081 100644 --- a/rosenthal/packages/wm.scm +++ b/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