void-packages/srcpkgs/gnome-themes-standard/template
2013-09-13 14:12:33 +02:00

27 lines
678 B
Plaintext

# Template build file for 'gnome-themes-standard'.
pkgname=gnome-themes-standard
version=3.8.4
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config intltool"
makedepends="gtk+-devel gtk+3-devel>=3.8 librsvg-devel"
short_desc="Standard GNOME themes"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnome.org"
license="LGPL-2.1"
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
checksum=1252d719847cab54cc0dc510c3d3698462dcb1b45fabd9643473ac28e5cd7a20
post_install() {
for f in ${gtk_iconcache_dirs}; do
rm -f ${DESTDIR}/${f}/*.cache
done
}
gnome-themes-standard_package() {
depends="gtk2-engines"
pkg_install() {
vmove all
}
}