mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2025-01-13 08:01:08 +01:00
mate-tweak: Upgraded to 16.10.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
f154ad547c
commit
ddfae563df
2 changed files with 4 additions and 5 deletions
|
@ -4,4 +4,5 @@ MATE Tweak removes the Mint specific configuration options.
|
|||
MATE Tweak adds User Interfacing switching.
|
||||
MATE Tweak adds live Compiz switching.
|
||||
|
||||
This requires pygobject3-python3 and both python-distutils-extra and psutil with python3 support enabled (available via SBo)
|
||||
This requires setproctitle, pygobject3-python3 and both python-distutils-extra
|
||||
and psutil with python3 support enabled (available via SBo)
|
||||
|
|
|
@ -24,8 +24,8 @@
|
|||
|
||||
PRGNAM=mate-tweak
|
||||
SRCNAM=ubuntu-mate-mate-tweak
|
||||
VERSION=${VERSION:-3.5.10}
|
||||
SRCVER=${SRCVER:-22374775981c}
|
||||
VERSION=${VERSION:-16.10.3}
|
||||
SRCVER=${SRCVER:-86e381c3fe54}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_msb}
|
||||
|
||||
|
@ -39,8 +39,6 @@ fi
|
|||
|
||||
wget -c https://bitbucket.org/ubuntu-mate/mate-tweak/get/$VERSION.tar.bz2
|
||||
|
||||
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/msb}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
|
|
Loading…
Reference in a new issue