wok diff glances/receipt @ rev 23152
updated lxsession (0.5.4 -> 0.5.5)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Mar 15 16:46:05 2020 +0100 (2020-03-15) |
parents | 240fb3120638 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/glances/receipt Sun May 19 19:07:20 2019 +0200 1.2 +++ b/glances/receipt Sun Mar 15 16:46:05 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="glances" 1.7 -VERSION="3.1.0" 1.8 +VERSION="3.1.3" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="A CLI curses based monitoring tool for GNU/Linux and BSD OS." 1.11 MAINTAINER="paul@slitaz.org" 1.12 @@ -10,10 +10,10 @@ 1.13 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 WGET_URL="https://github.com/nicolargo/$PACKAGE/archive/v$VERSION.tar.gz" 1.16 + 1.17 SUGGESTED="python-jinja2" 1.18 - 1.19 DEPENDS="python python-psutil" 1.20 -BUILD_DEPENDS="python-dev python-setuptools python-psutil" 1.21 +BUILD_DEPENDS="python-dev python-psutil python-setuptools" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 @@ -24,8 +24,8 @@ 1.26 # Rules to gen a SliTaz package suitable for Tazpkg. 1.27 genpkg_rules() 1.28 { 1.29 - cp -a $install/usr $fs 1.30 + cp -a $install/usr $fs 1.31 1.32 # remove stuff 1.33 - rm -rf $fs/usr/share/man 1.34 + rm -rf $fs/usr/share/man 1.35 }