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>
This commit is contained in:
Wang Mingyu
2024-09-19 11:31:49 +08:00
committed by Khem Raj
parent 3aba81b2a8
commit ccf80accab
@@ -22,13 +22,13 @@ DEPENDS = " \
RRECOMMENDS:${PN} = "gnuchess" RRECOMMENDS:${PN} = "gnuchess"
SRC_URI = "git://github.com/GNOME/gnome-chess.git;protocol=https;branch=master" SRC_URI = "git://github.com/GNOME/gnome-chess.git;protocol=https;branch=main"
inherit meson pkgconfig gobject-introspection gtk-icon-cache vala features_check mime-xdg gsettings inherit meson pkgconfig gobject-introspection gtk-icon-cache vala features_check mime-xdg gsettings
GIR_MESON_OPTION = "" GIR_MESON_OPTION = ""
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
SRCREV = "c3625ee59ab3acfd7566ef04300b15ddbadaaac3" SRCREV = "91476257c2404945bfa30238c38391343bf4737b"
FILES:${PN} += "${datadir}" FILES:${PN} += "${datadir}"