From 3b1f316a46a7df16d24c97f0544279d697ea1fee Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 14 Oct 2024 16:54:22 +0800 Subject: adw-gtk3: upgrade 5.4 -> 5.5 bugfix: - Since 5.4 black selection in gtk4 apps (with no libadwaita) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.4.bb | 16 ---------------- meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.5.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.4.bb create mode 100644 meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.5.bb diff --git a/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.4.bb b/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.4.bb deleted file mode 100644 index 3a0ca620ba..0000000000 --- a/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.4.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "An unofficial GTK3 port of libadwaita." -HOMEPAGE = "http://github.com/lassekongo83/adw-gtk3" -SECTION = "graphics" -LICENSE = "LGPL-2.1-only" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742" - -DEPENDS = "sassc-native" - -inherit meson - -SRC_URI = "git://github.com/lassekongo83/adw-gtk3.git;protocol=https;branch=main" - -S = "${WORKDIR}/git" -SRCREV = "91aac01e4f4bfbbe233cf7f4bb7a8e4cff73bc5f" - -FILES:${PN} = "${datadir}/themes" diff --git a/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.5.bb b/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.5.bb new file mode 100644 index 0000000000..2f1e80abea --- /dev/null +++ b/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.5.bb @@ -0,0 +1,16 @@ +SUMMARY = "An unofficial GTK3 port of libadwaita." +HOMEPAGE = "http://github.com/lassekongo83/adw-gtk3" +SECTION = "graphics" +LICENSE = "LGPL-2.1-only" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742" + +DEPENDS = "sassc-native" + +inherit meson + +SRC_URI = "git://github.com/lassekongo83/adw-gtk3.git;protocol=https;branch=main" + +S = "${WORKDIR}/git" +SRCREV = "385a900628644dc81fa4942ac848a765229be93a" + +FILES:${PN} = "${datadir}/themes" -- cgit v1.2.3-54-g00ecf