From 062b9518fd524b42c8b8a9d862ce5350948a64ed Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Wed, 27 Aug 2014 22:18:32 -0500 Subject: graphics/inkscape: Updated for version 0.48.5. Signed-off-by: Robby Workman --- graphics/inkscape/inkscape.SlackBuild | 6 ++---- graphics/inkscape/inkscape.info | 6 +++--- graphics/inkscape/remove-stray-comma.diff | 12 ------------ 3 files changed, 5 insertions(+), 19 deletions(-) delete mode 100644 graphics/inkscape/remove-stray-comma.diff (limited to 'graphics/inkscape') 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 \ diff --git a/graphics/inkscape/inkscape.info b/graphics/inkscape/inkscape.info index 341ed49f22..327852535b 100644 --- a/graphics/inkscape/inkscape.info +++ b/graphics/inkscape/inkscape.info @@ -1,8 +1,8 @@ PRGNAM="inkscape" -VERSION="0.48.4" +VERSION="0.48.5" HOMEPAGE="http://www.inkscape.org/" -DOWNLOAD="http://downloads.sourceforge.net/inkscape/inkscape-0.48.4.tar.gz" -MD5SUM="2c7149e877609f3f7e7a9d4e6f510d2b" +DOWNLOAD="http://downloads.sourceforge.net/inkscape/inkscape-0.48.5.tar.gz" +MD5SUM="4e25b665ab40506955fb520aaa4e0d8f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gsl gtkmm lxml numpy" diff --git a/graphics/inkscape/remove-stray-comma.diff b/graphics/inkscape/remove-stray-comma.diff deleted file mode 100644 index 60e4ea71e8..0000000000 --- a/graphics/inkscape/remove-stray-comma.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur inkscape-0.48.4.orig/src/widgets/desktop-widget.h inkscape-0.48.4/src/widgets/desktop-widget.h ---- inkscape-0.48.4.orig/src/widgets/desktop-widget.h 2011-07-08 13:25:09.468790000 -0500 -+++ inkscape-0.48.4/src/widgets/desktop-widget.h 2013-06-30 15:29:21.365038516 -0500 -@@ -239,7 +239,7 @@ - private: - GtkWidget *tool_toolbox; - GtkWidget *aux_toolbox; -- GtkWidget *commands_toolbox,; -+ GtkWidget *commands_toolbox; - GtkWidget *snap_toolbox; - - static void init(SPDesktopWidget *widget); -- cgit v1.2.3