mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
graphics/inkscape: Fix download link and README.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
efa3a1f6ce
commit
34eaef3e7c
3 changed files with 6 additions and 7 deletions
|
@ -3,9 +3,9 @@ similar to Illustrator, Freehand, CorelDraw, or Xara X using the W3C
|
|||
standard Scalable Vector Graphics (SVG) file format. Supported SVG
|
||||
features include shapes, paths, text, markers, clones, alpha blending,
|
||||
transforms, gradients, patterns, and grouping. Inkscape also supports
|
||||
Creative Commons meta-data, node editing, layers, complex path operations,
|
||||
bitmap tracing, text-on-path, flowed text, 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.
|
||||
Creative Commons meta-data, node editing, layers, complex path
|
||||
operations, bitmap tracing, text-on-path, flowed text, 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.
|
||||
|
||||
Optional dependency: potrace (for bitmap tracing functionality).
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=inkscape
|
||||
PRGSUB=_A6N0YOn
|
||||
VERSION=${VERSION:-0.92.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -61,7 +60,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION$PRGSUB.tar.?z*
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="inkscape"
|
||||
VERSION="0.92.4"
|
||||
HOMEPAGE="http://www.inkscape.org/"
|
||||
DOWNLOAD="https://inkscape.org/gallery/item/13330/inkscape-0.92.4_A6N0YOn.tar.bz2"
|
||||
DOWNLOAD="https://inkscape.org/gallery/item/13330/inkscape-0.92.4.tar.bz2"
|
||||
MD5SUM="ac30f6d5747fd9c620c00dad500f414f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue