Files
void-packages/srcpkgs/gnome-icon-theme/template
Juan RP 99bed570fc gnome-icon-theme: update to 3.0.0.
--HG--
branch : gnome3
2011-04-06 12:51:44 +02:00

26 lines
733 B
Plaintext

# Template build file for 'gnome-icon-theme'.
pkgname=gnome-icon-theme
version=3.0.0
distfiles="${GNOME_SITE}/$pkgname/3.0/$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=42da7c4ab1521e7beb1c26f5588c35a644ef57585754d8ceec427d9d7f94bb09
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
}