[gucharmap] Add AppData file



commit 8bd17a357823f133f8e0208333e8a1151190f208
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Tue Jan 21 18:24:04 2014 +0100

    Add AppData file

 Makefile.am                   |    2 +-
 configure.ac                  |    1 +
 data/Makefile.am              |   10 ++++++++++
 data/gucharmap.appdata.xml.in |   23 +++++++++++++++++++++++
 4 files changed, 35 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index f9d312c..c810c2c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@ NULL =
 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 GITIGNOREFILES = m4
 
-SUBDIRS = po pixmaps gucharmap docs
+SUBDIRS = data po pixmaps gucharmap docs
 
 if ENABLE_CHARMAP
 SUBDIRS += help
diff --git a/configure.ac b/configure.ac
index 6b0f235..aa1caed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -280,6 +280,7 @@ Makefile
 gucharmap.desktop.in
 gucharmap.nsi
 gucharmap.spec
+data/Makefile
 docs/Makefile
 docs/reference/Makefile
 gucharmap/Makefile
diff --git a/data/Makefile.am b/data/Makefile.am
new file mode 100644
index 0000000..f9a73e5
--- /dev/null
+++ b/data/Makefile.am
@@ -0,0 +1,10 @@
+appdatadir = $(datadir)/appdata
+appdata_in_files = gucharmap.appdata.xml.in
+appdata_DATA = $(appdata_in_files:.xml.in=.xml)
+ INTLTOOL_XML_RULE@
+
+EXTRA_DIST =                           \
+       $(appdata_in_files)
+
+CLEANFILES = \
+       $(appdata_DATA)
diff --git a/data/gucharmap.appdata.xml.in b/data/gucharmap.appdata.xml.in
new file mode 100644
index 0000000..9b7dbdf
--- /dev/null
+++ b/data/gucharmap.appdata.xml.in
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+<id type="desktop">gucharmap.desktop</id>
+<licence>CC0</licence>
+<description>
+<_p>
+Gucharmap ("GNOME Character Map") is a Unicode character map program, part of GNOME desktop.
+This program allows characters to be displayed by unicode block or script type.
+It includes brief descriptions of related characters and occasionally meanings
+of the character in question.
+</_p>
+<_p>
+Gucharmap can also be used to input or enter characters (by copy and paste).
+The search functionality allows the use of several search methods, including
+by unicode name or code point of the character.
+</_p>
+</description>
+<url type="homepage">https://wiki.gnome.org/Gucharmap</url>
+<screenshots>
+<screenshot type="default">http://gucharmap.sourceforge.net/shots/shot-000.png</screenshot>
+</screenshots>
+<updatecontact>chpe gnome org</updatecontact>
+</application>


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