[arch-commits] Commit in systemd-ui/repos/community-x86_64 (3 files)

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


    Date: Saturday, December 29, 2018 @ 17:55:24
  Author: bgyorgy
Revision: 418903

archrelease: copy trunk to community-x86_64

Added:
  systemd-ui/repos/community-x86_64/PKGBUILD
    (from rev 418902, systemd-ui/trunk/PKGBUILD)
  systemd-ui/repos/community-x86_64/systemadm.appdata.xml
    (from rev 418902, systemd-ui/trunk/systemadm.appdata.xml)
Deleted:
  systemd-ui/repos/community-x86_64/PKGBUILD

-----------------------+
 PKGBUILD              |   54 ++++++++++++++++++++++++------------------------
 systemadm.appdata.xml |   34 ++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-29 17:55:19 UTC (rev 418902)
+++ PKGBUILD	2018-12-29 17:55:24 UTC (rev 418903)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Jameson Pugh <imntreal at gmail.com>
-
-pkgname=systemd-ui
-pkgver=3
-pkgrel=3
-pkgdesc="Graphical front-end for systemd"
-arch=('x86_64')
-url="https://www.freedesktop.org/wiki/Software/systemd"
-license=('GPL')
-depends=('gtk3' 'libgee' 'libnotify')
-makedepends=('vala' 'docbook-xsl' 'libxslt')
-source=("https://www.freedesktop.org/software/systemd/$pkgname-$pkgver.tar.xz")
-sha512sums=('babc81dc6c205b3b95d19b4c762e2658c02942db884384f25324f63b4dca3cdafdb1b12e1a63ff33f9ff0c8152529cc700a1173c888cf4f6e3a9f0992889c9cd')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: systemd-ui/repos/community-x86_64/PKGBUILD (from rev 418902, systemd-ui/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-29 17:55:24 UTC (rev 418903)
@@ -0,0 +1,28 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jameson Pugh <imntreal at gmail.com>
+
+pkgname=systemd-ui
+pkgver=3
+pkgrel=4
+pkgdesc="Graphical front-end for systemd"
+arch=('x86_64')
+url="https://www.freedesktop.org/wiki/Software/systemd"
+license=('GPL')
+depends=('gtk3' 'libgee' 'libnotify')
+makedepends=('vala' 'docbook-xsl' 'libxslt')
+source=(https://www.freedesktop.org/software/systemd/$pkgname-$pkgver.tar.xz
+        systemadm.appdata.xml)
+sha256sums=('455e65000abf39bbccd937786b5f0d7c76ea631b6f28d7142f007fa141338dad'
+            '2d335848d3810e34baa1efada6bb48c459c75e7007db3c7065a9e0d7325adefb')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../systemadm.appdata.xml "$pkgdir/usr/share/metainfo/systemadm.appdata.xml"
+}

Copied: systemd-ui/repos/community-x86_64/systemadm.appdata.xml (from rev 418902, systemd-ui/trunk/systemadm.appdata.xml)
===================================================================
--- systemadm.appdata.xml	                        (rev 0)
+++ systemadm.appdata.xml	2018-12-29 17:55:24 UTC (rev 418903)
@@ -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