From 391781c6b95409ae6a48a79749b920d08134fd9a Mon Sep 17 00:00:00 2001 From: Bluemedia Date: Tue, 25 Mar 2025 20:27:21 +0100 Subject: [PATCH] Update Hyprland to v0.48.0 --- roles/desktop-environment/tasks/hyprland.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/roles/desktop-environment/tasks/hyprland.yml b/roles/desktop-environment/tasks/hyprland.yml index 9f81351..aa9189a 100644 --- a/roles/desktop-environment/tasks/hyprland.yml +++ b/roles/desktop-environment/tasks/hyprland.yml @@ -41,6 +41,7 @@ # hyprgraphics - libjxl-dev - libmagic-dev + - libspng-dev # Hyprland - libpango1.0-dev - libtomlplusplus-dev @@ -96,7 +97,7 @@ recursive: true loop: - repo: "https://github.com/hyprwm/hyprutils.git" - version: "v0.5.0" + version: "v0.5.2" dest: "/usr/local/src/hyprutils" - repo: "https://github.com/hyprwm/hyprwayland-scanner.git" version: "v0.4.4" @@ -105,19 +106,19 @@ version: "v0.6.0" dest: "/usr/local/src/hyprlang" - repo: "https://github.com/hyprwm/hyprcursor.git" - version: "v0.1.11" + version: "v0.1.12" dest: "/usr/local/src/hyprcursor" - repo: "https://github.com/hyprwm/xdg-desktop-portal-hyprland.git" version: "v1.3.9" dest: "/usr/local/src/xdg-desktop-portal-hyprland" - repo: "https://github.com/hyprwm/aquamarine.git" - version: "v0.7.2" + version: "v0.8.0" dest: "/usr/local/src/Aquamarine" - repo: "https://github.com/hyprwm/hyprgraphics.git" - version: "v0.1.1" + version: "v0.1.2" dest: "/usr/local/src/hyprgraphics" - repo: "https://github.com/hyprwm/Hyprland.git" - version: "v0.47.2" + version: "v0.48.0" dest: "/usr/local/src/Hyprland" - repo: "https://github.com/hyprwm/hyprland-qt-support.git" version: "v0.1.0"