You are not logged in.
Pages: 1
Here's some more NeXTish themes for you, this time with buttery GTK2 goodness. Requires gtkstep and gtk-engines, not to mention of course GTK+ and GTK+2.
PKGBUILD:
# Committer: Michael Baehr <usemike@spamblocked.com>
pkgname=GTK2-Step
pkgver=1.1
pkgrel=1
pkgdesc="NeXT-ish theme for GTK+ and GTK+ 2"
depends=('gtk' 'gtk2' 'gtkstep' 'gtk-engines')
source=(http://art.gnome.org/download/themes/gtk2/595/GTK2-Step.tar.gz)
md5sums=('4b8e520f3cbfbe3b70796cecc8d7aeee')
build() {
cd $startdir/src/
/bin/install -d $startdir/pkg/usr/share/themes
mv $pkgname $startdir/pkg/usr/share/themes/
}
Offline
Pages: 1