[gnome-documents] Add an AppData file
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents] Add an AppData file
- Date: Mon, 9 Sep 2013 09:52:32 +0000 (UTC)
commit 01ee09f1b0ff6840a5607c5f07d86ce8895f7eac
Author: Debarshi Ray <debarshir gnome org>
Date: Mon Sep 9 11:10:47 2013 +0200
Add an AppData file
TODO: screenshots and updatecontact.
data/Makefile.am | 6 ++++++
data/gnome-documents.appdata.xml.in | 27 +++++++++++++++++++++++++++
po/POTFILES.in | 1 +
3 files changed, 34 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 1db6ae0..a4c7765 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,5 +1,9 @@
SUBDIRS = icons
+appdatadir = $(datadir)/appdata
+appdata_DATA = $(appdata_in_files:.xml.in=.xml)
+appdata_in_files = gnome-documents.appdata.xml.in
+
desktopdir = $(datadir)/applications
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
desktop_in_files = gnome-documents.desktop.in
@@ -25,10 +29,12 @@ gsettings_SCHEMAS = $(gsettingsschema_in_files:.xml.in=.xml)
EXTRA_DIST= \
gnome-documents.desktop \
+ $(appdata_in_files) \
$(desktop_in_files) \
$(searchprovider_DATA) \
$(gsettingsschema_in_files)
CLEANFILES = \
+ $(appdata_DATA) \
$(desktop_DATA) \
$(gsettings_SCHEMAS)
diff --git a/data/gnome-documents.appdata.xml.in b/data/gnome-documents.appdata.xml.in
new file mode 100644
index 0000000..b126780
--- /dev/null
+++ b/data/gnome-documents.appdata.xml.in
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+ <id type="desktop">gnome-documents.desktop</id>
+ <licence>CC0</licence>
+ <name>Documents</name>
+ <summary>A document manager application for GNOME</summary>
+ <description>
+ <_p>
+ A simple application to access, organize and share your documents on
+ GNOME. It is meant to be a simple and elegant replacement for using a
+ file manager to deal with documents. Seamless cloud integration is
+ offered through GNOME Online Accounts.
+ </_p>
+ <_p>It lets you:</_p>
+ <_ul>
+ <li>View recent local and online documents</li>
+ <li>Access your Google, ownCloud or SkyDrive content</li>
+ <li>Search through documents</li>
+ <li>See new documents shared by friends</li>
+ <li>View documents fullscreen</li>
+ <li>Print documents</li>
+ <li>Select favorites</li>
+ <li>Allow opening full featured editor for non-trivial changes</li>
+ </_ul>
+ </description>
+ <url type="homepage">https://wiki.gnome.org/Apps/Documents</url>
+</application>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 92450b1..e0bb7f7 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,4 +1,5 @@
[encoding: UTF-8]
+data/gnome-documents.appdata.xml.in
data/gnome-documents.desktop.in.in
data/org.gnome.documents.gschema.xml.in
src/application.js
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]