~ubuntu-desktop/evince/+git/master:gnome-44

Last commit made on 2024-01-21
Get this branch:
git clone -b gnome-44 https://git.launchpad.net/~ubuntu-desktop/evince/+git/master

Branch merges

Branch information

Name:
gnome-44
Repository:
lp:~ubuntu-desktop/evince/+git/master

Recent commits

5c7f0d2... by Juliano de Souza Camargo <email address hidden>

Update Brazilian Portuguese translation

19260cb... by Florentina Mușat

Update Romanian translation

2b9c3ea... by Boyuan Yang

Update Chinese (China) translation

56c6384... by Silvara

Update Interlingue translation

3761d17... by Germán Poo-Caamaño

Release 44.3

29b504e... by Germán Poo-Caamaño

build: Fix file name to check for releases

5bb82a3... by Bruce Cowan

Update British English translation

7e3df49... by Nelson Benitez

find-sidebar: don't discard matches without text area

It may happen that a text match has no corresponding text area available,
(due to limitations/bugs of Poppler's TextPage->getSelectionWords()
function used by poppler-glib poppler_page_get_text_layout_for_area()
function) so in that case, instead of discarding the match, we can
just show the matched text in the sidebar without surrounding text,
because the text area is only needed to retrieve surrounding text.

Closes #1943

2ea8c9a... by Bastien Nocera

build: Add support for validating appdata versions

This will avoid old dates from being mentioned in the appdata file, as
happened in evince.

This requires a version of appstream-util with the get-latest-version
command:
https://github.com/hughsie/appstream-glib/pull/468

See https://gitlab.gnome.org/GNOME/evince/-/issues/1950

3449031... by Bastien Nocera

build: Check for NEWS and appdata updates for new releases

At least 4 different bugs were filed against the Flathub version of
evince because Flatpak prominently shows the appdata version in the UI,
making users think that there was a bug in the packaging, or that the
package had not been updated.

Avoid this problem in the future by failing the build if the NEWS or
appdata files aren't updated on release.