inkscape: links to libgc.
This commit is contained in:
parent
eacc7b2a4f
commit
80d4b37d9b
|
@ -33,3 +33,4 @@ libgcc_s.so.1
|
|||
libpthread.so.0
|
||||
libc.so.6
|
||||
libMagick++.so.5
|
||||
libgc.so.1
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
# Template file for 'inkscape'
|
||||
pkgname=inkscape
|
||||
version=0.48.3.1
|
||||
revision=1
|
||||
distfiles="$SOURCEFORGE_SITE/$pkgname/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-lcms"
|
||||
makedepends="pkg-config intltool gsl-devel gc-devel gtkmm2-devel libxml2-devel libxslt-devel boost-devel popt-devel lcms-devel libsigc++-devel libmagick-devel"
|
||||
fulldepends="desktop-file-utils hicolor-icon-theme"
|
||||
revision=1
|
||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
short_desc="vector-based drawing program"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://inkscape.org/"
|
||||
|
@ -15,9 +16,3 @@ checksum=073bf585b6a708747485f2de1f5a1b77c3f45a79e6ee128bf946bae99476db88
|
|||
long_desc="
|
||||
Inkscape loads and saves a subset of the SVG (Scalable Vector Graphics)
|
||||
format, a standard maintained by the WWW consortium."
|
||||
|
||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
|
||||
# XXX missing libwpg package to support wpg.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue