From 7af127d93bfd062def1c711a3b45a70ba7ef9079 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Tue, 11 Nov 2025 02:43:05 +0000 Subject: [PATCH] fix: Update hyprgraphics to v0.1.6 for Hyprland 0.52.1 compatibility Hyprland 0.52.1 requires hyprgraphics >= 0.1.6, updated from v0.1.5. Changes: - install-scripts/hyprgraphics.sh: Updated tag from v0.1.5 to v0.1.6 - hypr-tags.env: Updated HYPRGRAPHICS_TAG to v0.1.6 - update-hyprland.sh: Updated default HYPRGRAPHICS_TAG to v0.1.6 - refresh-hypr-tags.sh: Updated HYPRGRAPHICS_TAG to v0.1.6 - Debian-Hyprland-Install-Upgrade.md: Updated documentation - Debian-Hyprland-Install-Upgrade.es.md: Updated Spanish documentation This resolves the CMake error: Package 'hyprgraphics' has version '0.1.5', required version is '>= 0.1.6' --- Debian-Hyprland-Install-Upgrade.es.md | 2 +- Debian-Hyprland-Install-Upgrade.md | 2 +- hypr-tags.env | 2 +- install-scripts/hyprgraphics.sh | 2 +- refresh-hypr-tags.sh | 2 +- update-hyprland.sh | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Debian-Hyprland-Install-Upgrade.es.md b/Debian-Hyprland-Install-Upgrade.es.md index 6d941ca..c62cc4b 100644 --- a/Debian-Hyprland-Install-Upgrade.es.md +++ b/Debian-Hyprland-Install-Upgrade.es.md @@ -63,7 +63,7 @@ HYPRLAND_TAG=v0.51.1 AQUAMARINE_TAG=v0.9.3 HYPRUTILS_TAG=v0.8.2 HYPRLANG_TAG=v0.6.4 -HYPRGRAPHICS_TAG=v0.1.5 +HYPRGRAPHICS_TAG=v0.1.6 HYPRWAYLAND_SCANNER_TAG=v0.4.5 HYPRLAND_PROTOCOLS_TAG=v0.6.4 HYPRLAND_QT_SUPPORT_TAG=v0.1.0 diff --git a/Debian-Hyprland-Install-Upgrade.md b/Debian-Hyprland-Install-Upgrade.md index b7b2609..c58e239 100644 --- a/Debian-Hyprland-Install-Upgrade.md +++ b/Debian-Hyprland-Install-Upgrade.md @@ -63,7 +63,7 @@ HYPRLAND_TAG=v0.51.1 AQUAMARINE_TAG=v0.9.3 HYPRUTILS_TAG=v0.8.2 HYPRLANG_TAG=v0.6.4 -HYPRGRAPHICS_TAG=v0.1.5 +HYPRGRAPHICS_TAG=v0.1.6 HYPRWAYLAND_SCANNER_TAG=v0.4.5 HYPRLAND_PROTOCOLS_TAG=v0.6.4 HYPRLAND_QT_SUPPORT_TAG=v0.1.0 diff --git a/hypr-tags.env b/hypr-tags.env index de674db..6a4f534 100644 --- a/hypr-tags.env +++ b/hypr-tags.env @@ -6,7 +6,7 @@ HYPRLAND_TAG=v0.52.1 AQUAMARINE_TAG=v0.9.3 HYPRUTILS_TAG=v0.8.3 HYPRLANG_TAG=v0.6.4 -HYPRGRAPHICS_TAG=v0.1.5 +HYPRGRAPHICS_TAG=v0.1.6 HYPRWAYLAND_SCANNER_TAG=v0.4.5 HYPRLAND_PROTOCOLS_TAG=v0.6.4 HYPRLAND_QT_SUPPORT_TAG=v0.1.0 diff --git a/install-scripts/hyprgraphics.sh b/install-scripts/hyprgraphics.sh index 9674523..b38d016 100755 --- a/install-scripts/hyprgraphics.sh +++ b/install-scripts/hyprgraphics.sh @@ -8,7 +8,7 @@ hyprgraphics=( ) #specific branch or release -tag="v0.1.5" +tag="v0.1.6" # Allow environment override if [ -n "${HYPRGRAPHICS_TAG:-}" ]; then tag="$HYPRGRAPHICS_TAG"; fi diff --git a/refresh-hypr-tags.sh b/refresh-hypr-tags.sh index 7777776..486f75f 100644 --- a/refresh-hypr-tags.sh +++ b/refresh-hypr-tags.sh @@ -18,7 +18,7 @@ HYPRLAND_TAG=v0.51.1 AQUAMARINE_TAG=v0.9.3 HYPRUTILS_TAG=v0.8.2 HYPRLANG_TAG=v0.6.4 -HYPRGRAPHICS_TAG=v0.1.5 +HYPRGRAPHICS_TAG=v0.1.6 HYPRWAYLAND_SCANNER_TAG=v0.4.5 HYPRLAND_PROTOCOLS_TAG=v0.6.4 HYPRLAND_QT_SUPPORT_TAG=v0.1.0 diff --git a/update-hyprland.sh b/update-hyprland.sh index 1b6286b..554ef4d 100755 --- a/update-hyprland.sh +++ b/update-hyprland.sh @@ -68,7 +68,7 @@ HYPRLAND_TAG=v0.50.1 AQUAMARINE_TAG=v0.9.2 HYPRUTILS_TAG=v0.8.2 HYPRLANG_TAG=v0.6.4 -HYPRGRAPHICS_TAG=v0.1.5 +HYPRGRAPHICS_TAG=v0.1.6 HYPRWAYLAND_SCANNER_TAG=v0.4.5 HYPRLAND_PROTOCOLS_TAG=v0.6.4 HYPRLAND_QT_SUPPORT_TAG=v0.1.0