[arch-commits] Commit in glances/repos/community-any (3 files)

Sébastien Luttringer seblu at archlinux.org
Sat Jul 8 11:39:55 UTC 2017


    Date: Saturday, July 8, 2017 @ 11:39:54
  Author: seblu
Revision: 243328

archrelease: copy trunk to community-any

Added:
  glances/repos/community-any/PKGBUILD
    (from rev 243327, glances/trunk/PKGBUILD)
  glances/repos/community-any/glances.service
    (from rev 243327, glances/trunk/glances.service)
Deleted:
  glances/repos/community-any/PKGBUILD

-----------------+
 PKGBUILD        |   62 ++++++++++++++++++++++++++++--------------------------
 glances.service |    8 ++++++
 2 files changed, 41 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-08 11:39:45 UTC (rev 243327)
+++ PKGBUILD	2017-07-08 11:39:54 UTC (rev 243328)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Francois Boulogne <fboulogne at april dot org>
-
-pkgname=glances
-pkgver=2.10
-pkgrel=1
-pkgdesc='CLI curses-based monitoring tool'
-arch=('any')
-url='https://github.com/nicolargo/glances'
-license=('LGPL')
-makedepends=('git')
-depends=('python' 'python-psutil' 'python-setuptools')
-optdepends=('hddtemp: HDD temperature monitoring support'
-            'python-bottle: web server support'
-            'python-docker-py: for the Docker monitoring support'
-            'python-matplotlib: for graphical/chart support'
-            'python-netifaces: for the IP plugin'
-            'zeroconf: for the autodiscover mode')
-source=("git+https://github.com/nicolargo/glances.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-package() {
-  cd glances
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glances/repos/community-any/PKGBUILD (from rev 243327, glances/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-07-08 11:39:54 UTC (rev 243328)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+
+pkgname=glances
+pkgver=2.10
+pkgrel=2
+pkgdesc='CLI curses-based monitoring tool'
+arch=('any')
+url='https://github.com/nicolargo/glances'
+license=('LGPL')
+makedepends=('git')
+depends=('python' 'python-psutil' 'python-setuptools')
+optdepends=('hddtemp: HDD temperature monitoring support'
+            'python-bottle: web server support'
+            'python-docker-py: for the Docker monitoring support'
+            'python-matplotlib: for graphical/chart support'
+            'python-netifaces: for the IP plugin'
+            'zeroconf: for the autodiscover mode')
+source=("git+https://github.com/nicolargo/glances.git#tag=v$pkgver"
+        'glances.service')
+md5sums=('SKIP'
+         '193fe4123456b0a9567d8d5952c4c606')
+
+package() {
+  cd glances
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 "$srcdir"/glances.service \
+    "$pkgdir"/usr/lib/systemd/system/glances.service
+}
+
+# vim:set ts=2 sw=2 et:

Copied: glances/repos/community-any/glances.service (from rev 243327, glances/trunk/glances.service)
===================================================================
--- glances.service	                        (rev 0)
+++ glances.service	2017-07-08 11:39:54 UTC (rev 243328)
@@ -0,0 +1,8 @@
+[Unit]
+Description=Glances Server
+
+[Service]
+ExecStart=/usr/bin/glances -s
+
+[Install]
+WantedBy=multi-user.target



More information about the arch-commits mailing list