graphics/inkscape: Updated for version 0.45.1

This commit is contained in:
Robby Workman 2010-05-11 19:44:51 +02:00 committed by Michiel van Wessem
parent 982ece2392
commit 23abafe6e5
4 changed files with 20 additions and 16 deletions

View file

@ -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.

View file

@ -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

View file

@ -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}"

View file

@ -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: