[arch-commits] Commit in glances/repos/community-any (4 files)
Christian Rebischke
shibumi at gemini.archlinux.org
Sat Nov 6 16:15:08 UTC 2021
Date: Saturday, November 6, 2021 @ 16:15:07
Author: shibumi
Revision: 1037636
archrelease: copy trunk to community-any
Added:
glances/repos/community-any/PKGBUILD
(from rev 1037635, glances/trunk/PKGBUILD)
glances/repos/community-any/glances.service
(from rev 1037635, 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 2021-11-06 16:15:05 UTC (rev 1037635)
+++ PKGBUILD 2021-11-06 16:15:07 UTC (rev 1037636)
@@ -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.3
-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=('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:
Copied: glances/repos/community-any/PKGBUILD (from rev 1037635, glances/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-06 16:15:07 UTC (rev 1037636)
@@ -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=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=('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-11-06 16:15:05 UTC (rev 1037635)
+++ glances.service 2021-11-06 16:15:07 UTC (rev 1037636)
@@ -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 1037635, glances/trunk/glances.service)
===================================================================
--- glances.service (rev 0)
+++ glances.service 2021-11-06 16:15:07 UTC (rev 1037636)
@@ -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