[ekiga] Add AppData file



commit 4ac1be8abf3f4cb9370a82301208282ca0078214
Author: Eugen Dedu <eugen dedu univ-fcomte fr>
Date:   Wed Jan 28 17:51:34 2015 +0100

    Add AppData file
    
    Closes bug 736831.

 ekiga.appdata.xml.in |   26 ++++++++++++++++++++++++++
 po/POTFILES.in       |    1 +
 src/Makefile.am      |    7 +++++++
 3 files changed, 34 insertions(+), 0 deletions(-)
---
diff --git a/ekiga.appdata.xml.in b/ekiga.appdata.xml.in
new file mode 100644
index 0000000..bdfe16b
--- /dev/null
+++ b/ekiga.appdata.xml.in
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2015 Eugen Dedu <eugen dedu univ-fcomte fr> -->
+
+<component type="desktop">
+  <id>ekiga.desktop</id>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>GPL-2.0+</project_license>
+  <name>Ekiga Softphone</name>
+  <summary>Talk to and see people over the Internet</summary>
+  <description>
+    <_p>
+      Ekiga is a VoIP, IP Telephony, and Video Conferencing application
+      that allows you to make audio and video calls to remote users with
+      SIP or H.323 compatible hardware and software.  It supports many
+      audio and video codecs and all modern VoIP features for both SIP and
+      H.323.  Ekiga is the first Open Source application to support both
+      H.323 and SIP, as well as audio and video.
+    </_p>
+  </description>
+  <url type="homepage">http://ekiga.org/</url>
+  <screenshots>
+    <screenshot type="default">http://wiki.ekiga.org/images/c/cb/250px-Ekiga_in_a_call.png</screenshot>
+    <!--<screenshot></screenshot>-->
+  </screenshots>
+  <updatecontact>ekiga-devel-list gnome org</updatecontact>
+</component>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index d937683..9a881d0 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,5 +1,6 @@
 # List of source files containing translatable strings.
 # Please keep this file in alphabetical order.
+ekiga.appdata.xml.in
 ekiga.desktop.in.in
 lib/engine/addressbook/contact-core.cpp
 lib/engine/audioinput/audioinput-core.cpp
diff --git a/src/Makefile.am b/src/Makefile.am
index 4428924..02f0599 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -117,13 +117,20 @@ AM_LIBS = $(GTK_LIBS) $(GLIB_LIBS) $(DBUS_LIBS) $(OPAL_LIBS) $(PTLIB_LIBS) $(BOO
 ekiga_LDADD = \
        $(top_builddir)/lib/libekiga.la $(AM_LIBS)
 
+appdatadir = $(datadir)/appdata
+appdata_DATA = $(appdata_in_files:.xml.in=.xml)
+appdata_in_files = ekiga.appdata.xml.in
+ INTLTOOL_XML_RULE@
+
 EXTRA_DIST = \
+       $(appdata_in_files)             \
        $(service_in_files)             \
        dbus-helper/dbus-stub.xml       \
        dbus-helper/dbus-helper-stub.xml \
        ekiga-debug-analyser
 
 CLEANFILES = \
+       $(appdata_DATA)                 \
        $(service_DATA)         \
        build-subdir-stamp      \
        $(BUILT_SOURCES)


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