gnucash maint: Set component type in appdata metadata

Geert Janssens gjanssens at code.gnucash.org
Tue Sep 17 05:54:43 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/f1bab7af (commit)
	from  https://github.com/Gnucash/gnucash/commit/50e59077 (commit)



commit f1bab7af40e38ba92095470db898004e93e6f8bf
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Tue Sep 17 11:54:26 2019 +0200

    Set component type in appdata metadata
    
    Required for flathub integration.

diff --git a/gnucash/gnome/gnucash.appdata.xml.in.in b/gnucash/gnome/gnucash.appdata.xml.in.in
index 11e77b592..008c4f8ce 100644
--- a/gnucash/gnome/gnucash.appdata.xml.in.in
+++ b/gnucash/gnome/gnucash.appdata.xml.in.in
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Copyright ${GNC_VCS_REV_YEAR}  Multiple Authors, see included AUTHORS file. -->
-<component>
+<component type="desktop-application">
   <id>org.gnucash.GnuCash</id>
   <name>GnuCash</name>
   <summary>Manage your finances, accounts, and investments</summary>



Summary of changes:
 gnucash/gnome/gnucash.appdata.xml.in.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list