[evolution-ews/evolution-ews-3-12] Add evolution-ews.metainfo.xml file



commit 40da78e7a00738af231dcf2fb8f097bfa5dc017d
Author: Milan Crha <mcrha redhat com>
Date:   Wed Oct 8 11:44:29 2014 +0200

    Add evolution-ews.metainfo.xml file
    
    This is useful for GNOME Software, to show the plugin as an addon
    for the Evolution. The used translatable strings are taken from
    the camel provider.

 Makefile.am                   |    9 +++++++++
 evolution-ews.metainfo.xml.in |   12 ++++++++++++
 po/POTFILES.in                |    1 +
 3 files changed, 22 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index d6b5232..b0fd14e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,8 +12,15 @@ changelogs = \
        ChangeLog \
        $(NULL)
 
+ INTLTOOL_XML_NOMERGE_RULE@
+metainfodir = $(datadir)/appdata
+metainfo_in_files = evolution-ews.metainfo.xml.in
+metainfo_files = $(metainfo_in_files:.xml.in=.xml)
+dist_metainfo_DATA = $(metainfo_files)
+
 EXTRA_DIST =  \
        $(changelog) \
+       $(metainfo_in_files) \
        enumtypes.c.template \
        enumtypes.h.template \
        intltool-merge.in \
@@ -27,6 +34,8 @@ CLEANFILES = \
        intltool-extract \
        $(NULL)
 
+DISTCLEANFILES = $(metainfo_files)
+
 MAINTAINERCLEANFILES = \
        $(srcdir)/INSTALL \
        $(srcdir)/aclocal.m4 \
diff --git a/evolution-ews.metainfo.xml.in b/evolution-ews.metainfo.xml.in
new file mode 100644
index 0000000..ff7c250
--- /dev/null
+++ b/evolution-ews.metainfo.xml.in
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2014 Evolution Team <evolution-hackers gnome org> -->
+<component type="addon">
+       <id>evolution-ews</id>
+       <extends>evolution.desktop</extends>
+       <_name>Exchange Web Services</_name>
+       <_summary>For accessing Exchange servers using Web Services</_summary>
+       <url type="homepage">https://live.gnome.org/Apps/Evolution</url>
+       <metadata_license>CC0-1.0</metadata_license>
+       <project_license>LGPL</project_license>
+       <updatecontact>evolution-hackers_at_gnome.org</updatecontact>
+</component>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 421cbc5..0a628e5 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,6 +1,7 @@
 # List of source files containing translatable strings.
 # Please keep this list in alphabetic order.
 [encoding: UTF-8]
+evolution-ews.metainfo.xml.in
 src/addressbook/e-book-backend-ews.c
 src/calendar/e-cal-backend-ews.c
 src/camel/camel-ews-folder.c


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