2011-03-02 18:11:02 +00:00
|
|
|
# Template build file for 'gnome-themes-standard'.
|
|
|
|
pkgname=gnome-themes-standard
|
2012-03-26 15:36:57 +00:00
|
|
|
version=3.4.0
|
2012-03-29 11:23:26 +00:00
|
|
|
revision=2
|
2012-03-26 15:36:57 +00:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-03-02 18:11:02 +00:00
|
|
|
short_desc="Standard gnome themes"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-03-26 15:36:57 +00:00
|
|
|
checksum=6c85056db16b748a14c412554371a22f096b981d2eca3ae3d6922a435d43b0fd
|
2011-03-02 18:11:02 +00:00
|
|
|
long_desc="
|
|
|
|
This package contains a set of standard gnome themes."
|
|
|
|
|
2011-04-05 08:17:11 +00:00
|
|
|
gtk_iconcache_dirs="
|
|
|
|
/usr/share/icons/LowContrast
|
|
|
|
/usr/share/icons/HighContrast
|
|
|
|
/usr/share/icons/HighContrastInverse"
|
|
|
|
|
2011-03-02 18:11:02 +00:00
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build intltool
|
|
|
|
Add_dependency build gtk+3-devel
|
2011-09-28 14:10:34 +00:00
|
|
|
Add_dependency build librsvg-devel
|
2011-03-08 22:26:30 +00:00
|
|
|
|
|
|
|
Add_dependency full gtk-engines
|
2011-10-18 21:02:06 +00:00
|
|
|
Add_dependency full gtk2-engines
|
2012-03-20 15:13:50 +00:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
for f in ${gtk_iconcache_dirs}; do
|
|
|
|
rm -f ${DESTDIR}/${f}/*.cache
|
|
|
|
done
|
|
|
|
}
|