mate-tweak: Upgraded to 16.10.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-07-05 05:49:36 +07:00
parent f154ad547c
commit ddfae563df
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 5 deletions

View file

@ -4,4 +4,5 @@ MATE Tweak removes the Mint specific configuration options.
MATE Tweak adds User Interfacing switching. MATE Tweak adds User Interfacing switching.
MATE Tweak adds live Compiz 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)

View file

@ -24,8 +24,8 @@
PRGNAM=mate-tweak PRGNAM=mate-tweak
SRCNAM=ubuntu-mate-mate-tweak SRCNAM=ubuntu-mate-mate-tweak
VERSION=${VERSION:-3.5.10} VERSION=${VERSION:-16.10.3}
SRCVER=${SRCVER:-22374775981c} SRCVER=${SRCVER:-86e381c3fe54}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_msb} TAG=${TAG:-_msb}
@ -39,8 +39,6 @@ fi
wget -c https://bitbucket.org/ubuntu-mate/mate-tweak/get/$VERSION.tar.bz2 wget -c https://bitbucket.org/ubuntu-mate/mate-tweak/get/$VERSION.tar.bz2
CWD=$(pwd) CWD=$(pwd)
TMP=${TMP:-/tmp/msb} TMP=${TMP:-/tmp/msb}
PKG=$TMP/package-$PRGNAM PKG=$TMP/package-$PRGNAM