diff options
author | Richard Hughes <richard@hughsie.com> | 2016-06-13 10:47:29 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2016-06-13 10:47:47 +0100 |
commit | a6690f229ffb6146c26f2b2ce31be9cb38da1d3d (patch) | |
tree | 67aa72f338ca92798895268fd379d5672ccdd68d /data | |
parent | 30f849c30b55b9748997f3755875ba4da6e4caea (diff) | |
download | appstream-glib-a6690f229ffb6146c26f2b2ce31be9cb38da1d3d.tar.gz |
Load metainfo files if present
/usr/share/appdata is the old location, but will be supported for a long time.
Replaces https://github.com/hughsie/appstream-glib/pull/112
Diffstat (limited to 'data')
-rw-r--r-- | data/appstream-compose.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/appstream-compose.xml b/data/appstream-compose.xml index ec8a39f..91ce906 100644 --- a/data/appstream-compose.xml +++ b/data/appstream-compose.xml @@ -13,7 +13,7 @@ <email>richard@hughsie.com</email> </author> <copyright> - <year>2013-2014</year> + <year>2013-2016</year> <holder>Richard Hughes</holder> </copyright> </refentryinfo> @@ -44,8 +44,8 @@ <para> <command>appstream-compose</command> is a simple app that takes a prefix (default /usr) and a set of application names. - It looks for appdata, desktop and icon files with that - basename in $prefix/share/[appdata|applications|icons] and generates + It looks for appdata, metainfo, desktop and icon files with that + basename in $prefix/share/[appdata|metainfo|applications|icons] and generates appstream xml files and icons in (by default) $prefix/share/app-info. </para> </refsect1> |