summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Robby Workman <rw@rlworkman.net>2010-05-11 19:44:51 +0200
committer Michiel van Wessem <michiel@slackbuilds.org>2010-05-11 19:44:51 +0200
commit23abafe6e5d6da0d49894219c37e2ee0eaf2a3f5 (patch)
treec119c1badcc8e64c32f91c18eb8c689534e89dd9 /graphics
parent982ece239257814c2a06575dc23184eb85bca491 (diff)
downloadslackbuilds-23abafe6e5d6da0d49894219c37e2ee0eaf2a3f5.tar.gz
slackbuilds-23abafe6e5d6da0d49894219c37e2ee0eaf2a3f5.tar.xz
graphics/inkscape: Updated for version 0.45.1
Diffstat (limited to 'graphics')
-rw-r--r--graphics/inkscape/README5
-rw-r--r--graphics/inkscape/inkscape.SlackBuild14
-rw-r--r--graphics/inkscape/inkscape.info6
-rw-r--r--graphics/inkscape/slack-desc11
4 files changed, 20 insertions, 16 deletions
diff --git a/graphics/inkscape/README b/graphics/inkscape/README
index 78f10e5d23..5c22ca6097 100644
--- a/graphics/inkscape/README
+++ b/graphics/inkscape/README
@@ -8,5 +8,6 @@ direct XML editing, and more. It imports formats such as JPEG, PNG, TIFF, and
others and exports PNG as well as multiple vector-based formats.
Inkscape requires libsigc++, glibmm, gtkmm (which requires cairomm), and gc,
-all of which are available at SlackBuilds.org.
-
+all of which are available at SlackBuilds.org. It can also optionally use
+PyXML, which will allow you to save projects as .xcf (open with Gimp) to
+maintain image layering.
diff --git a/graphics/inkscape/inkscape.SlackBuild b/graphics/inkscape/inkscape.SlackBuild
index 2fa508da90..4fe5a7a3aa 100644
--- a/graphics/inkscape/inkscape.SlackBuild
+++ b/graphics/inkscape/inkscape.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for inkscape
-# Copyright 2006 Robby Workman (http://rlworkman.net)
+# Copyright 2006-2007 Robby Workman (http://rlworkman.net)
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -22,14 +22,12 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# Modified by the SlackBuilds.org project
-
PRGNAM=inkscape
-VERSION=0.45
+VERSION=0.45.1
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-CWD=`pwd`
+CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@@ -62,13 +60,9 @@ CXXFLAGS="$SLKCFLAGS" \
make || exit 1
make install-strip DESTDIR=$PKG || exit 1
-# Fix icon path in .desktop file
-sed -i 's%Icon=inkscape.png%Icon=/usr/share/pixmaps/inkscape.png%g' \
- $PKG/usr/share/applications/inkscape.desktop || exit 1
-
( cd $PKG/usr/man
find . -type f -exec gzip -9 {} \;
- for i in `find . -type l` ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
+ for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
)
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/graphics/inkscape/inkscape.info b/graphics/inkscape/inkscape.info
index 968f1cf109..bb64d2c302 100644
--- a/graphics/inkscape/inkscape.info
+++ b/graphics/inkscape/inkscape.info
@@ -1,8 +1,8 @@
PRGNAM="inkscape"
-VERSION="0.45"
+VERSION="0.45.1"
HOMEPAGE="http://www.inkscape.org/"
-DOWNLOAD="http://dl.sourceforge.net/inkscape/inkscape-0.45.tar.gz"
-MD5SUM="82d7cff90a7de42460e65d289e0d4d33"
+DOWNLOAD="http://downloads.sourceforge.net/inkscape/inkscape-0.45.1.tar.gz"
+MD5SUM="1ac63dfd5d78a676599bf5cf6d22e493"
MAINTAINER="Robby Workman"
EMAIL="rw@rlworkman.net"
APPROVED="BP{k}"
diff --git a/graphics/inkscape/slack-desc b/graphics/inkscape/slack-desc
index 5284add8ed..864beb0d21 100644
--- a/graphics/inkscape/slack-desc
+++ b/graphics/inkscape/slack-desc
@@ -1,4 +1,12 @@
-inkscape: Inkscape - Draw Freely!
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in. You must
+# make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+inkscape: Inkscape (Open Source vector graphics editor)
inkscape:
inkscape: Inkscape is an Open Source vector graphics editor, with capabilities
inkscape: similar to Illustrator, Freehand, CorelDraw, or Xara X using the W3C
@@ -8,3 +16,4 @@ inkscape: Homepage: http://www.inkscape.org/
inkscape:
inkscape:
inkscape:
+inkscape: