diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2014-08-27 22:18:32 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-30 14:21:28 +0700 |
commit | 062b9518fd524b42c8b8a9d862ce5350948a64ed (patch) | |
tree | cfcd850a9b4309339504e426dde5f73ed7fe27ec /graphics/inkscape/inkscape.SlackBuild | |
parent | c41b8fb645c204b05cc91d48599cc522c99db13d (diff) | |
download | slackbuilds-062b9518fd524b42c8b8a9d862ce5350948a64ed.tar.gz |
graphics/inkscape: Updated for version 0.48.5.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'graphics/inkscape/inkscape.SlackBuild')
-rw-r--r-- | graphics/inkscape/inkscape.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/inkscape/inkscape.SlackBuild b/graphics/inkscape/inkscape.SlackBuild index 846070989c..4cc419fc57 100644 --- a/graphics/inkscape/inkscape.SlackBuild +++ b/graphics/inkscape/inkscape.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for inkscape -# Copyright 2006-2013 Robby Workman, Northport, AL, USA +# Copyright 2006-2014 Robby Workman, Northport, AL, USA # 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=inkscape -VERSION=${VERSION:-0.48.4} +VERSION=${VERSION:-0.48.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,8 +69,6 @@ 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/remove-stray-comma.diff - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |