[arch-commits] Commit in systemd-ui/repos (3 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 13:31:35 UTC 2020
Date: Tuesday, July 7, 2020 @ 13:31:35
Author: felixonmars
Revision: 658494
archrelease: copy trunk to community-staging-x86_64
Added:
systemd-ui/repos/community-staging-x86_64/
systemd-ui/repos/community-staging-x86_64/PKGBUILD
(from rev 658493, systemd-ui/trunk/PKGBUILD)
systemd-ui/repos/community-staging-x86_64/systemadm.appdata.xml
(from rev 658493, systemd-ui/trunk/systemadm.appdata.xml)
-----------------------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
systemadm.appdata.xml | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 62 insertions(+)
Copied: systemd-ui/repos/community-staging-x86_64/PKGBUILD (from rev 658493, systemd-ui/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 13:31:35 UTC (rev 658494)
@@ -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=5
+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-staging-x86_64/systemadm.appdata.xml (from rev 658493, systemd-ui/trunk/systemadm.appdata.xml)
===================================================================
--- community-staging-x86_64/systemadm.appdata.xml (rev 0)
+++ community-staging-x86_64/systemadm.appdata.xml 2020-07-07 13:31:35 UTC (rev 658494)
@@ -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