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