mate-menu: Upgraded to 19.10.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
Willy Sudiarto Raharjo 2020-01-16 22:30:02 +07:00
parent 58e988138d
commit 7d7de99562
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 3 additions and 2 deletions

View file

@ -1,3 +1,3 @@
mate-menu is an Advanced Menu for the MATE Desktop mate-menu is an Advanced Menu for the MATE Desktop
This requires python-xlib from SBo This requires python-xlib and Unidecode (with Python3 support enabled) from SBo

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mate-menu PRGNAM=mate-menu
VERSION=${VERSION:-17.10.8} VERSION=${VERSION:-19.10.2}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_msb} TAG=${TAG:-_msb}
@ -75,6 +75,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python setup.py install --root=$PKG python setup.py install --root=$PKG
python3 setup.py install --root=$PKG
mv $PKG/usr/share/man/man1/ $PKG/usr/man mv $PKG/usr/share/man/man1/ $PKG/usr/man
rm -rf $PKG/usr/share/man rm -rf $PKG/usr/share/man