Bug 709108 - Make Appdata file translatable
This commit is contained in:
committed by
Matthew Barnes
parent
69e3c86c04
commit
09690189c8
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -125,6 +125,7 @@ composer/e-composer-private.c
|
||||
composer/e-msg-composer.c
|
||||
composer/mail-composer.error.xml
|
||||
data/evolution-alarm-notify.desktop.in.in
|
||||
data/evolution.appdata.xml
|
||||
data/evolution.desktop.in.in
|
||||
data/org.gnome.evolution.addressbook.gschema.xml.in
|
||||
data/org.gnome.evolution.bogofilter.gschema.xml.in
|
||||
|
||||
Reference in New Issue
Block a user