From 4fc602bf38cae9c6bfbc48f2e14c43eb697cdff6 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 25 May 2023 14:56:04 +0800 Subject: adw-gtk3: upgrade 4.6 -> 4.7 Changelog: ========== - Make sure text selection is somewhat visible on websites with various backgrounds in both chromium and firefox - Slightly increase contrast of menuitems - Fix borders on vertical linked buttons - Fix borders on vertical spinbuttons - Change list row image-button style Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-gnome/gnome-themes/adw-gtk3_4.6.bb | 16 ---------------- meta-oe/recipes-gnome/gnome-themes/adw-gtk3_4.7.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-oe/recipes-gnome/gnome-themes/adw-gtk3_4.6.bb create mode 100644 meta-oe/recipes-gnome/gnome-themes/adw-gtk3_4.7.bb diff --git a/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_4.6.bb b/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_4.6.bb deleted file mode 100644 index 0b121183ac..0000000000 --- a/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_4.6.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 = "f26e86c8a7b40ac23f165efdb620f734c0f1db23" - -FILES:${PN} = "${datadir}/themes" diff --git a/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_4.7.bb b/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_4.7.bb new file mode 100644 index 0000000000..8f412e431a --- /dev/null +++ b/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_4.7.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 = "f5e0807a4572ef6d9ca27042b41211efb41936d2" + +FILES:${PN} = "${datadir}/themes" -- cgit v1.2.3-54-g00ecf