summaryrefslogtreecommitdiff
path: root/libappstream-builder/asb-package-alpm.c
Commit message (Collapse)AuthorAgeFilesLines
* Add two new GCC warnings and fix up signed/unsigned issuesRichard Hughes2016-07-251-3/+3
|
* trivial: Get rid of useless internal-only gtk-doc markupRichard Hughes2016-06-281-39/+0
|
* 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-1/+1
| | | | | | | 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.
* libappstream-builder: Port to G_DECLARE_DERIVABLE_TYPE macroKalev Lember2015-09-081-3/+2
|
* Add the extra child deps to the main packageRichard Hughes2015-01-301-4/+3
| | | | | | This means if X depends on X-libs, and X-libs depends on GTK-3, then X should have the modern toolkit kudo. This means switching around the API a bit so that we can add deps after the AsbPackage has been created.
* trivial: Don't show warnings when doing distcheckRichard Hughes2014-11-041-1/+1
| | | | | It seems that the compiler really does require an initializer when using the _cleanup_ macros.
* Speed up loading ALPM packagesRichard Hughes2014-09-071-16/+44
| | | | Only load properties when (and if) they are required.
* Alpm backend for appstream-builderFabien Bourigault2014-09-041-0/+280
The alpm backend is for extracting appstream metadata from Arch Linux pacakges.