diff options
author | Daniel Mustieles <daniel.mustieles@gmail.com> | 2013-10-01 01:55:20 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-10-01 02:06:05 +0800 |
commit | 09690189c8d29dcc3348df2be7e3533bb8b6ddbc (patch) | |
tree | 92ebe745eb6ea8b1b558b7aa76cd305c00c05c07 /data | |
parent | 69e3c86c0416a1c2b3cefc2db853e2fd3438e5fa (diff) | |
download | gsoc2013-evolution-09690189c8d29dcc3348df2be7e3533bb8b6ddbc.tar gsoc2013-evolution-09690189c8d29dcc3348df2be7e3533bb8b6ddbc.tar.gz gsoc2013-evolution-09690189c8d29dcc3348df2be7e3533bb8b6ddbc.tar.bz2 gsoc2013-evolution-09690189c8d29dcc3348df2be7e3533bb8b6ddbc.tar.lz gsoc2013-evolution-09690189c8d29dcc3348df2be7e3533bb8b6ddbc.tar.xz gsoc2013-evolution-09690189c8d29dcc3348df2be7e3533bb8b6ddbc.tar.zst gsoc2013-evolution-09690189c8d29dcc3348df2be7e3533bb8b6ddbc.zip |
Bug 709108 - Make Appdata file translatable
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 10 | ||||
-rw-r--r-- | data/evolution.appdata.xml | 8 |
2 files changed, 10 insertions, 8 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 62dca8ba19..fbe0556136 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -4,9 +4,6 @@ desktopdir = $(datadir)/applications desktop_in_files = evolution.desktop.in desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) -appdatadir = $(datadir)/appdata -appdata_DATA = evolution.appdata.xml - autostartdir = $(sysconfdir)/xdg/autostart autostart_in_files = evolution-alarm-notify.desktop.in autostart_DATA = $(autostart_in_files:.desktop.in=.desktop) @@ -34,6 +31,10 @@ gsettings_SCHEMAS = \ org.gnome.evolution.plugin.templates.gschema.xml @INTLTOOL_XML_NOMERGE_RULE@ +appdatadir = $(datadir)/appdata +appdata_files = evolution.appdata.xml +dist_appdata_DATA = $(appdata_in_files:.xml.in=.xml) +appdata_in_files = evolution.appdata.xml.in @GSETTINGS_RULES@ @@ -68,13 +69,14 @@ CLEANFILES = \ $(desktop_DATA) EXTRA_DIST = \ - $(appdata_DATA) \ + $(appdata_files) \ $(autostart_in_files) \ $(desktop_in_files) \ $(convert_DATA) \ $(gsettings_SCHEMAS:.xml=.xml.in) DISTCLEANFILES = \ + $(app_data_in_files) \ $(gsettings_SCHEMAS) -include $(top_srcdir)/git.mk diff --git a/data/evolution.appdata.xml b/data/evolution.appdata.xml index 00ccb10ed5..02534f7848 100644 --- a/data/evolution.appdata.xml +++ b/data/evolution.appdata.xml @@ -3,12 +3,12 @@ <id type="desktop">evolution.desktop</id> <licence>CC0</licence> <description> -<p> +<_p> Evolution is a personal information management application that provides integrated mail, calendaring and address book functionality. -</p> -<p> +</_p> +<_p> Evolution supports a wide range of industry standard data formats and network protocols for information exchange, with an emphasis on standards compliance and security. Evolution can also integrate smoothly with Microsoft Exchange by way of the "Exchange Web Services" (EWS) extension. -</p> +</_p> </description> <url type="homepage">https://live.gnome.org/Apps/Evolution</url> <screenshots> |