21 lines
657 B
Text
21 lines
657 B
Text
# Template build file for 'gnome-themes-standard'.
|
|
pkgname=gnome-themes-standard
|
|
version=3.12.0
|
|
revision=1
|
|
lib32disabled=yes
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config intltool librsvg-utils glib-devel"
|
|
makedepends="gtk+-devel gtk+3-devel librsvg-devel"
|
|
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=a05d1b7ca872b944a69d0c0cc2369408ece32ff4355e37f8594a1b70d13c3217
|
|
|
|
post_install() {
|
|
for f in ${gtk_iconcache_dirs}; do
|
|
rm -f ${DESTDIR}/${f}/*.cache
|
|
done
|
|
}
|