summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-10-23 16:12:48 +0800
committerArmin Kuster <akuster808@gmail.com>2023-10-30 07:14:02 -0400
commitc1188798792c8524c33347366b6af8768cc51ea0 (patch)
tree30a77e8ab944842fa34bce30ca1f959d24f1e794
parente51ef27a3273c8132ce026d412ae978fe3609e32 (diff)
downloadmeta-openembedded-c1188798792c8524c33347366b6af8768cc51ea0.tar.gz
adw-gtk3: upgrade 4.9 -> 5.1
Changelog: ============= Fix Headerbar Buttons Width error. Fix Geary sidebar looks broken error. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit eea0e7cf8bd12970e799dcf0cac7220a8d15510c) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.1.bb (renamed from meta-oe/recipes-gnome/gnome-themes/adw-gtk3_4.9.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_4.9.bb b/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.1.bb
index d7b7eef977..577acda59b 100644
--- a/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_4.9.bb
+++ b/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.1.bb
@@ -11,6 +11,6 @@ inherit meson
11SRC_URI = "git://github.com/lassekongo83/adw-gtk3.git;protocol=https;branch=main" 11SRC_URI = "git://github.com/lassekongo83/adw-gtk3.git;protocol=https;branch=main"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14SRCREV = "08d3dfbde51d4cb0a3bb8e58a81aa61064857d89" 14SRCREV = "a3e1050341956fcae53b2b4403affcf2578a42f4"
15 15
16FILES:${PN} = "${datadir}/themes" 16FILES:${PN} = "${datadir}/themes"