From f44e6dbd099f4aae9563fd572d765017b7f34c20 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 20 Jan 2026 20:42:45 +0100 Subject: [PATCH] glaze: rename glaze to glaze6 glaze7 is about to get merged into meta-openembedded hyprland still requires glaze6 --- recipes-extended/glaze/{glaze_6.1.0.bb => glaze6_6.1.0.bb} | 2 ++ recipes-support/hyprland/hyprland/hyprland_0.53.1.bb | 2 +- recipes-support/hyprland/hyprshutdown/hyprshutdown_0.0.1.bb | 2 +- recipes-support/hyprland/hyprsysteminfo/hyprsysteminfo_0.1.3.bb | 2 +- recipes-support/hyprland/hyprtavern/hyprtavern_0.0.1.bb | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) rename recipes-extended/glaze/{glaze_6.1.0.bb => glaze6_6.1.0.bb} (95%) diff --git a/recipes-extended/glaze/glaze_6.1.0.bb b/recipes-extended/glaze/glaze6_6.1.0.bb similarity index 95% rename from recipes-extended/glaze/glaze_6.1.0.bb rename to recipes-extended/glaze/glaze6_6.1.0.bb index 9e6ca4e..6cc7bbe 100644 --- a/recipes-extended/glaze/glaze_6.1.0.bb +++ b/recipes-extended/glaze/glaze6_6.1.0.bb @@ -14,3 +14,5 @@ EXTRA_OECMAKE = "-DBUILD_TESTING=OFF" PACKAGECONFIG ?= "" PACKAGECONFIG[openssl] = "-Dglaze_ENABLE_SSL=ON,-Dglaze_ENABLE_SSL=OFF,openssl" + +FILES:${PN} += "${datadir}" diff --git a/recipes-support/hyprland/hyprland/hyprland_0.53.1.bb b/recipes-support/hyprland/hyprland/hyprland_0.53.1.bb index c2453a6..2c61bf1 100644 --- a/recipes-support/hyprland/hyprland/hyprland_0.53.1.bb +++ b/recipes-support/hyprland/hyprland/hyprland_0.53.1.bb @@ -10,7 +10,7 @@ REQUIRED_DISTRO_FEATURES = "wayland opengl" DEPENDS += " \ aquamarine \ cairo \ - glaze \ + glaze6 \ hyprcursor \ hyprgraphics \ hyprlang \ diff --git a/recipes-support/hyprland/hyprshutdown/hyprshutdown_0.0.1.bb b/recipes-support/hyprland/hyprshutdown/hyprshutdown_0.0.1.bb index 465e7c3..bed8fed 100644 --- a/recipes-support/hyprland/hyprshutdown/hyprshutdown_0.0.1.bb +++ b/recipes-support/hyprland/hyprshutdown/hyprshutdown_0.0.1.bb @@ -5,7 +5,7 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=a0bf31bc487405beb07b19459ea85114" DEPENDS = " \ - glaze \ + glaze6 \ hyprtoolkit \ hyprutils \ pixman \ diff --git a/recipes-support/hyprland/hyprsysteminfo/hyprsysteminfo_0.1.3.bb b/recipes-support/hyprland/hyprsysteminfo/hyprsysteminfo_0.1.3.bb index 834afc2..02e670d 100644 --- a/recipes-support/hyprland/hyprsysteminfo/hyprsysteminfo_0.1.3.bb +++ b/recipes-support/hyprland/hyprsysteminfo/hyprsysteminfo_0.1.3.bb @@ -7,6 +7,6 @@ SRC_URI = "git://github.com/hyprwm/hyprsysteminfo.git;protocol=https;branch=main SRCREV = "1959f049f5934be215a9eca9fbc1582438f4dbe2" -DEPENDS = "glaze hyprtoolkit hyprutils libdrm pciutils pixman" +DEPENDS = "glaze6 hyprtoolkit hyprutils libdrm pciutils pixman" inherit cmake pkgconfig diff --git a/recipes-support/hyprland/hyprtavern/hyprtavern_0.0.1.bb b/recipes-support/hyprland/hyprtavern/hyprtavern_0.0.1.bb index 11623a7..a97ee51 100644 --- a/recipes-support/hyprland/hyprtavern/hyprtavern_0.0.1.bb +++ b/recipes-support/hyprland/hyprtavern/hyprtavern_0.0.1.bb @@ -5,7 +5,7 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=a0bf31bc487405beb07b19459ea85114" DEPENDS = " \ - glaze \ + glaze6 \ hyprtoolkit \ pixman \ libdrm \