mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +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
|
standard Scalable Vector Graphics (SVG) file format. Supported SVG
|
||||||
features include shapes, paths, text, markers, clones, alpha blending,
|
features include shapes, paths, text, markers, clones, alpha blending,
|
||||||
transforms, gradients, patterns, and grouping. Inkscape also supports
|
transforms, gradients, patterns, and grouping. Inkscape also supports
|
||||||
Creative Commons meta-data, node editing, layers, complex path operations,
|
Creative Commons meta-data, node editing, layers, complex path
|
||||||
bitmap tracing, text-on-path, flowed text, direct XML editing, and more.
|
operations, bitmap tracing, text-on-path, flowed text, direct XML
|
||||||
It imports formats such as JPEG, PNG, TIFF, and others and exports PNG
|
editing, and more. It imports formats such as JPEG, PNG, TIFF, and
|
||||||
as well as multiple vector-based formats.
|
others and exports PNG as well as multiple vector-based formats.
|
||||||
|
|
||||||
Optional dependency: potrace (for bitmap tracing functionality).
|
Optional dependency: potrace (for bitmap tracing functionality).
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=inkscape
|
PRGNAM=inkscape
|
||||||
PRGSUB=_A6N0YOn
|
|
||||||
VERSION=${VERSION:-0.92.4}
|
VERSION=${VERSION:-0.92.4}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
@ -61,7 +60,7 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-$VERSION$PRGSUB.tar.?z*
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PRGNAM="inkscape"
|
PRGNAM="inkscape"
|
||||||
VERSION="0.92.4"
|
VERSION="0.92.4"
|
||||||
HOMEPAGE="http://www.inkscape.org/"
|
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"
|
MD5SUM="ac30f6d5747fd9c620c00dad500f414f"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
|
|
Loading…
Reference in a new issue