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

Christian Rebischke shibumi at gemini.archlinux.org
Thu Oct 21 23:24:47 UTC 2021


    Date: Thursday, October 21, 2021 @ 23:24:47
  Author: shibumi
Revision: 1032098

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-21 23:24:40 UTC (rev 1032097)
+++ PKGBUILD	2021-10-21 23:24:47 UTC (rev 1032098)
@@ -1,34 +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.2
-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')
-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=("https://github.com/nicolargo/glances/archive/v${pkgver}.tar.gz"
-        'glances.service')
-sha512sums=('e77b62e5fa6131914b56f0b5249789b3bcac0c625cd429eeb0870a14be55f15c401956c002376e5868fa1332bbb219e9bd3a5bd14c739e3404b068a063af6821'
-            '49f0d185a37a5c5837e5beb463770c943ede40b2f1b8405e338129e897e97d9fc58373a8586fabc506266e6343cfea3c91b9787ac6832cc97a1ab63d6ad058d4')
-
-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 1032097, glances/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-21 23:24:47 UTC (rev 1032098)
@@ -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.3
+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')
+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=('53974f1c48885ad224b2c48c40aa8dce746d20a0bf036c125772073a0bdd51f0679dbff98d1ce4a4da7e921f91615dda805265ef63a3344eed1c3bccb003ae0b'
+            '49f0d185a37a5c5837e5beb463770c943ede40b2f1b8405e338129e897e97d9fc58373a8586fabc506266e6343cfea3c91b9787ac6832cc97a1ab63d6ad058d4')
+b2sums=('3199f4712836f6a81c1d03dc604d7edbabedc837a0d2acaf2ebe545c1b0088c943ede3d6dee5840c0f9acf177de07841661ee50dbd3eb055523f04d65681572d'
+        '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	2021-10-21 23:24:40 UTC (rev 1032097)
+++ glances.service	2021-10-21 23:24:47 UTC (rev 1032098)
@@ -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 1032097, glances/trunk/glances.service)
===================================================================
--- glances.service	                        (rev 0)
+++ glances.service	2021-10-21 23:24:47 UTC (rev 1032098)
@@ -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