summaryrefslogtreecommitdiff
path: root/app/Makefile.am.inc
Commit message (Collapse)AuthorAgeFilesLines
* Rename everything but the on-disk location to flatpakAlexander Larsson2016-05-091-4/+4
|
* Rename library to libflatpakAlexander Larsson2016-05-091-2/+1
|
* Rename source files to flatpakAlexander Larsson2016-05-091-24/+24
|
* Add build-import-bundle commandAlexander Larsson2016-04-191-0/+1
|
* Add xdg-app build-sign to sign a single commitAlexander Larsson2016-04-131-0/+1
|
* Add xdg-app info commandAlexander Larsson2016-02-021-0/+1
|
* Rename lib/ to common/ in preparation for public xdg-app libraryAlexander Larsson2015-11-261-1/+1
|
* Drop dump-runtime command for nowAlexander Larsson2015-11-111-1/+0
| | | | | This idea was not fully baked, so we should not expose it. We can ressurect it later when we know better how this would be used.
* add build-bundle commandAlexander Larsson2015-11-101-0/+1
|
* Add xdg-app dump-runtime commandAlexander Larsson2015-09-281-2/+3
| | | | This creates a tar of the runtime as set up by xdg-app
* Add xdg-app enter commandAlexander Larsson2015-09-241-0/+1
| | | | | This lets you enter a sandbox and run a command there, which is useful for debugging purposes.
* Rename repo-contents to ls-remoteAlexander Larsson2015-09-171-1/+1
| | | | This matches the other command names
* Add new override builtin to override app permissionsAlexander Larsson2015-09-111-0/+1
|
* Add xdg-app export-file to export files with the document portalAlexander Larsson2015-09-031-0/+2
|
* Restructure directories and buildAlexander Larsson2015-07-101-0/+27
This moves a all source code into separate subdirs per binary. The helper and the generic stuff goes into lib/ which is then used by all the others. For now this is a completely internal library, but at some point we will probably clean it up and expose some subset. Also, we move the dbus proxy to libexecdir.