inkscape: rebuild against libpng-1.6.
This commit is contained in:
parent
b85b36ab43
commit
f13cd2a240
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'inkscape'
|
# Template file for 'inkscape'
|
||||||
pkgname=inkscape
|
pkgname=inkscape
|
||||||
version=0.48.4
|
version=0.48.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-lcms --enable-poppler-cairo"
|
configure_args="--enable-lcms --enable-poppler-cairo"
|
||||||
short_desc="vector-based drawing program"
|
short_desc="vector-based drawing program"
|
||||||
|
@ -14,13 +14,13 @@ long_desc="
|
||||||
Inkscape loads and saves a subset of the SVG (Scalable Vector Graphics)
|
Inkscape loads and saves a subset of the SVG (Scalable Vector Graphics)
|
||||||
format, a standard maintained by the WWW consortium."
|
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
|
gtkmm2-devel libxslt-devel boost-devel popt-devel lcms-devel
|
||||||
libmagick-devel>=6.8.0"
|
libmagick-devel>=6.8.0"
|
||||||
|
|
||||||
inkscape_package() {
|
inkscape_package() {
|
||||||
depends="desktop-file-utils hicolor-icon-theme"
|
depends="desktop-file-utils hicolor-icon-theme"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue