19 lines
609 B
Text
19 lines
609 B
Text
# Template build file for 'gnome-themes-standard'.
|
|
pkgname=gnome-themes-standard
|
|
version=3.6.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="pkg-config intltool gtk+-devel gtk+3-devel>=3.6.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=c41503d0e18e17188c4fd1be5f6a7e90b08564e2a19d9a318b145a56d4455352
|
|
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
|
|
}
|