inkscape: add missing rundeps, apply patch correctly.
This commit is contained in:
parent
79e6122491
commit
f78a0f002c
1 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
# Template file for 'inkscape'
|
||||
pkgname=inkscape
|
||||
version=0.48.1
|
||||
revision=1
|
||||
patch_args="-Np1"
|
||||
distfiles="$SOURCEFORGE_SITE/$pkgname/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--enable-lcms"
|
||||
|
@ -13,6 +15,8 @@ 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"
|
||||
|
||||
Add_dependency run gtkmm2
|
||||
Add_dependency run atkmm
|
||||
Add_dependency run pangomm
|
||||
|
@ -81,3 +85,6 @@ Add_dependency build libgomp-devel
|
|||
Add_dependency build popt-devel
|
||||
Add_dependency build lcms-devel
|
||||
Add_dependency build libstdc++-devel
|
||||
|
||||
Add_dependency full desktop-file-utils
|
||||
Add_dependency full hicolor-icon-theme
|
||||
|
|
Loading…
Reference in a new issue