mate-tweak: Upgraded to 3.5.10.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-05-07 23:06:54 +07:00
parent b381175261
commit c3c09bcd89
2 changed files with 4 additions and 4 deletions

View file

@ -4,4 +4,4 @@ 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 python-distutils-extra, configobj, and wmctrl (available via SBo) This requires 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.2} VERSION=${VERSION:-3.5.10}
SRCVER=${SRCVER:-78307aaa6fc1} SRCVER=${SRCVER:-22374775981c}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_msb} TAG=${TAG:-_msb}
@ -77,7 +77,7 @@ find -L . \
sed -i "s|share/man/man1|man/man1|" setup.py sed -i "s|share/man/man1|man/man1|" setup.py
python setup.py install --root=$PKG python3 setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true