diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2013-02-24 09:02:45 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-02-24 22:53:54 -0600 |
commit | e44512a799a0c25798b6167e79e1ef4fc8917913 (patch) | |
tree | 64958faaf74a32bb26e2215407d5883ac0613c4d /graphics/inkscape/inkscape.SlackBuild | |
parent | e2d31082a3006045756f483eea9d3a0759ff6128 (diff) | |
download | slackbuilds-e44512a799a0c25798b6167e79e1ef4fc8917913.tar.gz |
graphics/inkscape: Updated for version 0.48.4.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'graphics/inkscape/inkscape.SlackBuild')
-rw-r--r-- | graphics/inkscape/inkscape.SlackBuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/graphics/inkscape/inkscape.SlackBuild b/graphics/inkscape/inkscape.SlackBuild index 143cf889f3..815ab6dc2e 100644 --- a/graphics/inkscape/inkscape.SlackBuild +++ b/graphics/inkscape/inkscape.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for inkscape -# Copyright 2006-2011 Robby Workman, Northport, AL, USA +# Copyright 2006-2013 Robby Workman, Northport, AL, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=inkscape -VERSION=0.48.3.1 +VERSION=${VERSION:-0.48.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -67,9 +65,6 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . -# patch for poppler-0.20 -patch -p1 < $CWD/poppler20.patch - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ @@ -81,7 +76,7 @@ CXXFLAGS="$SLKCFLAGS" \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --build=$ARCH-slackware-linux -make +make make install DESTDIR=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ |