void-packages/srcpkgs/gnome-icon-theme/template

26 lines
735 B
Plaintext
Raw Normal View History

# Template build file for 'gnome-icon-theme'.
pkgname=gnome-icon-theme
version=2.91.7
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=cc8eddb8c751d1243bca2b444a226264fadeb79e3a642089d4632ac04ae3a93a
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
}