#Maintainer: George Vlahavas pkgname=gtk-gnustep-theme pkgver=1.0 pkgrel=1gv arch=noarch source=("http://gnome-look.org/CONTENT/content-files/117765-GTK-GNUstep.tar") url=http://gnome-look.org/content/show.php/GTK-GNUstep?content=117765 slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gtk-gnustep-theme (a Gtk2 theme to match the WindoMaker/GNUstep look)" "GtkGNUstep is a Gtk2 theme that matches the widgets used by default in" "the WindowMaker/GNUStep environment. This theme is intended to be" "installed on computers having a WindowMaker/GNUStep environment, so as" "to harmonize the look of any gtk applications being used. The widgets" "are an exact match wherever possible." ) build() { cd $startdir/src/ # disable icons on buttons, like close etc echo "gtk-button-images = 0" >> GTK-GNUstep/gtk-2.0/gtkrc mkdir -p $startdir/pkg/usr/share/themes cp -R GTK-GNUstep $startdir/pkg/usr/share/themes/ }