[systemd-commits] Makefile.am src/systemadm.appdata.xml

Zbigniew Jędrzejewski-Szmek zbyszek at kemper.freedesktop.org
Wed May 28 16:36:43 PDT 2014


 Makefile.am               |    4 ++++
 src/systemadm.appdata.xml |   26 ++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

New commits:
commit 4e6ab2e4295ea6ba86a6ca85ae0af363973e9210
Author: Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
Date:   Fri Jan 24 13:57:10 2014 -0500

    Add appdata file

diff --git a/Makefile.am b/Makefile.am
index ee82e12..a93ec40 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -60,6 +60,10 @@ desktopdir = $(datadir)/applications
 dist_desktop_DATA = \
 	src/systemadm.desktop
 
+appdatadir = $(datadir)/appdata
+dist_appdata_DATA = \
+	src/systemadm.appdata.xml
+
 CLEANFILES += \
 	${systemadm_SOURCES:.vala=.c}
 
diff --git a/src/systemadm.appdata.xml b/src/systemadm.appdata.xml
new file mode 100644
index 0000000..03f4e27
--- /dev/null
+++ b/src/systemadm.appdata.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2014 Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl> -->
+<application>
+  <id type="desktop">systemadm.desktop</id>
+  <licence>CC0</licence>
+  <description>
+    <p>
+      systemadm is the graphical browser for systemd units. It
+      can show the list of units, possibly filtered by type.
+      For individual units, name, description and dependencies
+      with other units will be shown.
+    </p>
+
+    <p>
+      This tool has been largely obsoleted by the commandline
+      tools like systemctl and systemd-analyze. Bugs are likely
+      to be present.
+    </p>
+  </description>
+  <screenshots>
+    <screenshot type="default" width="1200" height="675">http://in.waw.pl/~zbyszek/systemd/systemadm-main-window.png</screenshot>
+    <screenshot width="1200" height="675">http://in.waw.pl/~zbyszek/systemd/systemadm-sockets-target.png</screenshot>
+  </screenshots>
+  <url type="homepage">http://www.freedesktop.org/wiki/Software/systemd/</url>
+  <updatecontact>zbyszek at in.waw.pl</updatecontact>
+</application>



More information about the systemd-commits mailing list