summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make the appdata filename check match the plugin globsHEADmainRichard Hughes2023-04-261-2/+1
| | | | | This prevents erroring out when processing packages that ship metainfo.xml files in odd places.
* Remove Check for X-KDE-StartupNotifyJakobDev2023-04-211-3/+0
|
* Update Russian translationAlexmelman882023-04-141-244/+235
|
* Include screenshot size in "too large" errorssuve2022-12-301-4/+4
|
* Include screenshot height in "too small" errorsuve2022-12-301-2/+2
|
* trivial: post release version bumpRichard Hughes2022-11-042-5/+5
|
* Release version 0.8.2appstream_glib_0_8_2Richard Hughes2022-11-041-0/+8
|
* asb-plugin-appdata: Never add default icons to firmware, IMs or codecsPhilip Withnall2022-10-141-19/+0
| | | | | | | | | | | | | | | | Consumers of the appdata file are perfectly capable of adding their own default icons, and the specification doesn’t require icons to be present for any of these component types. If appstream-builder provides a default icon, software centres cannot work out whether it’s provided by the component authors or by appstream-builder. This means software centres cannot override it with their own desktop-specific default icons. Signed-off-by: Philip Withnall <pwithnall@endlessos.org> See: https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1483 Fixes: #419
* Tell CURL to follow http redirect for validateHubert Figuière2022-10-101-0/+1
| | | | | - This is a followup on https://github.com/hughsie/appstream-glib/pull/460 - This is issue https://github.com/flathub/org.flatpak.Builder/issues/112
* Tell CURL to follow http redirectHubert Figuière2022-10-091-0/+1
| | | | | - This is issue https://github.com/flathub/org.flatpak.Builder/issues/108 and https://github.com/flathub/org.flatpak.Builder/issues/112
* trivial: Do not expect screenshots from console appsRichard Hughes2022-10-081-0/+1
|
* Update Hungarian translationBalázs Úr2022-09-251-199/+195
|
* trivial: post release version bumpRichard Hughes2022-08-102-5/+5
|
* Release version 0.8.1appstream_glib_0_8_1Richard Hughes2022-08-101-0/+10
|
* Update LINGUASNorwayFun2022-07-281-0/+1
|
* po: Add Georgian translationNorwayFun2022-07-281-0/+1080
|
* Initialize proxy resolver in appstream-validateMichael Catanzaro2022-07-221-0/+1
| | | | | | Oops, trying to use it would just result in criticals. Fixes #449
* Improve handling of <em> and <code> tagsJan Alexander Steffens (heftig)2022-07-182-46/+101
| | | | | | | | | | This is still not great code but at least somewhat an improvement. Tests were expanded to showcase the new behavior. I think, ideally, we would append opening/closing tags to the ancestor `p` or `li` node's cdata as soon as we encounter the start/end of an `em` or `code` element. This would then also handle empty elements correctly.
* trivial: Turn is_{em,code}_text fields into bitfieldsJan Alexander Steffens (heftig)2022-07-181-2/+2
|
* Properly initialize AsNodeToXmlHelperJan Alexander Steffens (heftig)2022-07-181-2/+2
| | | | Fixes: https://github.com/hughsie/appstream-glib/issues/445
* Correct typos in as-app.cFelix Yan2022-07-171-2/+2
|
* trivial: post release version bumpRichard Hughes2022-07-152-5/+5
|
* Release version 0.8.0appstream_glib_0_8_0Richard Hughes2022-07-152-1/+28
|
* Use GProxyResolver to auto-detect the correct proxyRichard Hughes2022-07-152-0/+24
|
* Update fa.poDanial Behzadi2022-06-131-214/+216
|
* Port from libsoup to libcurlRichard Hughes2022-06-0810-95/+94
| | | | | | | The former bumped ABI, and all sorts of crazy happens when you link in libappstream-glib into a process with the 'other' ABI. It seems the universe has settled on curl as a dep; do the same.
* Remove the --enable-hidpi option completelyRichard Hughes2022-06-088-39/+11
| | | | Based on a patch by Fabian Vogt <fvogt@suse.de>, many thanks.
* trivial: Post branch version bumpRichard Hughes2022-06-072-6/+6
|
* Update fa.po0_7_XDanial Behzadi2022-06-011-85/+75
|
* trivial: Fix a tiny memory leak when mirroring screenshotsRichard Hughes2022-04-131-11/+4
|
* trivial: Be explicit when ignoring return error valuesRichard Hughes2022-04-137-22/+23
|
* trivial: Fix a tiny memory leak on failureRichard Hughes2022-04-131-2/+2
|
* Add vcs-browser and contribute URL typeJakobDev2022-03-302-0/+12
|
* update to spdx 3.16Nick Richards2022-03-151-7/+105
|
* Fix extracting relative symlinksFabian Vogt2022-03-093-46/+10
| | | | | | | | | | | | ebdefa2745 tried to fix handling of relative symlinks in archives, but that only addressed targets starting with ".."/. Fix it properly by using asb_utils_sanitise_path only for absolute paths, keep relative paths as-is. Simplify code for handling absolute symlinks by just prepending the root instead of converting it to a relative link. Hardlink targets are returned as paths relative to the archive root, so the sanitization code is correct there.
* libappstream-builder: Fix file paths in icon tarballFabian Vogt2022-02-161-1/+4
| | | | | | | | | dbd62f6e05 removed the WxH directory from the icon filenames, which were also used as-is for the paths in the icons tarball. However, if width and height are set on the icon, then it has to be inside a size-specific directory. With HiDPI enabled, it did even overwrite the non-HiDPI icon it saved just before because the filenames were the same. Add the subdirectory back in the resource handling code.
* Update Brazilian Portuguese translationMatheus Barbosa2022-02-151-72/+75
| | | | Signed-off-by: Rafael Fontenelle <rffontenelle@gmail.com>
* as-app: Also unwrap description in metainfo filesFabian Vogt2022-02-081-1/+4
| | | | | | | According to the specification, there is no difference between both kinds of upstream metainfo files. Fixes #381
* Fix validation of translated captions when LANG is not CmasterRichard Hughes2021-12-031-3/+3
| | | | Fixes https://github.com/hughsie/appstream-glib/issues/422
* Revert "Don't emit legacy component type values"Richard Hughes2021-12-031-2/+2
| | | | This reverts commit 3fa624026f608ef8465fb339f86725aaf648e09f.
* Don't emit legacy component type valuesMatthias Klumpp2021-08-101-2/+2
|
* Update Polish translationPiotr Drąg2021-08-071-197/+199
|
* its: Sync with appstreamPiotr Drąg2021-08-071-0/+14
| | | | | | | | | Integrates these commits: https://github.com/ximion/appstream/commit/e42dd0d071f27d74419b04a52a8388e00777cd88 https://github.com/ximion/appstream/commit/71d134e82752be6f8851c65ba0ce8c312a72214c https://github.com/ximion/appstream/commit/8c939f999ebf82c3bbf5ad179b24fd7478a0f1d0 https://github.com/ximion/appstream/commit/51ab4f32c56f5cdc293ba0512f003542b83713fc
* Update Catalan translationJordi Mas2021-08-071-19/+16
|
* Update Swedish translationAnders Jonsson2021-08-031-69/+71
|
* Consider AppStream version as a stringCorentin Noël2021-08-037-76/+127
| | | | | | Always store the AppStream metadata version as a string and compare it like any other version. This allows to have 0.10 > 0.8 for instance.
* meson: Check --version-script linker option before using.Biswapriyo Nath2021-07-272-3/+6
| | | | mingw clang does not support --version-script linker option.
* Update current newest version in AsStoreCorentin Noël2021-07-231-1/+1
| | | | | | We are now in version 0.14 Signed-off-by: Corentin Noël <corentin.noel@collabora.com>
* Update Brazilian Portuguese translationRafael Fontenelle2021-07-131-144/+144
| | | | Translation by Henrique Machado, Proofread by Enrico
* Support em/code tagsPhilip Müller2021-06-152-0/+52
| | | | Some appstream-data packages add <em> and </em> or <code> and </code> to the files. Not all package manager can handle that. An example would be pamac from Manjaro