[shotwell/wip/autotools] appdata: Add <name> tag and fix path



commit 8c3eea4f2940daac36fbf85b4f0b270fefc96c62
Author: Jens Georg <mail jensge org>
Date:   Fri Jul 1 21:25:57 2016 +0200

    appdata: Add <name> tag and fix path
    
    Signed-off-by: Jens Georg <mail jensge org>

 misc/Makefile.am             |    2 +-
 misc/shotwell.appdata.xml.in |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/misc/Makefile.am b/misc/Makefile.am
index 3c6ebac..d4b55ac 100644
--- a/misc/Makefile.am
+++ b/misc/Makefile.am
@@ -2,7 +2,7 @@ gsettings_SCHEMAS = \
        org.yorba.shotwell.gschema.xml \
        org.yorba.shotwell-extras.gschema.xml
 
-appdata_in_files = shotwell.appdata.xml.in
+appdata_in_files = $(srcdir)/shotwell.appdata.xml.in
 appdata_XML = \
        shotwell.appdata.xml
 
diff --git a/misc/shotwell.appdata.xml.in b/misc/shotwell.appdata.xml.in
index 896f6fa..955ec1c 100644
--- a/misc/shotwell.appdata.xml.in
+++ b/misc/shotwell.appdata.xml.in
@@ -5,6 +5,7 @@
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>LGPL-2.1+</project_license>
   <translation type="gettext">shotwell</translation>
+  <name>Shotwell</name>
   <summary>Popular photo manager</summary>
   <description>
     <p>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]