[gnome-boxes] Provide an AppData file



commit 3d9e3c6a854902e067e74e85a8772d653cacba49
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Sat Aug 31 19:09:42 2013 +0300

    Provide an AppData file
    
    This is important for Boxes to appear (nicely) in gnome's software
    center. More details:
    
    http://blogs.gnome.org/hughsie/2013/08/29/gnome-software-center-and-you/
    
    TODO: Add screenshots

 data/Makefile.am                                |    4 ++++
 data/org.gnome.Boxes.Application.appdata.xml.in |   23 +++++++++++++++++++++++
 po/POTFILES.in                                  |    1 +
 3 files changed, 28 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index cb2ea26..43553c9 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -13,6 +13,10 @@ gsettings_SCHEMAS = org.gnome.boxes.gschema.xml
 @INTLTOOL_XML_NOMERGE_RULE@
 @GSETTINGS_RULES@
 
+appdatadir = $(datadir)/appdata
+appdata_DATA = org.gnome.Boxes.Application.appdata.xml
+ INTLTOOL_XML_RULE@
+
 styledir         = $(datadir)/gnome-boxes/style
 style_DATA       = gtk-style.css
 
diff --git a/data/org.gnome.Boxes.Application.appdata.xml.in b/data/org.gnome.Boxes.Application.appdata.xml.in
new file mode 100644
index 0000000..5412b85
--- /dev/null
+++ b/data/org.gnome.Boxes.Application.appdata.xml.in
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+  <id type="desktop">org.gnome.Boxes.Application.desktop</id>
+  <licence>CC0</licence>
+  <summary>Simple remote and virtual machines</summary>
+  <description>
+    <_p>
+      A simple GNOME 3 application to access remote or virtual systems. Unlike
+      some other virtual machine management software, Boxes is targeted towards
+      typical desktop end-users. For this reason, Boxes will not provide many
+      advanced options to tweak virtual machines. Instead Boxes will focus on
+      getting things working out of the box with very little input from user.
+    </_p>
+    <_p>
+      You want to install Boxes if you just want a very safe and easy way to try
+      out new operating systems or new (potentially unstable) versions of your
+      favorite operating system(s), or need to connect to a remote machine (for
+      example, in your office).
+    </_p>
+  </description>
+  <url type="homepage">http://live.gnome.org/Apps/Boxes</url>
+  <updatecontact>zeeshanak_at_src.gnome.org</updatecontact>
+</application>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 6bb8b45..a23a9b4 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,6 +1,7 @@
 data/gnome-boxes.desktop.in.in
 [type: gettext/ini]data/gnome-boxes-search-provider.ini.in
 data/org.gnome.boxes.gschema.xml.in
+data/org.gnome.Boxes.Application.appdata.xml.in
 src/app.vala
 src/collection-view.vala
 src/display-page.vala


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