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