From 8eea7507e798f87f88d61d3c63349516a9f6020d Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sat, 13 Jul 2013 07:23:40 +0700 Subject: [PATCH] mate-panel: Upgraded to 1.6.1 Signed-off-by: Willy Sudiarto Raharjo --- base/mate-panel/mate-panel.SlackBuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/base/mate-panel/mate-panel.SlackBuild b/base/mate-panel/mate-panel.SlackBuild index c003f54..972e398 100644 --- a/base/mate-panel/mate-panel.SlackBuild +++ b/base/mate-panel/mate-panel.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for mate-panel # 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-panel -VERSION=${VERSION:-1.6.0} +VERSION=${VERSION:-1.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -77,7 +78,7 @@ find . \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ -./autogen.sh \ +./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \