25 lines
717 B
Text
25 lines
717 B
Text
# Template build file for 'gnome-themes-standard'.
|
|
pkgname=gnome-themes-standard
|
|
version=3.4.2
|
|
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
|
build_style=gnu-configure
|
|
makedepends="pkg-config intltool gtk+3-devel librsvg-devel"
|
|
fulldepends="gtk-engines gtk2-engines"
|
|
short_desc="Standard gnome themes"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=aa29d23708e3357775fb7ea2de14b90551a2c732fce297f3372dae005374c3a8
|
|
long_desc="
|
|
This package contains a set of standard gnome themes."
|
|
|
|
gtk_iconcache_dirs="
|
|
/usr/share/icons/LowContrast
|
|
/usr/share/icons/HighContrast
|
|
/usr/share/icons/HighContrastInverse"
|
|
|
|
|
|
|
|
post_install() {
|
|
for f in ${gtk_iconcache_dirs}; do
|
|
rm -f ${DESTDIR}/${f}/*.cache
|
|
done
|
|
}
|