void-packages/srcpkgs/tango-icon-theme/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

32 lines
1 KiB
Plaintext

# Template build file for 'tango-icon-theme'.
pkgname=tango-icon-theme
version=0.8.90
revision=1
distfiles="http://tango.freedesktop.org/releases/$pkgname-$version.tar.gz"
build_style=gnu-configure
configure_args="--enable-png-creation"
short_desc="Standard icon theme called tango"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=6e98d8032d57d818acc907ec47e6a718851ff251ae7c29aafb868743eb65c88e
long_desc="
The Tango Desktop Project exists to help create a consistent graphical
user interface experience for free and Open Source software. This is an
icon theme that follows the Tango visual guidelines."
noarch=yes
gtk_iconcache_dirs="/usr/share/icons/Tango"
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency build ImageMagick
Add_dependency build libmagick-devel
Add_dependency build icon-naming-utils
Add_dependency build librsvg-devel
Add_dependency build python ">=0"
Add_dependency full gtk+ ">=0" # Need it for gtk-update-icon-cache
pre_build()
{
cd / && ${XBPS_TRIGGERSDIR}/pango-modules run post-install && cd ${wrksrc}
}