2011-06-27 01:54:37 +02:00
|
|
|
# Template file for 'inkscape'
|
|
|
|
pkgname=inkscape
|
2012-12-19 10:43:19 +01:00
|
|
|
version=0.48.4
|
2013-11-26 17:32:27 +01:00
|
|
|
revision=3
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-06-06 14:32:51 +02:00
|
|
|
configure_args="--enable-lcms --enable-poppler-cairo"
|
2013-11-26 17:40:06 +01:00
|
|
|
hostmakedepends="pkg-config intltool which"
|
|
|
|
makedepends="
|
|
|
|
popt-devel libpng-devel>=1.6 gsl-devel gc-devel gtkmm2-devel libxslt-devel
|
|
|
|
lcms2-devel poppler-glib-devel libxslt-devel boost-devel>=1.54 libmagick-devel>=6.8.7"
|
2013-11-26 17:32:27 +01:00
|
|
|
short_desc="A vector-based drawing program"
|
2011-07-17 08:27:36 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-27 01:54:37 +02:00
|
|
|
homepage="http://inkscape.org/"
|
|
|
|
license="GPL-2"
|
2012-12-07 12:19:56 +01:00
|
|
|
distfiles="$SOURCEFORGE_SITE/$pkgname/$pkgname-$version.tar.bz2"
|
2012-12-19 10:43:19 +01:00
|
|
|
checksum=8741ad8cbb5aa5cee4f234ebc45479cff2479b16d903870693174bdede8a519d
|
2011-06-27 01:54:37 +02:00
|
|
|
long_desc="
|
|
|
|
Inkscape loads and saves a subset of the SVG (Scalable Vector Graphics)
|
|
|
|
format, a standard maintained by the WWW consortium."
|
2012-12-07 12:19:56 +01:00
|
|
|
|
2013-11-26 17:57:13 +01:00
|
|
|
pre_configure() {
|
|
|
|
sed -e 's,freetype/freetype.h,freetype.h,g' -i src/libnrtype/FontFactory.h
|
|
|
|
}
|
|
|
|
|
2013-04-12 16:39:50 +02:00
|
|
|
inkscape_package() {
|
|
|
|
depends="desktop-file-utils hicolor-icon-theme"
|
|
|
|
pkg_install() {
|
2013-04-30 11:54:19 +02:00
|
|
|
vmove all
|
2013-04-12 16:39:50 +02:00
|
|
|
}
|
|
|
|
}
|