[almanah] Bug 707517 - Added an AppData file



commit eb543f421cff98e7f5552940f1275c47df494674
Author: Álvaro Peña <alvaropg gmail com>
Date:   Thu Sep 5 01:23:40 2013 +0200

    Bug 707517 - Added an AppData file
    
    Allowing the publication in the GNOME Software Center.

 data/Makefile.am            |    9 +++++++++
 data/almanah.appdata.xml.in |   21 +++++++++++++++++++++
 po/POTFILES.in              |    1 +
 3 files changed, 31 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index e6d3399..0d6d17f 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -51,16 +51,25 @@ convertdir = $(datadir)/GConf/gsettings
 convert_DATA = almanah.convert
 
 ###############################################################################
+# AppData file
+###############################################################################
+
+appdatadir = $(datadir)/appdata
+appdata_DATA = almanah.appdata.xml
+
+###############################################################################
 # General
 ###############################################################################
 
 EXTRA_DIST = \
+       almanah.appdata.xml.in  \
        $(ui_DATA)              \
        $(desktop_in_files)     \
        $(schemas_in_files)     \
        $(convert_DATA)         \
        entry-2.0.rnc
 CLEANFILES = \
+       almanah.appdata.xml     \
        $(desktop_DATA)         \
        $(gsettings_SCHEMAS)
 
diff --git a/data/almanah.appdata.xml.in b/data/almanah.appdata.xml.in
new file mode 100644
index 0000000..d2aedce
--- /dev/null
+++ b/data/almanah.appdata.xml.in
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+  <id type="desktop">almanah.desktop</id>
+  <licence>CC0</licence>
+  <description>
+    <_p>
+      Almanah Diary is an application to allow you to keep a diary of your life.
+    </_p>
+    <_p>
+      You can encrypt the diary to preserve your privacy. It has editing
+      abilities, including text formatting and printing  and shows you a lists
+      of events which happened (on your computer) for each day (such as tasks
+      and appointments from Evolution).
+    </_p>
+  </description>
+  <screenshots>
+    <screenshot type="default" width="642" 
height="406">https://wiki.gnome.org/Almanah_Diary?action=AttachFile&amp;do=get&amp;target=screenshot-almanah-diary.png</screenshot>
+  </screenshots>
+  <url type="homepage">http://live.gnome.org/Almanah_Diary/</url>
+  <updatecontact>alvaropg_at_gmail.com</updatecontact>
+</application>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index c8b3499..d31fe2e 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,5 +1,6 @@
 # List of source files containing translatable strings.
 [encoding: UTF-8]
+data/almanah.appdata.xml.in
 [type: gettext/glade]data/almanah-app-menu.ui
 data/almanah.desktop.in
 [type: gettext/glade]data/almanah.ui


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