diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-04-16 17:01:46 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-16 08:18:04 -0700 |
commit | 275f47a8ec23415485b5fe71b5dae8d8c8c785d6 (patch) | |
tree | 5f7c9b1f9296018df536f8bd10302ba1dd515525 /meta-oe/recipes-gnome | |
parent | 0c3c7bc9f4f1e19ad67a4445664da5b4cb3ed9f1 (diff) | |
download | meta-openembedded-275f47a8ec23415485b5fe71b5dae8d8c8c785d6.tar.gz |
adw-gtk3: upgrade 5.7 -> 5.8
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-gnome')
-rw-r--r-- | meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.8.bb (renamed from meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.7.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.7.bb b/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.8.bb index 7d7f8a0b6f..6a24c037f2 100644 --- a/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.7.bb +++ b/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.8.bb | |||
@@ -8,9 +8,9 @@ DEPENDS = "sassc-native" | |||
8 | 8 | ||
9 | inherit meson | 9 | inherit meson |
10 | 10 | ||
11 | SRC_URI = "git://github.com/lassekongo83/adw-gtk3.git;protocol=https;branch=main" | 11 | SRC_URI = "git://github.com/lassekongo83/adw-gtk3.git;protocol=https;branch=main;tag=v${PV}" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | SRCREV = "88577252bb7a18f445a108d9a4d2dd046e7abb27" | 14 | SRCREV = "72b805550d6245f18021e1530f329ce81999445e" |
15 | 15 | ||
16 | FILES:${PN} = "${datadir}/themes" | 16 | FILES:${PN} = "${datadir}/themes" |