diff options
author | Philip Lacroix <slackph at posteo dot de> | 2017-05-01 08:59:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-01 08:59:33 +0700 |
commit | 501d30812145c4d1e8da9e15149415e69e97959c (patch) | |
tree | 886ba6171e5be501ee27eb3643f334d499e3bc5f | |
parent | 415793bb48cb86fa4fb001f32f303c782de5790c (diff) | |
download | slackbuilds-501d30812145c4d1e8da9e15149415e69e97959c.tar.gz |
system/glances: Updated for version 2.9.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/glances/README | 1 | ||||
-rw-r--r-- | system/glances/glances.SlackBuild | 7 | ||||
-rw-r--r-- | system/glances/glances.info | 6 |
3 files changed, 6 insertions, 8 deletions
diff --git a/system/glances/README b/system/glances/README index 79c22dce72..120cd17f85 100644 --- a/system/glances/README +++ b/system/glances/README @@ -21,7 +21,6 @@ hddtemp (for HDD temperature monitoring support) matplotlib (for graphical/chart support) netifaces (for IP plugin) py-cpuinfo (for Quicklook CPU info module) -py3sensors (for hardware monitoring support) pymdstat (for RAID support) python-requests (for Ports plugin) python-scandir (for Folders plugin) diff --git a/system/glances/glances.SlackBuild b/system/glances/glances.SlackBuild index 3ecfcb2320..a520b6e3a3 100644 --- a/system/glances/glances.SlackBuild +++ b/system/glances/glances.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=glances -VERSION=${VERSION:-2.8.2} +VERSION=${VERSION:-2.9.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -47,14 +47,13 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION tar xvzf $CWD/$PRGNAM-$VERSION.tar.gz - cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 \ - -o -perm 400 \) -exec chmod 644 {} \; + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; python setup.py install --root=$PKG diff --git a/system/glances/glances.info b/system/glances/glances.info index 54c0168add..cf3fe34b48 100644 --- a/system/glances/glances.info +++ b/system/glances/glances.info @@ -1,8 +1,8 @@ PRGNAM="glances" -VERSION="2.8.2" +VERSION="2.9.1" HOMEPAGE="https://github.com/nicolargo/glances" -DOWNLOAD="https://github.com/nicolargo/glances/archive/v2.8.2/glances-2.8.2.tar.gz" -MD5SUM="c28a31def6812c44360050ae64d3c2ba" +DOWNLOAD="https://github.com/nicolargo/glances/archive/v2.9.1/glances-2.9.1.tar.gz" +MD5SUM="2e10c6e25f61002bc6d647d3bfcb4d62" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="psutil" |