summaryrefslogtreecommitdiff
path: root/libappstream-builder/asb-task.c
Commit message (Expand)AuthorAgeFilesLines
* trivial: Fix some typos spotted using codespellRichard Hughes2019-04-081-1/+1
* Use the SPDX-License-Identifier in all source filesRichard Hughes2019-02-091-15/+1
* trivial: Show a useful error message if decompressing a package failsRichard Hughes2017-11-031-1/+2
* Actually return failure if the AsbTask failsRichard Hughes2017-06-011-58/+38
* trivial: Fix a variable with a misleading nameRichard Hughes2017-06-011-7/+7
* Remove the cache-id functionalityRichard Hughes2017-05-161-24/+0
* trivial: Reset GError when skipping a fileKalev Lember2017-01-091-0/+1
* Limit recursive deps lookup to the same source packageKalev Lember2017-01-091-2/+8
* Revert "trivial: Prevent recusion when a package lists itself as a dep"Kalev Lember2017-01-091-4/+0
* Revert "trivial: Do not recurse for library or filename deps"Kalev Lember2017-01-091-8/+0
* trivial: Do not recurse for library or filename depsRichard Hughes2017-01-041-0/+8
* trivial: Do not follow a foo->bar->foo->bar depchainRichard Hughes2017-01-041-1/+3
* trivial: Prevent recusion when a package lists itself as a depRichard Hughes2017-01-041-0/+4
* Recursively add subpackage deps into the main packageKalev Lember2017-01-041-10/+86
* trivial: Remove a libreoffice hack that's no longer neededKalev Lember2017-01-041-4/+0
* Don't add <releases> for addonsRichard Hughes2016-12-061-3/+5
* Add two new GCC warnings and fix up signed/unsigned issuesRichard Hughes2016-07-251-1/+1
* trivial: Get rid of useless internal-only gtk-doc markupRichard Hughes2016-06-281-18/+0
* Add yast2-branding-openSUSE if an app depends on yast2Dominique Leuenberger2016-05-191-0/+9
* trivial: Add a work-around for the new libreoffice in the builderRichard Hughes2016-04-291-0/+5
* Only use the package license when not provided by the AppData fileRichard Hughes2015-12-091-1/+2
* Use AsStoreCab to read .cab files when building metadataRichard Hughes2015-10-071-0/+36
* Require AppData files to be present in the AppStream metadataRichard Hughes2015-09-161-12/+0
* Do not overwrite the AppData URL with the one from the packageRichard Hughes2015-09-161-1/+2
* trivial: Drop as-cleanup.h include where not neededKalev Lember2015-09-081-1/+0
* Use GLib's cleanup functions instead of libgsystem'sKalev Lember2015-09-081-5/+5
* libappstream-builder: Port to G_DECLARE_DERIVABLE_TYPE macroKalev Lember2015-09-081-3/+2
* Drop the unused _len arguments on many functionsRichard Hughes2015-08-031-7/+5
* Remove the batch output option from the builderRichard Hughes2015-04-071-49/+7
* Speed up adding extra packagesRichard Hughes2015-02-041-4/+6
* Fix a builder crash where a package depends on itselfRichard Hughes2015-02-021-0/+2
* Also clear the filelist and deplist of the extra packageRichard Hughes2015-02-021-0/+7
* Clear the dep list and the file list if we've finished with the packageRichard Hughes2015-02-021-0/+3
* Close the packages after they have been processedRichard Hughes2015-02-021-0/+2
* Add the extra child deps to the main packageRichard Hughes2015-01-301-19/+32
* Make the failed AppStream metadata optionalRichard Hughes2015-01-241-3/+3
* trivial: Fix potential builder crash when a package has no depsRichard Hughes2015-01-221-1/+1
* Add the VCS information to the AppStream metadataRichard Hughes2014-12-171-0/+8
* trivial: Don't show warnings when doing distcheckRichard Hughes2014-11-041-3/+3
* Save the screenshots as soon as possibleRichard Hughes2014-10-231-0/+8
* Write the application XML after all the vetos have been addedRichard Hughes2014-10-201-5/+0
* Do not leak applications when building if more than one plugin returns resultsRichard Hughes2014-10-151-2/+8
* Only save application resources after the application have been mergedRichard Hughes2014-10-151-21/+0
* Only detect missing data after the application have been mergedRichard Hughes2014-10-151-12/+0
* Add asb_context_set_embedded_icons()Richard Hughes2014-10-011-0/+8
* Use AsIcon to represent an abstract iconRichard Hughes2014-10-011-1/+1
* Only get the package data when requiredRichard Hughes2014-08-281-15/+43
* Rename as_app_get_id_full() to as_app_get_id()Richard Hughes2014-08-221-2/+2
* trivial: Rename an internal methodRichard Hughes2014-08-211-2/+2
* trivial: Show the full application ID in more placesRichard Hughes2014-08-191-1/+1