#Maintainer: Frédéric Boulet (bipbiponlinux at gmail dot com;bipbip@zenwalk forums) #Former: George Vlahavas (vlahavas@gmail.com, gapan@zenwalk forums) pkgname=gnome-themes-extras pkgver=2.22.0 pkgrel=1 zenver=64 arch=i486 source=("http://download.gnome.org/sources/gnome-themes-extras/2.22/gnome-themes-extras-2.22.0.tar.bz2" \ "http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/g/$pkgname/01_darklooks_tooltips.patch") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/g/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=http://download.gnome.org/sources/gnome-themes-extras options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gnome-themes-extras - extra themes for the GNOME desktop" "This package contains a few nice contributed themes for the GNOME" "desktop, including vector icons for applications and nautilus, GTK+" "themes and metacity themes:" "" " * The Darklooks theme is a dark Clearlooks theme" " * The Dropline Neu! icon theme" " * The Foxtrot theme is a tangonized theme with Bluecurve colors" " * The Gion icon theme" ) build() { cd $startdir/src/$pkgname-$pkgver patch -p0 < ../01_darklooks_tooltips.patch ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }