[gnome-packagekit] Add two AppData files for gnome-software



commit e8419a96696cf6e3411ae660ed71bd6503c0747d
Author: Richard Hughes <richard hughsie com>
Date:   Wed Sep 11 08:26:59 2013 +0100

    Add two AppData files for gnome-software

 data/Makefile.am                   |    5 +++++
 data/gpk-application.appdata.xml   |   20 ++++++++++++++++++++
 data/gpk-update-viewer.appdata.xml |   18 ++++++++++++++++++
 3 files changed, 43 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 315ce52..25fb3d1 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -5,6 +5,11 @@ SUBDIRS = icons
 migrationdir = $(datadir)/GConf/gsettings
 dist_migration_DATA = org.gnome.packagekit.gschema.migrate
 
+appdatadir = $(datadir)/appdata
+dist_appdata_DATA =                                    \
+       gpk-application.appdata.xml                     \
+       gpk-update-viewer.appdata.xml
+
 @INTLTOOL_DESKTOP_RULE@
 desktopdir = $(datadir)/applications
 desktop_in_files =                                     \
diff --git a/data/gpk-application.appdata.xml b/data/gpk-application.appdata.xml
new file mode 100644
index 0000000..4dcd170
--- /dev/null
+++ b/data/gpk-application.appdata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+  <id type="desktop">gpk-application.desktop</id>
+  <licence>CC0</licence>
+  <description>
+    <p>
+      Software allows you to install and remove packages on your system.
+      You can view search packages by name, details or even file name and also
+      see dependencies of one package on other packages.
+      Searching by groups is possible and is an easy way to find software in
+      your favorite desktop environment.
+    </p>
+    <p>
+      This application uses PackageKit and can work on any distribution using
+      the native package management framework.
+    </p>
+  </description>
+  <url type="homepage">http://www.packagekit.org/</url>
+  <updatecontact>richard_at_hughsie.com</updatecontact>
+</application>
diff --git a/data/gpk-update-viewer.appdata.xml b/data/gpk-update-viewer.appdata.xml
new file mode 100644
index 0000000..0d135cd
--- /dev/null
+++ b/data/gpk-update-viewer.appdata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+  <id type="desktop">gpk-update-viewer.desktop</id>
+  <licence>CC0</licence>
+  <description>
+    <p>
+      Software update allows you to update packages on your system without
+      rebooting.
+      You can view details about each update and choose which updates to apply.
+    </p>
+    <p>
+      This application uses PackageKit and can work on any distribution using
+      the native package management framework.
+    </p>
+  </description>
+  <url type="homepage">http://www.packagekit.org/</url>
+  <updatecontact>richard_at_hughsie.com</updatecontact>
+</application>


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