summaryrefslogtreecommitdiff
path: root/flatpak
Commit message (Collapse)AuthorAgeFilesLines
...
* flatpak: Disable missing plugins support in FlatpakBastien Nocera2019-02-071-0/+1
| | | | | It wouldn't do anything anyway, there's no installation helper in the sandbox.
* flatpak: Quiet Tracker startup warningBastien Nocera2019-02-041-0/+1
| | | | Falling back to bus backend, the direct backend failed to initialize: Could not find database file:'/home/hadess/.var/app/org.gnome.Totem/cache/tracker/meta.db'.
* Flatpak: Add mpris to the owned namesBilal Elmoussaoui2019-01-211-0/+2
|
* Flatpak: add dbus dependencyBilal Elmoussaoui2019-01-211-0/+14
| | | | | Currently, the dbusservice plugin that provides MPRIS integration uses dbus-python Which is not included in python3.
* flatpak: Disable introspection in gomBastien Nocera2019-01-171-0/+1
| | | | It's not used
* flatpak: Build gnome-online-accounts using mesonBastien Nocera2019-01-171-1/+2
|
* flatpak: Remove builddir and libdir optionsBastien Nocera2019-01-171-12/+0
| | | | | | builddir is automatically used for meson, and libdir isn't needed since the freedesktop.org SDK 18.08, which exports a useful libdir value: https://github.com/flatpak/flatpak-builder/blob/master/src/builder-options.c#L1021-L1037
* flatpak: Remove unused build optionsBastien Nocera2019-01-171-4/+0
| | | | Those should already be the default
* flatpak: Use flathub shared module to build LuaBastien Nocera2019-01-175-234/+1
|
* Flatpak: Build tracker with mesonJordan Petridis2018-09-271-5/+10
|
* Flatpak: Build gnome-desktop with mesonJordan Petridis2018-09-271-1/+2
|
* flatpak: Build liboauth against NSSJordan Petridis2018-09-271-0/+1
| | | | | | | | | 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
* flatpak: Use correct name for media-keys D-Bus serviceBastien Nocera2018-08-311-1/+1
| | | | See https://github.com/flathub/org.gnome.Totem/issues/3
* flatpak: Add TODO itemBastien Nocera2018-08-311-0/+1
|
* flatpak: Enable vala plugins but disable parallel makeBastien Nocera2018-08-311-2/+2
| | | | See commit a81dde7e478d36f23f9c09a47826d4d4f89f0941
* flatpak: Use the Gitlab URLsMathieu Bridon2018-08-281-12/+12
|
* Flatpak: Switch grilo module to mesonJordan Petridis2018-08-021-2/+19
|
* flatpak: Disable vala plugins until flatpak-builder is fixedBastien Nocera2018-08-011-2/+2
| | | | | | | Disable vala to work-around: https://github.com/mesonbuild/meson/issues/1994 until we can use the "-j1" work-around once flatpak-builder is fixed: https://github.com/flatpak/flatpak-builder/pull/190
* flatpak: Remove obsolete gmime dependencyBastien Nocera2018-07-311-10/+0
| | | | | | totem-pl-parser now has a copy of the small portion of code it used from gmime, and grilo-plugins uses totem-pl-parser's helper, rather than gmime directly.
* flatpak: Disable parallel buildBastien Nocera2018-07-311-0/+1
| | | | | To work-around: https://github.com/mesonbuild/meson/issues/1994
* flatpak: Upgrade avahiMathieu Bridon2018-07-261-9/+2
| | | | | This commit removes the config.sub/config.guess copy trick, as the latest release seems to build just fine on Aarch64.
* flatpak: Work-around build bug in g-o-aJordan Petridis2018-07-251-1/+1
| | | | | | | gnome-online-accounts produces a ton of (fatal) warnings about _FORTIFY_SOURCE. Make those warnings non-fatal. See gnome-online-accounts#10
* flatpak: Build Totem with mesonMathieu Bridon2017-07-291-1/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=785524
* flatpak: Build gom with mesonMathieu Bridon2017-07-291-1/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=785524
* flatpak: Install totem-pl-parser in the right placeMathieu Bridon2017-07-291-0/+3
| | | | | | | By default, Meson uses /usr/lib64 as libdir in Flatpak, but we really want everything installed in /usr/lib. https://bugzilla.gnome.org/show_bug.cgi?id=785524
* flatpak: totem-pl-parser moved to mesonMathieu Bridon2017-06-081-1/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=783566
* audio-preview: Remove totem-audio-previewBastien Nocera2017-05-181-2/+1
| | | | | As the functionality was removed in nautilus in 2011 in commit c997bbe8b8bfb423d03f3475088a983e59bd9168
* flatpak: Disable tracker's bash completionFlorian Müllner2017-03-121-0/+1
| | | | | | | The GNOME runtime has been rebased to an updated Freedesktop runtime that includes bash-completion. By default tracker uses auto-detection to determine whether to install completions, so it now tries to install files into a read-only location which breaks the build.
* flatpak: Move flatpak build definition in-treeBastien Nocera2017-03-054-0/+469
See https://wiki.gnome.org/Initiatives/GnomeGoals/FlatpakManifests