summaryrefslogtreecommitdiff
path: root/libappstream-builder
Commit message (Expand)AuthorAgeFilesLines
* Make the appdata filename check match the plugin globsHEADmainRichard Hughes2023-04-261-2/+1
* asb-plugin-appdata: Never add default icons to firmware, IMs or codecsPhilip Withnall2022-10-141-19/+0
* Port from libsoup to libcurlRichard Hughes2022-06-081-3/+2
* Remove the --enable-hidpi option completelyRichard Hughes2022-06-087-37/+9
* trivial: Be explicit when ignoring return error valuesRichard Hughes2022-04-132-3/+4
* Fix extracting relative symlinksFabian Vogt2022-03-091-44/+5
* libappstream-builder: Fix file paths in icon tarballFabian Vogt2022-02-161-1/+4
* Update asb-self-test to match current behaviorOtto Urpelainen2021-05-181-1/+1
* builder: make directories as 0755 && umaskPavel Raiskup2021-05-041-1/+1
* libappstream-builder: Fix paths for cached iconsPhilip Withnall2021-03-172-19/+11
* Use ".so" suffix for the plugins on macOSOleksii Samorukov2020-01-171-0/+12
* Allow non-desktop components to be extendedRichard Hughes2019-04-091-2/+0
* trivial: Fix some typos spotted using codespellRichard Hughes2019-04-085-8/+8
* trivial: Remove unused .map file from the builderRichard Hughes2019-02-281-6/+0
* Use '#pragma once' to avoid a lot of boilerplateRichard Hughes2019-02-0913-55/+13
* Use the SPDX-License-Identifier in all source filesRichard Hughes2019-02-0932-480/+32
* Recognise uncompressed Arch packagesRichard Hughes2019-02-061-1/+2
* Do not install the libappstream-builder shared libraryRichard Hughes2019-02-062-69/+1
* Use as_utils_vercmp_full internallyKalev Lember2019-01-041-2/+2
* Do not parse firmware filesRichard Hughes2018-06-123-239/+14
* trivial: Fix font generation regression in appstream-builderRichard Hughes2018-05-252-9/+4
* trivial: Ignore missing converted cached iconsRichard Hughes2018-05-241-10/+5
* Convert local icons found in metainfo fileswip/hughsie/icons-in-metainfoRichard Hughes2018-05-034-164/+242
* trivial: Sort the plugins in the correct order, i.e. ABC, not CBARichard Hughes2018-05-031-1/+1
* trivial: Allow specifying <icon> tags in metainfo filesRichard Hughes2018-05-031-6/+0
* Use the launchable to find the desktop filename when using appstream-builderRichard Hughes2018-05-021-1/+13
* Don't include the path component in the name when parsing the package filenameRichard Hughes2018-03-272-5/+17
* Use shell-extensions::uuid for custom shell extensions metadata keyKalev Lember2018-03-131-1/+1
* Always resize AppStream icons to fit the destination sizeRichard Hughes2018-03-091-1/+1
* Don't abort the build if pngquant failsRichard Hughes2018-03-012-4/+9
* Add custom metadata key for shell extension uuidKalev Lember2018-02-221-1/+2
* Treat pngquant exit code of 98 (nothing done) as successRichard Hughes2018-02-211-1/+1
* Do not use an 'enable' prefix for meson argumentsRichard Hughes2017-12-182-7/+7
* Don’t fall back to en if other languages are available.Peter Oliver2017-11-301-3/+1
* Generate icons and samples for emoji fonts.Peter Oliver2017-11-211-0/+2
* Use pngquant to make the application icons take up less spaceRichard Hughes2017-11-143-0/+41
* Do not try to extract duplicate files in the icon theme packagesRichard Hughes2017-11-131-0/+5
* trivial: Disable the fonts self tests in the builderRichard Hughes2017-11-031-2/+19
* Only try to set the file permissions on regular filesRichard Hughes2017-11-031-1/+4
* trivial: Show a useful error message if decompressing a package failsRichard Hughes2017-11-032-2/+4
* Fix the inode mode to be sane on extracted filesRichard Hughes2017-10-201-0/+1
* Write XML for newer AppStream specification versionsRichard Hughes2017-10-091-0/+1
* libappstream-builder/utils: Drop an unreachable branchPhilip Withnall2017-08-201-4/+0
* meson: introspection optionalPatrick Ohly2017-07-261-18/+20
* Have plugins link with asglib along with asbuilderNeal Gompa2017-07-241-6/+6
* Fix regression when building component types without iconsRichard Hughes2017-06-141-0/+3
* Allow compiling with newer versions of mesonRichard Hughes2017-06-131-1/+4
* Do not add the GNOME-Software-specific categories or icons by defaultRichard Hughes2017-06-075-39/+52
* Add the missing shell-extension pluginRichard Hughes2017-06-011-0/+18
* Actually return failure if the AsbTask failsRichard Hughes2017-06-011-58/+38