[gnome-calculator] Fix the name of the appdata file
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calculator] Fix the name of the appdata file
- Date: Thu, 23 Jan 2014 15:18:26 +0000 (UTC)
commit 9dd09ed7552616cee0ea7e70ee7cccbe9388a4f7
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Thu Jan 23 09:16:49 2014 -0600
Fix the name of the appdata file
Unfortunately this is required to match the desktop file.
data/Makefile.am | 6 +++---
...tor.appdata.xml.in => gcalctool.appdata.xml.in} | 0
po/POTFILES.in | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 933f3f5..ae8e579 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -9,12 +9,12 @@ Utilities_DATA = $(Utilities_in_files:.desktop.in=.desktop)
@INTLTOOL_XML_RULE@
appdatadir = $(datadir)/appdata
appdata_DATA = $(appdata_in_files:.xml.in=.xml)
-appdata_in_files = gnome-calculator.appdata.xml.in
+appdata_in_files = gcalctool.appdata.xml.in
man1_MANS = gnome-calculator.1 gcalccmd.1
EXTRA_DIST = \
- gnome-calculator.appdata.xml.in \
+ gcalctool.appdata.xml.in \
buttons-basic.ui \
buttons-advanced.ui \
buttons-financial.ui \
@@ -26,7 +26,7 @@ EXTRA_DIST = \
$(man1_MANS)
CLEANFILES = \
- gnome-calculator.appdata.xml \
+ gcalctool.appdata.xml \
gcalctool.desktop
DISTCLEANFILES = \
diff --git a/data/gnome-calculator.appdata.xml.in b/data/gcalctool.appdata.xml.in
similarity index 100%
rename from data/gnome-calculator.appdata.xml.in
rename to data/gcalctool.appdata.xml.in
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 23641c0..d53004e 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -7,7 +7,7 @@
[type: gettext/glade]data/buttons-programming.ui
[type: gettext/glade]data/menu.ui
data/gcalctool.desktop.in
-data/gnome-calculator.appdata.xml.in
+data/gcalctool.appdata.xml.in
data/org.gnome.calculator.gschema.xml
src/currency.vala
src/equation-lexer.vala
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]