c077559a89
There's no need to update triggers in the following cases: * Packages installing stuff into /usr/share/applications. * Packages setting $gtk_iconcache_dirs. * Packages setting $font_dirs. * Packages setting ${sgml,xml}_entries. --HG-- extra : convert_revision : 11c74b41f8cf474e9bf4dbb961b1aa9c6f6540bf
28 lines
908 B
Text
28 lines
908 B
Text
# Template build file for 'tango-icon-theme'.
|
|
pkgname=tango-icon-theme
|
|
version=0.8.90
|
|
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 icon-naming-utils
|
|
Add_dependency full librsvg
|
|
|
|
pre_build()
|
|
{
|
|
cd / && ${XBPS_TRIGGERSDIR}/pango-modules run post-install
|
|
cd $wrksrc
|
|
}
|