graphics/inkscape: Updated for version 0.48.5.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
c41b8fb645
commit
062b9518fd
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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);
|
Loading…
Reference in New Issue