flatpak-builder support #1618

Closed
zciendor wants to merge 8 commits from v0.6 into v0.6

8 Commits

Author SHA1 Message Date
zciendor
ccac73c56f
changed instructions to git submodule update instead of add 2020-04-30 17:12:51 +02:00
zciendor
23376b4eee
moved all flatpak related stuff to packages/flatpak 2020-04-30 16:37:09 +02:00
zciendor
67ea8569f7
put .flatpak-builder cache directory in build dir
updated flatpak instructions so that the `.flatpak-builder/` cache directory is created in the exiting `build/` directory as well
2020-04-30 10:20:11 +00:00
zciendor
9ac0254a37
cosmetic change
rearranged flatpak-builder arguments to match documentation: 
```
$ flatpak-builder --help install
flatpak-builder [OPTION…] DIRECTORY MANIFEST
```
2020-04-30 09:38:52 +00:00
zciendor
684db99ff4
use build directory for flatpak-builder artifacts
updated flatpak instructions to make use of the build directory which is already used for other stuff as well
2020-04-30 09:34:38 +00:00
zciendor
5e440dd9ec
git submodule instruction for flatpak building
git submodule instruction for the flathub shared modules was missing
2020-04-30 08:01:12 +00:00
zciendor
5e2b9a1da2
flatpak-builder configuration 2020-04-29 22:21:55 +00:00
zciendor
194251f217
Update INSTALL.md 2020-04-29 22:19:58 +00:00