summaryrefslogtreecommitdiff
path: root/data/flatpak
Commit message (Collapse)AuthorAgeFilesLines
* Flatpak: define CMAKE_BUILD_TYPE for CMake projects.wip/nielsdg/improve-flatpakNiels De Graef2018-04-071-0/+2
|
* Flatpak: create xdg-data/pixmaps/faces if it doesn't exist.Niels De Graef2018-04-071-1/+1
| | | | In case it doesn't, flatpak-builder might fail.
* Flatpak: always use the same formatting style.Niels De Graef2018-04-071-15/+37
| | | | | | * 4 spaces per indentation. * Always a newline after starting an array or an object. * A closing ] } should always be put in it's own line.
* Flatpak: let CMake projects use Ninja as backend.Niels De Graef2018-04-021-2/+2
|
* Flatpak: remove "devel" tags.Niels De Graef2018-04-021-1/+0
|
* Flatpak: add options for cheese.flatpak-ciNiels De Graef2018-04-011-0/+1
| | | | This disables some stuff that we don't need (like manpages).
* Flatpak: Remove geocode-glib and gnome-doc-utils.Niels De Graef2018-04-011-30/+0
| | | | We don't need them, so this should help with the Flatpak build times.
* Flatpak: add cheese module.Niels De Graef2018-04-011-0/+9
|
* Update flatpak file after the Gitlab move.Arnaud B2018-02-241-1/+1
|
* Flatpak: remove libchamplain (it's no longer used)Niels De Graef2018-01-191-9/+0
|
* Revert "Flatpak: add gsettings-desktop-schemas module"Niels De Graef2017-09-141-10/+0
| | | | | | Apparently the flatpak failing to build is not on our end. This reverts commit fc9ed77c7dde0e341e8f4b048f99acc4bda852f4.
* Flatpak: add gsettings-desktop-schemas moduleNiels De Graef2017-09-141-0/+10
|
* Flatpak: update the manifest file to use mesonNiels De Graef2017-09-131-0/+1
|
* Flatpak: allow access to default avatarsNiels De Graef2017-08-251-0/+2
|
* Use DBus to open the Online Accounts panel.Niels De Graef2017-08-231-0/+2
| | | | | Can't spawn processes in a sandboxed environment (Flatpak), so use DBus insteads.
* Move all the Git URLs to https.Niels De Graef2017-08-231-9/+9
| | | | | | | | | | | | For the reason why, see commit 65a33f38c2f5fc830cf6aa58cf13de1c8f604fb7 of the gnome-apps-nightly repo. > The git protocol is blocked in many places, for example conference > networks, which makes it harder to contribute if you can't try locally > building your changes. > > In addition, the git protocol is vulnerable to man in the middle > attacks.
* Put the Flatpak manifest in its own dir.Niels De Graef2017-08-231-0/+237