mate-panel: Upgraded to 1.10.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2015-05-04 19:43:06 +07:00
parent ed6a09b09c
commit d6098fcc5b
3 changed files with 6 additions and 6 deletions

View file

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mate-panel
VERSION=${VERSION:-1.9.90}
VERSION=${VERSION:-1.10.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_msb}
@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then
esac
fi
wget -c http://pub.mate-desktop.org/releases/1.9/$PRGNAM-$VERSION.tar.xz
wget -c http://pub.mate-desktop.org/releases/1.10/$PRGNAM-$VERSION.tar.xz
NUMJOBS=${NUMJOBS:-" -j8 "}

View file

@ -2,7 +2,7 @@
# Slackware build script for gupnp
# Copyright 2013-2014 Willy Sudiarto Raharjo <willysr@slackware-id.org>
# Copyright 2013-2015 Willy Sudiarto Raharjo <willysr@slackware-id.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gupnp
VERSION=${VERSION:-0.20.12}
VERSION=${VERSION:-0.20.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_msb}

View file

@ -74,9 +74,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
patch -p1 < $CWD/libunique-1.1.6-compiler-warnings.patch
#patch -p1 < $CWD/libunique-1.1.6-compiler-warnings.patch
patch -p1 < $CWD/libunique-1.1.6-G_CONST_RETURN.patch
patch -p1 < $CWD/libunique-1.1.6-gdbus.patch
#patch -p1 < $CWD/libunique-1.1.6-gdbus.patch
autoreconf -fi
CFLAGS="$SLKCFLAGS" \