[arch-commits] Commit in systemd-ui/trunk (PKGBUILD systemadm.appdata.xml)

Balló György bgyorgy at archlinux.org
Sat Dec 29 17:55:20 UTC 2018


    Date: Saturday, December 29, 2018 @ 17:55:19
  Author: bgyorgy
Revision: 418902

upgpkg: systemd-ui 3-4

Add AppStream metadata

Added:
  systemd-ui/trunk/systemadm.appdata.xml
Modified:
  systemd-ui/trunk/PKGBUILD

-----------------------+
 PKGBUILD              |    9 ++++++---
 systemadm.appdata.xml |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-29 17:36:24 UTC (rev 418901)
+++ PKGBUILD	2018-12-29 17:55:19 UTC (rev 418902)
@@ -3,7 +3,7 @@
 
 pkgname=systemd-ui
 pkgver=3
-pkgrel=3
+pkgrel=4
 pkgdesc="Graphical front-end for systemd"
 arch=('x86_64')
 url="https://www.freedesktop.org/wiki/Software/systemd"
@@ -10,8 +10,10 @@
 license=('GPL')
 depends=('gtk3' 'libgee' 'libnotify')
 makedepends=('vala' 'docbook-xsl' 'libxslt')
-source=("https://www.freedesktop.org/software/systemd/$pkgname-$pkgver.tar.xz")
-sha512sums=('babc81dc6c205b3b95d19b4c762e2658c02942db884384f25324f63b4dca3cdafdb1b12e1a63ff33f9ff0c8152529cc700a1173c888cf4f6e3a9f0992889c9cd')
+source=(https://www.freedesktop.org/software/systemd/$pkgname-$pkgver.tar.xz
+        systemadm.appdata.xml)
+sha256sums=('455e65000abf39bbccd937786b5f0d7c76ea631b6f28d7142f007fa141338dad'
+            '2d335848d3810e34baa1efada6bb48c459c75e7007db3c7065a9e0d7325adefb')
 
 build() {
   cd $pkgname-$pkgver
@@ -22,4 +24,5 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
+  install -Dm644 ../systemadm.appdata.xml "$pkgdir/usr/share/metainfo/systemadm.appdata.xml"
 }

Added: systemadm.appdata.xml
===================================================================
--- systemadm.appdata.xml	                        (rev 0)
+++ systemadm.appdata.xml	2018-12-29 17:55:19 UTC (rev 418902)
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2014 Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl> -->
+<component type="desktop-application">
+  <id>org.freedesktop.systemadm</id>
+  <launchable type="desktop-id">systemadm.desktop</launchable>
+  <name>systemd System Manager</name>
+  <summary>Manage systemd units</summary>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>GPL-2.0</project_license>
+  <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">
+      <image width="1200" height="675">https://in.waw.pl/~zbyszek/systemd/systemadm-main-window.png</image>
+    </screenshot>
+    <screenshot>
+      <image width="1200" height="675">https://in.waw.pl/~zbyszek/systemd/systemadm-sockets-target.png</image>
+    </screenshot>
+  </screenshots>
+  <url type="homepage">https://www.freedesktop.org/wiki/Software/systemd/</url>
+  <update_contact>zbyszek at in.waw.pl</update_contact>
+</component>



More information about the arch-commits mailing list