[baobab] Rename the .appdata.xml file after the DBus-activatable switch



commit a08758b2f5933ce8d8bf07b055e7430593cbf163
Author: Richard Hughes <richard hughsie com>
Date:   Wed Jul 2 15:33:56 2014 +0100

    Rename the .appdata.xml file after the DBus-activatable switch

 data/Makefile.am                                   |    2 +-
 ...data.xml.in => org.gnome.baobab.appdata.xml.in} |    2 +-
 po/POTFILES.in                                     |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 44b4b38..8be61ac 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -16,7 +16,7 @@ $(baobabapp_in_files): $(baobabapp_in_files:.desktop.in=.desktop.in.in)
 @INTLTOOL_DESKTOP_RULE@
 
 appdatadir = $(datadir)/appdata
-appdata_in_files = baobab.appdata.xml.in
+appdata_in_files = org.gnome.baobab.appdata.xml.in
 appdata_DATA = $(appdata_in_files:.xml.in=.xml)
 
 dbusservicedir = $(datadir)/dbus-1/services
diff --git a/data/baobab.appdata.xml.in b/data/org.gnome.baobab.appdata.xml.in
similarity index 92%
rename from data/baobab.appdata.xml.in
rename to data/org.gnome.baobab.appdata.xml.in
index 459f052..7f776d3 100644
--- a/data/baobab.appdata.xml.in
+++ b/data/org.gnome.baobab.appdata.xml.in
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <application>
-  <id type="desktop">baobab.desktop</id>
+  <id type="desktop">org.gnome.baobab.desktop</id>
   <licence>CC0</licence>
   <description>
     <_p>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index a4b5a82..072d7fc 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,6 +1,6 @@
 # List of source files containing translatable strings.
 # Please keep this file sorted alphabetically.
-data/baobab.appdata.xml.in
+data/org.gnome.baobab.appdata.xml.in
 data/org.gnome.baobab.desktop.in.in
 data/org.gnome.baobab.gschema.xml.in.in
 src/baobab-application.vala


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