void-packages/srcpkgs/gnome-icon-theme/template
Juan RP 3226b5e942 gnome-icon-theme: update to 2.91.92.
--HG--
branch : gnome3
2011-03-23 16:01:39 +01:00

26 lines
736 B
Plaintext

# Template build file for 'gnome-icon-theme'.
pkgname=gnome-icon-theme
version=2.91.92
distfiles="${GNOME_SITE}/$pkgname/2.91/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="Theme consisting of a set of icons for GNOME"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=c5c9eda41a976075f7d9bfa132dc2da3416a775cbd749ed2cb46b2450801c525
long_desc="
This package contains a set of icons forming the default icon theme
for GNOME."
noarch=yes
gtk_iconcache_dirs="/usr/share/icons/gnome"
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency build icon-naming-utils
Add_dependency full librsvg
post_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${DESTDIR}/usr/share/pkgconfig ${DESTDIR}/usr/lib
}