From cae6b9a145051a12f911e5ccbf0315ae8b96210b Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Tue, 30 Jul 2013 17:41:49 +0700 Subject: [PATCH] mate-image-viewer: Upgraded to 1.6.1 Signed-off-by: Willy Sudiarto Raharjo --- extra/mate-image-viewer/mate-image-viewer.SlackBuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/extra/mate-image-viewer/mate-image-viewer.SlackBuild b/extra/mate-image-viewer/mate-image-viewer.SlackBuild index c28faf4..8f95343 100644 --- a/extra/mate-image-viewer/mate-image-viewer.SlackBuild +++ b/extra/mate-image-viewer/mate-image-viewer.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for mate-image-viewer # 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-image-viewer -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 \