From 8766484457b42faf4f1d44afa86a94477f9f61ba Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sun, 20 Oct 2013 18:51:36 +0700 Subject: [PATCH] mate-menus: Upgraded to 1.7.0 Signed-off-by: Willy Sudiarto Raharjo --- base/mate-menus/mate-menus.SlackBuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/base/mate-menus/mate-menus.SlackBuild b/base/mate-menus/mate-menus.SlackBuild index afe7050..79d727c 100644 --- a/base/mate-menus/mate-menus.SlackBuild +++ b/base/mate-menus/mate-menus.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for mate-menus # Copyright 2013 Chess Griffin Raleigh, NC +# Copyright 2013 Willy Sudiarto Raharjo # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mate-menus -VERSION=${VERSION:-1.6.0} +VERSION=${VERSION:-1.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -35,7 +36,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.6/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.7/$PRGNAM-$VERSION.tar.xz NUMJOBS=${NUMJOBS:-" -j8 "} @@ -75,7 +76,7 @@ find . \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ -./autogen.sh \ +./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \