[gnome-clocks] Rename the appdata file as the desktop file name has changed



commit 95280bfb5a4638069336e07aaf83022cc10c7d96
Author: Richard Hughes <richard hughsie com>
Date:   Thu Jan 23 09:08:30 2014 +0000

    Rename the appdata file as the desktop file name has changed

 Makefile.am                                        |    4 ++--
 ...ks.appdata.xml => org.gnome.clocks.appdata.xml} |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 1092af3..db8c012 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,7 +20,7 @@ data/org.gnome.clocks.service: data/org.gnome.clocks.service.in Makefile
 
 # appdata file
 appdatadir = $(datadir)/appdata
-appdata_DATA = data/appdata/gnome-clocks.appdata.xml
+appdata_DATA = data/appdata/org.gnome.clocks.appdata.xml
 
 # gsettings
 gsettings_SCHEMAS = data/org.gnome.clocks.gschema.xml
@@ -148,7 +148,7 @@ EXTRA_DIST = \
        $(hcicon_files) \
        $(images_DATA) \
        $(resource_files) \
-       data/appdata/gnome-clocks.appdata.xml \
+       data/appdata/org.gnome.clocks.appdata.xml \
        data/gnome-clocks.gresource.xml \
        data/org.gnome.clocks.gschema.xml.in.in
 
diff --git a/data/appdata/gnome-clocks.appdata.xml b/data/appdata/org.gnome.clocks.appdata.xml
similarity index 77%
rename from data/appdata/gnome-clocks.appdata.xml
rename to data/appdata/org.gnome.clocks.appdata.xml
index e6fcead..e97c674 100644
--- a/data/appdata/gnome-clocks.appdata.xml
+++ b/data/appdata/org.gnome.clocks.appdata.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <application>
-  <id type="desktop">gnome-clocks.desktop</id>
+  <id type="desktop">org.gnome.clocks.desktop</id>
   <licence>CC0</licence>
   <description>
     <p>
@@ -16,7 +16,7 @@
     </ul>
   </description>
   <screenshots>
-    <screenshot type="default" width="1024" 
height="768">https://git.gnome.org/browse/gnome-clocks/plain/data/appdata/hi-res-category.png</screenshot>
+    <screenshot 
type="default">https://git.gnome.org/browse/gnome-clocks/plain/data/appdata/hi-res-category.png</screenshot>
   </screenshots>
   <url type="homepage">https://wiki.gnome.org/Apps/Clocks</url>
   <updatecontact>pborelli gnome org</updatecontact>


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