gnome-games-app:gnome-3-36

Last commit made on 2020-09-10
Get this branch:
git clone -b gnome-3-36 https://git.launchpad.net/gnome-games-app

Branch merges

Branch information

Name:
gnome-3-36
Repository:
lp:gnome-games-app

Recent commits

9f6748e... by Dusan Kazik

Update Slovak translation

449aaa9... by Dusan Kazik

Update Slovak translation

a081a42... by Mario Blättermann

Update German translation

eea44c9... by Alexandre Franke

Update French translation

49b07dc... by Alexander Mikhaylenko <email address hidden>

flatpak: Stabilize unit test manifest

f384df8... by Alexander Mikhaylenko <email address hidden>

flatpak: Stabilize the manifest

Keep grilo-plugins on 0.3.10, as the new version tries to download
grilo-pls submodule.

3fa5726... by Alexander Mikhaylenko <email address hidden>

ci: Switch to 3.36 images

0a824d7... by Alexander Mikhaylenko <email address hidden>

flatpak: Switch to 3.36 sdk

783ff8e... by Alexander Mikhaylenko <email address hidden>

Version 3.36.1

2730fd5... by Alexander Mikhaylenko <email address hidden>

local-cover: Make the basename check more strict

Currently we take the basename of a ROM, strip its extension, and look for
files that start with the same prefix. This breaks as soon as we have names
as following:

 * Game.rom
 * Game - Something Else.jpg

Obviously they both contain the prefix "Game", so the file gets picked as
the cover, which is incorrect. Instead, take prefix of both files and check
that the whole prefix matches and not just the beginning.