From c1188798792c8524c33347366b6af8768cc51ea0 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 23 Oct 2023 16:12:48 +0800 Subject: adw-gtk3: upgrade 4.9 -> 5.1 Changelog: ============= Fix Headerbar Buttons Width error. Fix Geary sidebar looks broken error. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj (cherry picked from commit eea0e7cf8bd12970e799dcf0cac7220a8d15510c) Signed-off-by: Armin Kuster --- meta-oe/recipes-gnome/gnome-themes/adw-gtk3_4.9.bb | 16 ---------------- meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.1.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-oe/recipes-gnome/gnome-themes/adw-gtk3_4.9.bb create mode 100644 meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.1.bb diff --git a/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_4.9.bb b/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_4.9.bb deleted file mode 100644 index d7b7eef977..0000000000 --- a/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_4.9.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 = "08d3dfbde51d4cb0a3bb8e58a81aa61064857d89" - -FILES:${PN} = "${datadir}/themes" diff --git a/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.1.bb b/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.1.bb new file mode 100644 index 0000000000..577acda59b --- /dev/null +++ b/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.1.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 = "a3e1050341956fcae53b2b4403affcf2578a42f4" + +FILES:${PN} = "${datadir}/themes" -- cgit v1.2.3-54-g00ecf