[gnome-clocks] move the appdata xml file out of the appdata subdir



commit 1ef2597c33041d6b2429fd6d2c46ae8f5ede0e3c
Author: Paolo Borelli <pborelli gnome org>
Date:   Tue Dec 27 17:33:55 2016 +0100

    move the appdata xml file out of the appdata subdir
    
    One less subdir to deal with when processing the xml file.
    The appdata subdir is where we keep images, it should maybe be
    renamed to appdata-images, but since the location is used
    by the appdata file itself, I do not want to change it now.

 Makefile.am                                        |    3 +--
 data/{appdata => }/org.gnome.clocks.appdata.xml.in |    0
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 9faafb6..76d95c7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,7 +23,7 @@ data/org.gnome.clocks.service: data/org.gnome.clocks.service.in Makefile
 
 # appdata file
 appdatadir = $(datadir)/appdata
-appdata_in_files = data/appdata/org.gnome.clocks.appdata.xml.in
+appdata_in_files = data/org.gnome.clocks.appdata.xml.in
 appdata_DATA = $(appdata_in_files:.xml.in=.xml)
 $(appdata_DATA): $(appdata_in_files)
        $(AM_V_GEN) $(MSGFMT) --xml --template $< -d $(top_srcdir)/po -o $@
@@ -58,7 +58,6 @@ icon_files = \
        $(iconsymbolic_DATA) \
        data/icons/hicolor/org.gnome.clocks.svg
 
-
 gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
 
 install-data-hook: update-icon-cache
diff --git a/data/appdata/org.gnome.clocks.appdata.xml.in b/data/org.gnome.clocks.appdata.xml.in
similarity index 100%
rename from data/appdata/org.gnome.clocks.appdata.xml.in
rename to data/org.gnome.clocks.appdata.xml.in


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