2011-03-02 19:11:02 +01:00
|
|
|
# Template build file for 'gnome-themes-standard'.
|
|
|
|
pkgname=gnome-themes-standard
|
2012-09-25 17:04:26 +02:00
|
|
|
version=3.6.0.1
|
|
|
|
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"
|
|
|
|
checksum=122a3f56ba97597cc888c59451851c456f28e5558d258cb3d54b8bb79a6d45a4
|
2011-03-02 19:11:02 +01:00
|
|
|
long_desc="
|
|
|
|
This package contains a set of standard gnome themes."
|
|
|
|
|
2011-04-05 10:17:11 +02:00
|
|
|
gtk_iconcache_dirs="
|
|
|
|
/usr/share/icons/LowContrast
|
|
|
|
/usr/share/icons/HighContrast
|
|
|
|
/usr/share/icons/HighContrastInverse"
|
|
|
|
|
2012-03-20 16:13:50 +01:00
|
|
|
post_install() {
|
|
|
|
for f in ${gtk_iconcache_dirs}; do
|
|
|
|
rm -f ${DESTDIR}/${f}/*.cache
|
|
|
|
done
|
|
|
|
}
|