void-packages/srcpkgs/gnome-themes-standard/template

20 lines
611 B
Plaintext
Raw Normal View History

# Template build file for 'gnome-themes-standard'.
pkgname=gnome-themes-standard
version=3.6.1
revision=1
build_style=gnu-configure
makedepends="pkg-config intltool gtk+-devel gtk+3-devel>=3.6.0_2 librsvg-devel"
depends="gtk2-engines"
short_desc="Standard gnome themes"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
checksum=f56dd1f593b0a853041b54f9167aab0cb3689ced9cd8f8f4d777c3116bb4878a
long_desc="
This package contains a set of standard gnome themes."
post_install() {
for f in ${gtk_iconcache_dirs}; do
rm -f ${DESTDIR}/${f}/*.cache
done
}