summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-09-19 11:31:49 +0800
committerKhem Raj <raj.khem@gmail.com>2024-11-19 13:13:16 -0800
commitccf80accab41e5ef7f4421af9903c86f1ebeceae (patch)
treefc8208d28db96965cc35489ecdadafb8638606d7
parent3aba81b2a85f4f48f87dffebabe4d4c8dab8051a (diff)
downloadmeta-openembedded-ccf80accab41e5ef7f4421af9903c86f1ebeceae.tar.gz
gnome-chess: upgrade 46.0 -> 47.0
Changelog: =========== - Fix appdata screenshot URL - Updated translations - Use modern libadwaita widgetry - Fix incorrect shortcuts on shortcuts help dialog - Change First/Last history shortcuts to Up/Down key - Miscellaneous code modernization and improvements Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/gnome-chess/gnome-chess_47.0.bb (renamed from meta-gnome/recipes-gnome/gnome-chess/gnome-chess_46.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_46.0.bb b/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_47.0.bb
index bb53b58df7..e3365f6181 100644
--- a/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_46.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_47.0.bb
@@ -22,13 +22,13 @@ DEPENDS = " \
22 22
23RRECOMMENDS:${PN} = "gnuchess" 23RRECOMMENDS:${PN} = "gnuchess"
24 24
25SRC_URI = "git://github.com/GNOME/gnome-chess.git;protocol=https;branch=master" 25SRC_URI = "git://github.com/GNOME/gnome-chess.git;protocol=https;branch=main"
26 26
27inherit meson pkgconfig gobject-introspection gtk-icon-cache vala features_check mime-xdg gsettings 27inherit meson pkgconfig gobject-introspection gtk-icon-cache vala features_check mime-xdg gsettings
28 28
29GIR_MESON_OPTION = "" 29GIR_MESON_OPTION = ""
30 30
31S = "${WORKDIR}/git" 31S = "${WORKDIR}/git"
32SRCREV = "c3625ee59ab3acfd7566ef04300b15ddbadaaac3" 32SRCREV = "91476257c2404945bfa30238c38391343bf4737b"
33 33
34FILES:${PN} += "${datadir}" 34FILES:${PN} += "${datadir}"