summaryrefslogtreecommitdiff
path: root/libappstream-builder/asb-plugin.c
Commit message (Collapse)AuthorAgeFilesLines
* ostree: Remove unnecessary workarounds for bundle pathsAlexander Larsson2016-01-191-8/+0
| | | | | This is not needed anymore, as we rewrite the bundle paths to look like /usr/...
* asb-package-ostree: Fix things up for xdg-app useAlexander Larsson2016-01-141-5/+0
| | | | | | | | | We only extract stuff from /export in order to not pick up e.g. bundled desktop files not part of the app. Also, we extract to a "usr" subdir instead of "export" to make appstream-builder pick things up automatically (also remove the previous hack that handled this by rewriting globs).
* Use GLib's cleanup functions instead of libgsystem'sKalev Lember2015-09-081-2/+2
| | | | | | | We still have a few types that don't support g_autoptr(), but very very close to having everything ported over. This also bumps gdk-pixbuf dep to 2.31.5 for the cleanup macro support.
* trivial: Remove the unused asb_plugin_set_enabled()Richard Hughes2015-08-041-15/+0
|
* Add OSTree supportRichard Hughes2015-01-231-0/+13
|
* trivial: Add asb_plugin_match_glob()Richard Hughes2015-01-221-0/+16
| | | | This allows us to modify the prefix in the future for bundles.
* trivial: Take the baseclass in asb_plugin_add_app()Richard Hughes2014-07-091-3/+3
| | | | We can't promise we've always got a AsbApp in the list.
* Add libappstream-builder from the createrepo_as projectRichard Hughes2014-06-171-0/+120