mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
mate-utils: Upgraded to 1.9.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
e826da02c1
commit
3949e69eaa
1 changed files with 8 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for mate-utils
|
||||
|
||||
# Copyright 2013 Chess Griffin <chess.griffin@gmail.com> Raleigh, NC
|
||||
# Copyright 2014 Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
||||
# Copyright 2014-2015 Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mate-utils
|
||||
VERSION=${VERSION:-1.9.0}
|
||||
VERSION=${VERSION:-1.9.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_msb}
|
||||
|
||||
|
@ -88,6 +88,12 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--without-help-dir \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
# This is needed in -current, but should be harmless in -stable as well
|
||||
sed -i "s|--strict --dry-run|--dry-run|" baobab/data/Makefile
|
||||
sed -i "s|--strict --dry-run|--dry-run|" gsearchtool/Makefile
|
||||
sed -i "s|--strict --dry-run|--dry-run|" mate-screenshot/Makefile
|
||||
sed -i "s|--strict --dry-run|--dry-run|" mate-dictionary/data/Makefile
|
||||
|
||||
make $NUMJOBS || make
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
|
|
Loading…
Reference in a new issue