mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
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'
|
# Template file for 'inkscape'
|
||||||
pkgname=inkscape
|
pkgname=inkscape
|
||||||
version=0.48.1
|
version=0.48.1
|
||||||
|
revision=1
|
||||||
|
patch_args="-Np1"
|
||||||
distfiles="$SOURCEFORGE_SITE/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="$SOURCEFORGE_SITE/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--enable-lcms"
|
configure_args="--enable-lcms"
|
||||||
|
@ -13,6 +15,8 @@ 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."
|
||||||
|
|
||||||
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||||
|
|
||||||
Add_dependency run gtkmm2
|
Add_dependency run gtkmm2
|
||||||
Add_dependency run atkmm
|
Add_dependency run atkmm
|
||||||
Add_dependency run pangomm
|
Add_dependency run pangomm
|
||||||
|
@ -81,3 +85,6 @@ Add_dependency build libgomp-devel
|
||||||
Add_dependency build popt-devel
|
Add_dependency build popt-devel
|
||||||
Add_dependency build lcms-devel
|
Add_dependency build lcms-devel
|
||||||
Add_dependency build libstdc++-devel
|
Add_dependency build libstdc++-devel
|
||||||
|
|
||||||
|
Add_dependency full desktop-file-utils
|
||||||
|
Add_dependency full hicolor-icon-theme
|
||||||
|
|
Loading…
Add table
Reference in a new issue