[gnome-software] Add an AppData description for gnome-software
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] Add an AppData description for gnome-software
- Date: Thu, 29 Aug 2013 20:03:24 +0000 (UTC)
commit 989309283d2add416988f0ebc36887eacd49b99b
Author: Richard Hughes <richard hughsie com>
Date: Thu Aug 29 21:00:38 2013 +0100
Add an AppData description for gnome-software
See http://people.freedesktop.org/~hughsient/appdata/ for more details.
data/Makefile.am | 6 ++++++
data/gnome-software.appdata.xml | 28 ++++++++++++++++++++++++++++
2 files changed, 34 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 94942e6..02ed85d 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -9,6 +9,12 @@ dist_resources_DATA = \
stars3.png \
stars4.png
+appdatadir = $(datadir)/appdata
+appdata_files = gnome-software.appdata.xml
+
+EXTRA_DIST = \
+ $(appdata_files)
+
MAINTAINERCLEANFILES = \
*~ \
Makefile.in
diff --git a/data/gnome-software.appdata.xml b/data/gnome-software.appdata.xml
new file mode 100644
index 0000000..ff33909
--- /dev/null
+++ b/data/gnome-software.appdata.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+ <id type="desktop">gnome-software.desktop</id>
+ <licence>CC0</licence>
+ <description>
+ <p>
+ GNOME Software lets you install, remove and update applications and system
+ extensions.
+ It also allows you to update your system using an offline update.
+ </p>
+ <p>Goals</p>
+ <ul>
+ <li>View installed applications</li>
+ <li>Remove installed applications</li>
+ <li>View available application updates</li>
+ <li>Install available updates</li>
+ <li>Find new applications</li>
+ <li>Install new applications</li>
+ <li>Find an application to handle a specific type of file</li>
+ <li>Installed apps and updates should be available when offline</li>
+ </ul>
+ </description>
+ <screenshots>
+ <screenshot type="default" width="1024"
height="768">https://raw.github.com/gnome-design-team/gnome-mockups/master/software/version2/hi-res-category.png</screenshot>
+ </screenshots>
+ <url type="homepage">https://wiki.gnome.org/Design/Apps/Software</url>
+ <updatecontact>richard_at_hughsie.com</updatecontact>
+</application>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]