[gnote] Add appdata



commit 0ae80fdff223ae6d00e1a7508ad76ae6635c395b
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Sun Sep 8 15:55:09 2013 +0300

    Add appdata

 configure.ac                      |    1 +
 data/Makefile.am                  |    2 +-
 data/appdata/Makefile.am          |   13 +++++++++++++
 data/appdata/gnote.appdata.xml.in |   19 +++++++++++++++++++
 po/POTFILES.in                    |    1 +
 5 files changed, 35 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 73f756a..6a3e467 100644
--- a/configure.ac
+++ b/configure.ac
@@ -165,6 +165,7 @@ Makefile
 data/Makefile
 data/gnote.desktop.in
 data/icons/Makefile
+data/appdata/Makefile
 libtomboy/Makefile
 src/Makefile
 src/addins/Makefile
diff --git a/data/Makefile.am b/data/Makefile.am
index 70405ad..34bc699 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,5 +1,5 @@
 
-SUBDIRS = icons
+SUBDIRS = appdata icons
 
 @INTLTOOL_DESKTOP_RULE@
 
diff --git a/data/appdata/Makefile.am b/data/appdata/Makefile.am
new file mode 100644
index 0000000..f7f9722
--- /dev/null
+++ b/data/appdata/Makefile.am
@@ -0,0 +1,13 @@
+
+app_data_in_files = gnote.appdata.xml.in
+app_data_files = $(app_data_in_files:.xml.in=.xml)
+
+ INTLTOOL_XML_RULE@
+
+appdatadir = $(datadir)/appdata
+appdata_DATA = $(app_data_files)
+
+
+EXTRA_DIST = $(app_data_in_files)
+
+DISTCLEANFILES = $(app_data_files)
diff --git a/data/appdata/gnote.appdata.xml.in b/data/appdata/gnote.appdata.xml.in
new file mode 100644
index 0000000..257b154
--- /dev/null
+++ b/data/appdata/gnote.appdata.xml.in
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+ <id type="desktop">gnote.desktop</id>
+ <licence>CC0</licence>
+ <name>Gnote</name>
+ <summary>A simple note-taking application</summary>
+ <description>
+  <_p>
+   Gnote a simple note-taking application for GNOME desktop environment. It alose you to capture your ideas, 
link them together using WikiWiki-style links, group together in notebooks and some extra features for 
everyday use.
+  </_p>
+  <_p>Gnote also supports synchronization make it possible to use it on multiple devices.</_p>
+ </description>
+ <!--screenshots>
+  <screenshot type="default" width="627" height="396">TODO: URL here</screenshot>
+ </screenshots-->
+ <url type="homepage">https://wiki.gnome.org/Gnote</url>
+ <updatecontact>aurisc4_at_gmail.com</updatecontact>
+</application>
+
diff --git a/po/POTFILES.in b/po/POTFILES.in
index ef6dbba..40b54c8 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,3 +1,4 @@
+data/appdata/gnote.appdata.xml.in
 data/gnote.desktop.in.in
 data/org.gnome.gnote.gschema.xml.in
 src/actionmanager.cpp


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