2011-03-02 18:11:02 +00:00
|
|
|
# Template build file for 'gnome-themes-standard'.
|
|
|
|
pkgname=gnome-themes-standard
|
2012-10-15 22:25:32 +00:00
|
|
|
version=3.6.1
|
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-10-15 22:25:32 +00:00
|
|
|
makedepends="pkg-config intltool gtk+-devel gtk+3-devel>=3.6.0_2 librsvg-devel"
|
2012-10-11 09:32:15 +00:00
|
|
|
depends="gtk2-engines"
|
2011-03-02 18:11:02 +00:00
|
|
|
short_desc="Standard gnome themes"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-09-25 15:04:26 +00:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
2012-10-15 22:25:32 +00:00
|
|
|
checksum=f56dd1f593b0a853041b54f9167aab0cb3689ced9cd8f8f4d777c3116bb4878a
|
2011-03-02 18:11:02 +00:00
|
|
|
long_desc="
|
|
|
|
This package contains a set of standard gnome themes."
|
|
|
|
|
2012-03-20 15:13:50 +00:00
|
|
|
post_install() {
|
|
|
|
for f in ${gtk_iconcache_dirs}; do
|
|
|
|
rm -f ${DESTDIR}/${f}/*.cache
|
|
|
|
done
|
|
|
|
}
|