#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=gnome-themes pkgver=2.32.1 zenver=66 pkgrel=1 arch=i686 source=("http://ftp.acc.umu.se/pub/GNOME/sources/gnome-themes/2.32/gnome-themes-$pkgver.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/g/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=www.gnome.org options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gnome-themes - Themes for the Gnome desktop" "Various themes for Metacity, GTK, and GNOME in general. This package" "also depicts the GNOME default theme setup, including wallpaper," "icons, and gtk2 themes." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etci --enable-static=no make || return 1 make install DESTDIR=$startdir/pkg }