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-04-30 11:54:19 +02:00
|
|
|
revision=2
|
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"
|
2011-06-27 01:54:37 +02:00
|
|
|
short_desc="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-04-30 11:54:19 +02:00
|
|
|
makedepends="pkg-config intltool libpng-devel>=1.6 gsl-devel gc-devel
|
2012-12-07 12:19:56 +01:00
|
|
|
gtkmm2-devel libxslt-devel boost-devel popt-devel lcms-devel
|
|
|
|
libmagick-devel>=6.8.0"
|
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
|
|
|
}
|
|
|
|
}
|