[gnome-color-manager] Add an AppData description for gcm-viewer



commit 31a22d62802c8342cff626740b975eccc417b224
Author: Richard Hughes <richard hughsie com>
Date:   Thu Aug 29 20:52:35 2013 +0100

    Add an AppData description for gcm-viewer
    
    See http://people.freedesktop.org/~hughsient/appdata/ for more details.

 data/Makefile.am            |    4 ++++
 data/gcm-viewer.appdata.xml |   21 +++++++++++++++++++++
 2 files changed, 25 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 68de590..e181e8d 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -14,11 +14,15 @@ desktop_in_files =                                  \
        gcm-import.desktop.in
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 
+appdatadir = $(datadir)/appdata
+appdata_files = gcm-viewer.appdata.xml
+
 UI_FILES =                                             \
        gcm-picker.ui                                   \
        gcm-viewer.ui
 
 EXTRA_DIST =                                           \
+       $(appdata_files)                                \
        $(service_in_files)                             \
        $(autostart_in_files)                           \
        $(desktop_in_files)                             \
diff --git a/data/gcm-viewer.appdata.xml b/data/gcm-viewer.appdata.xml
new file mode 100644
index 0000000..353588b
--- /dev/null
+++ b/data/gcm-viewer.appdata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+  <id type="desktop">gcm-viewer.desktop</id>
+  <licence>CC0</licence>
+  <description>
+    <p>
+      GNOME Color Profile Viewer shows installed color profiles on your system
+      and allows you to calibrate displays, printers and cameras using a
+      wizard.
+    </p>
+    <p>
+      This application is typically used by GNOME Control Center from the color
+      panel although can be used on it's own.
+    </p>
+  </description>
+  <screenshots>
+    <screenshot type="default" width="1033" 
height="452">https://projects.gnome.org/gnome-color-manager/images/gcm-viewer-cie.png</screenshot>
+  </screenshots>
+  <url type="homepage">https://projects.gnome.org/gnome-color-manager/</url>
+  <updatecontact>richard_at_hughsie.com</updatecontact>
+</application>


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