[gnome-system-monitor] Added initial appdata file without screenshot and homepage for now



commit 13be6648745caa5079a194f8f148eca08035ef85
Author: Robert Roth <robert roth off gmail com>
Date:   Sat Sep 7 18:07:26 2013 +0300

    Added initial appdata file without screenshot and homepage for now

 Makefile.am                      |    4 ++++
 gnome-system-monitor.appdata.xml |   23 +++++++++++++++++++++++
 2 files changed, 27 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index cef93eb..47fd92e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,6 +11,9 @@ ui_files = \
        data/interface.ui \
        data/menus.ui
 
+appdatadir = $(datadir)/appdata
+appdata_files = gnome-system-monitor.appdata.xml
+
 css_files = \
        data/gsm.css
 
@@ -28,6 +31,7 @@ org.gnome.gnome-system-monitor.policy.in: org.gnome.gnome-system-monitor.policy.
 EXTRA_DIST = \
        $(ui_files) \
        $(css_files) \
+    $(appdata_files) \
        $(pixmap_files) \
        $(runnable_SCRIPTS) \
        org.gnome.gnome-system-monitor.policy.in.in \
diff --git a/gnome-system-monitor.appdata.xml b/gnome-system-monitor.appdata.xml
new file mode 100644
index 0000000..1eb0a57
--- /dev/null
+++ b/gnome-system-monitor.appdata.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+  <id type="desktop">gnome-system-monitor.desktop</id>
+  <licence>CC0</licence>
+  <description>
+    <p>
+      System Monitor is a process viewer and system monitor with
+      an attractive, easy-to-use interface. 
+    </p>
+    <p>
+      System Monitor can help you find out what applications are using the processor
+      or the memory of your computer, can manage the running applications, force
+      stop processes not responding, and change the state or priority of existing 
+      processes.
+    </p>
+    <p>
+      The resource graphs feature shows you a quick overview of what is going on with your
+      computer displaying recent network, memory and processor usage.
+    </p>
+  </description>
+  <updatecontact>robert.roth.off_at_gmail.com</updatecontact>
+</application>
+


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