gnome-documents:wip/christopherdavis/allow-tracker-db-access

Last commit made on 2018-10-27
Get this branch:
git clone -b wip/christopherdavis/allow-tracker-db-access https://git.launchpad.net/gnome-documents

Branch merges

Branch information

Name:
wip/christopherdavis/allow-tracker-db-access
Repository:
lp:gnome-documents

Recent commits

863589d... by Christopher Davis <email address hidden>

flatpak: Add read access to tracker db

Documents requires access to the tracker database to function.
The flatpak package could not access it, resulting in a broken
window. Now the flatpak has (read-only) access to the tracker
database.

See https://github.com/flathub/org.gnome.Documents/issues/3

da1b49e... by Christopher Davis <email address hidden>

Merge branch 'wip/jimmac/app-icon-redesign' into 'master'

icon: update app icon

See merge request GNOME/gnome-documents!3

391e824... by jimmac

icon: update app icon

- GNOME 3.32 redesign of app icons.
  See https://gitlab.gnome.org/GNOME/Initiatives/issues/2
  for more info.

6a25b2e... by Carmen Bianca BAKKER <email address hidden>

Update Esperanto translation

5c3e4d8... by Jordan Petridis <email address hidden>

Flatpak: Do not build the tracker docs

6844e7c... by balasankarc

Update Malayalam translation

b2ac838... by Cosimo Cecchi <email address hidden>

Merge branch 'bochecha/flatpak' into 'master'

flatpak: Tell Tracker not to use a media extractor

See merge request GNOME/gnome-documents!9

5ea4300... by Mathieu Bridon

flatpak: Tell Tracker not to use a media extractor

We already disable the extractor anyway, but Tracker still tries to
build parts of it and that fails on a missing libcue.

This commit disables that part as well explicitly.

caa089e... by Debarshi Ray <email address hidden>

build: Update to latest libgd

Silence some deprecation warnings due to g_type_class_add_private and
gtk_style_context_get_border_color.

df58320... by Jordan Petridis <email address hidden>

Documents Flatpak: Build liboauth against NSS

Currently available versions of liboauth, such as 1.0.3, don't build
against OpenSSL 1.1.0, and that has been failing the nightly builds.
It does work with NSS, though; and, for what it's worth, Fedora builds
liboauth against NSS too.

https://github.com/x42/liboauth/issues/9