Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | as-compose: Remove relative path from icon names | David Hewitt | 2019-04-09 | 1 | -8/+4 |
| | |||||
* | Use the SPDX-License-Identifier in all source files | Richard Hughes | 2019-02-09 | 1 | -15/+1 |
| | |||||
* | Throw an error when a launchable desktop-id is invalid | Bastien Nocera | 2018-09-11 | 1 | -0/+7 |
| | | | | See https://github.com/flathub/com.adobe.Flash-Player-Projector/issues/2 | ||||
* | Better debug output for appstream-compose | Bastien Nocera | 2018-09-11 | 1 | -2/+2 |
| | | | | | When "looking for" a file, mention which type of file we're looking for, making it easier to find the debug message this corresponds to. | ||||
* | trivial: Do not show a critical warning using appstream-compose on an unknown ID | Richard Hughes | 2018-04-18 | 1 | -1/+8 |
| | |||||
* | Never add more than one component to the AppStream store when composing | Richard Hughes | 2018-04-18 | 1 | -0/+6 |
| | | | | | | | | | | If the app has an AppData file with org.gnome.Gimp.appdata.xml that contains <id>org.gnome.Gimp</id> and also a org.gnome.Gimp.desktop then the second gets added as a new component as the .desktop suffix is optional, but allowed for compatibility. Just rename the .desktop component ID in this case to force the app to be subsumed rather than added. | ||||
* | If the launchable is specified don't guess it when composing | Richard Hughes | 2018-04-18 | 1 | -6/+13 |
| | | | | | This allows us to have an appdata file with <id>org.gnome.Gimp</id> without being forced to rename the gimp.desktop file. | ||||
* | Always resize AppStream icons to fit the destination size | Richard Hughes | 2018-03-09 | 1 | -0/+2 |
| | | | | | Padding is no longer being used as it makes the software center look bad. Lets make the application author look bad instead so they can fix the icon. | ||||
* | Fix appstream-compose when using new-style desktop IDs | Richard Hughes | 2017-12-07 | 1 | -6/+10 |
| | | | | | | The .desktop suffix is now optional in the AppStream component <id>. Fixes: https://github.com/hughsie/appstream-glib/issues/209 | ||||
* | Fix a problem with appstream-compose with older AppData files | Richard Hughes | 2017-03-08 | 1 | -4/+8 |
| | | | | | Do not remove the desktop-provided 'Name' and 'Comment' if there is no AppData-provided version. | ||||
* | appstream-compose: Support appdata with no desktop files | Alexander Larsson | 2017-01-18 | 1 | -22/+26 |
| | | | | For instance, this happens for the runtimes | ||||
* | Support reading metainfo.xml files when using appstream-compose | Richard Hughes | 2017-01-16 | 1 | -18/+25 |
| | |||||
* | Never inhierit Name and Comment when using appstream-compose | Richard Hughes | 2016-09-28 | 1 | -0/+4 |
| | | | | | This has been deprecated for some time now and causes problems when we're using a non-localised prefix on the installed desktop files. | ||||
* | Add two new GCC warnings and fix up signed/unsigned issues | Richard Hughes | 2016-07-25 | 1 | -2/+2 |
| | |||||
* | trivial: Get rid of useless internal-only gtk-doc markup | Richard Hughes | 2016-06-28 | 1 | -6/+0 |
| | |||||
* | Load metainfo files if present | Richard Hughes | 2016-06-13 | 1 | -2/+11 |
| | | | | | | /usr/share/appdata is the old location, but will be supported for a long time. Replaces https://github.com/hughsie/appstream-glib/pull/112 | ||||
* | Rename a symbol to reflect reality | Richard Hughes | 2016-02-25 | 1 | -2/+2 |
| | | | | | | | This has not been an ID kind since spec version 0.5, and it's confusing to have two things in GNOME Software. The old symbols and enumerated types are left to maintain ABI compatibility. | ||||
* | Remove the --api-version parameter from client tools | Richard Hughes | 2016-02-18 | 1 | -7/+1 |
| | | | | | We're only support writing 0.6+ API these days and anything older than this is backwards compatible. | ||||
* | trivial: Add some more debugging around the HiDPI icon finding | Richard Hughes | 2016-02-17 | 1 | -3/+10 |
| | |||||
* | trivial: Actually save HiDPI icons when using appstream-compose | Richard Hughes | 2016-02-17 | 1 | -1/+1 |
| | |||||
* | Move the kudo and provides autodetection to libappstream-glib | Richard Hughes | 2016-01-31 | 1 | -0/+22 |
| | |||||
* | Support the QT translation system | Richard Hughes | 2016-01-26 | 1 | -40/+7 |
| | | | | Fixes: https://github.com/hughsie/appdata-tools/issues/26 | ||||
* | Add AsTranslation to support <translation> tags in AppData files | Richard Hughes | 2016-01-25 | 1 | -6/+28 |
| | | | | | This allows upstream to specify the translation domain so we can calculate the language statistics automatically without using hacky heuristics. | ||||
* | Use heuristics when building metadata with an AppData file | Richard Hughes | 2016-01-24 | 1 | -1/+1 |
| | |||||
* | Only load supported icon kinds when using appstream-compose | Richard Hughes | 2016-01-22 | 1 | -0/+1 |
| | |||||
* | Add appstream-compose | Alexander Larsson | 2016-01-22 | 1 | -0/+490 |
This is a simple app that takes a prefix (default /usr) and a set of app names. It looks for appdata, desktop and icon files with that basename in $prefix/share/[appdata|applications|icons] and generates appstream xml files + icons in (by default) $prefix/share/app-info. |