mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
mate-panel: Upgraded to 1.10.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
ed6a09b09c
commit
d6098fcc5b
3 changed files with 6 additions and 6 deletions
|
@ -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 "}
|
||||
|
||||
|
|
4
deps/gupnp/gupnp.SlackBuild
vendored
4
deps/gupnp/gupnp.SlackBuild
vendored
|
@ -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}
|
||||
|
||||
|
|
4
deps/libunique/libunique.SlackBuild
vendored
4
deps/libunique/libunique.SlackBuild
vendored
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue