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

Christian Rebischke shibumi at gemini.archlinux.org
Sun May 15 13:18:13 UTC 2022


    Date: Sunday, May 15, 2022 @ 13:18:13
  Author: shibumi
Revision: 1207401

archrelease: copy trunk to community-any

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

-----------------+
 PKGBUILD        |   72 +++++++++++++++++++++++++++---------------------------
 glances.service |   16 ++++++------
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-15 13:18:03 UTC (rev 1207400)
+++ PKGBUILD	2022-05-15 13:18:13 UTC (rev 1207401)
@@ -1,36 +0,0 @@
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-# Contributor: 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=3.2.4
-pkgrel=2
-pkgdesc='CLI curses-based monitoring tool'
-arch=('any')
-url='https://github.com/nicolargo/glances'
-license=('LGPL')
-makedepends=('git' 'python-setuptools')
-depends=('python' 'python-psutil' 'python-future' 'python-defusedxml')
-optdepends=('hddtemp: HDD temperature monitoring support'
-            'python-bottle: web server support'
-            'python-docker: for the Docker monitoring support'
-            'python-matplotlib: for graphical/chart support'
-            'python-netifaces: for the IP plugin'
-            'python-zeroconf: for the autodiscover mode'
-            'python-pystache: templating engine')
-source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::https://github.com/nicolargo/glances/archive/v${pkgver}.tar.gz"
-        'glances.service')
-sha512sums=('fd36fec4c4b5990fe31aff044a262f9c163a1ef9715a841f9f41c7eee1dc815f3c36b1799d66aa3be85126480f243cea176a05a6f886344ac176ce965ae5783b'
-            '49f0d185a37a5c5837e5beb463770c943ede40b2f1b8405e338129e897e97d9fc58373a8586fabc506266e6343cfea3c91b9787ac6832cc97a1ab63d6ad058d4')
-b2sums=('5be0697ec3cf5d0db816f953ae983a3fbbdbf4325524afb2dc85d027eb592478d6eeb9cd44077503cf7a49ff71708910eafe2921bf789bebdbca7f257213ed7a'
-        'ecc44f8c06b1e8624cec92e41422a65d11e024b9fc23bae09b4e52fbedeb172a5034e5b612bbff7ba93d45189fb25eda0d54bc47b22b7f3f0acba984391e4017')
-
-package() {
-  cd "glances-${pkgver}"
-  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/PKGBUILD (from rev 1207400, glances/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-15 13:18:13 UTC (rev 1207401)
@@ -0,0 +1,36 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+# Contributor: 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=3.2.5
+pkgrel=1
+pkgdesc='CLI curses-based monitoring tool'
+arch=('any')
+url='https://github.com/nicolargo/glances'
+license=('LGPL')
+makedepends=('git' 'python-setuptools')
+depends=('python' 'python-psutil' 'python-future' 'python-defusedxml')
+optdepends=('hddtemp: HDD temperature monitoring support'
+            'python-bottle: web server support'
+            'python-docker: for the Docker monitoring support'
+            'python-matplotlib: for graphical/chart support'
+            'python-netifaces: for the IP plugin'
+            'python-zeroconf: for the autodiscover mode'
+            'python-pystache: templating engine')
+source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::https://github.com/nicolargo/glances/archive/v${pkgver}.tar.gz"
+        'glances.service')
+sha512sums=('ebff1cf893ca4d3e490f4a6b72fa70df0afb4c36ac1b3fa762dcaa47206bc1e613c8d87f1b2fc5cae27636612a89b417ae91d016a129da4ac43a2a8a6f913945'
+            '49f0d185a37a5c5837e5beb463770c943ede40b2f1b8405e338129e897e97d9fc58373a8586fabc506266e6343cfea3c91b9787ac6832cc97a1ab63d6ad058d4')
+b2sums=('8dc96e59f3cfd624211e0e30d5c5c5bc790a2fea62cd92068bfb779048d51fd95e6c83e62fd70ad2d1e8450435616803e01f7434d419b4f4187ad41fc193121a'
+        'ecc44f8c06b1e8624cec92e41422a65d11e024b9fc23bae09b4e52fbedeb172a5034e5b612bbff7ba93d45189fb25eda0d54bc47b22b7f3f0acba984391e4017')
+
+package() {
+  cd "glances-${pkgver}"
+  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:

Deleted: glances.service
===================================================================
--- glances.service	2022-05-15 13:18:03 UTC (rev 1207400)
+++ glances.service	2022-05-15 13:18:13 UTC (rev 1207401)
@@ -1,8 +0,0 @@
-[Unit]
-Description=Glances Server
-
-[Service]
-ExecStart=/usr/bin/glances -s
-
-[Install]
-WantedBy=multi-user.target

Copied: glances/repos/community-any/glances.service (from rev 1207400, glances/trunk/glances.service)
===================================================================
--- glances.service	                        (rev 0)
+++ glances.service	2022-05-15 13:18:13 UTC (rev 1207401)
@@ -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