2011-03-02 18:11:02 +00:00
|
|
|
# Template build file for 'gnome-themes-standard'.
|
|
|
|
pkgname=gnome-themes-standard
|
2012-11-13 08:30:30 +00:00
|
|
|
version=3.6.2
|
2012-10-15 22:25:32 +00:00
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-11-13 08:30:30 +00:00
|
|
|
makedepends="pkg-config intltool gtk+-devel gtk+3-devel>=3.6.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-11-13 08:30:30 +00:00
|
|
|
checksum=c41503d0e18e17188c4fd1be5f6a7e90b08564e2a19d9a318b145a56d4455352
|
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
|
|
|
|
}
|