inkscape: rebuild against libpng-1.6.

This commit is contained in:
Juan RP 2013-04-30 11:54:19 +02:00
parent b85b36ab43
commit f13cd2a240

View file

@ -1,7 +1,7 @@
# Template file for 'inkscape'
pkgname=inkscape
version=0.48.4
revision=1
revision=2
build_style=gnu-configure
configure_args="--enable-lcms --enable-poppler-cairo"
short_desc="vector-based drawing program"
@ -14,13 +14,13 @@ long_desc="
Inkscape loads and saves a subset of the SVG (Scalable Vector Graphics)
format, a standard maintained by the WWW consortium."
makedepends="pkg-config intltool libpng-devel>=1.5.10 gsl-devel gc-devel
makedepends="pkg-config intltool libpng-devel>=1.6 gsl-devel gc-devel
gtkmm2-devel libxslt-devel boost-devel popt-devel lcms-devel
libmagick-devel>=6.8.0"
inkscape_package() {
depends="desktop-file-utils hicolor-icon-theme"
pkg_install() {
vmove usr
vmove all
}
}