1 # Contributor: grimi <grimi at poczta dot fm>
2 # Maintainer: grimi <grimi at poczta dot fm>
7 pkgdesc="Third generation of Prudence theme (default in AgiliaLinux) for gtk2, gtk3, metacity, xfwm, openbox and gnome-shell."
9 url="http://gnome-look.org/content/show.php/Sammy?content=146116"
11 depends=('gtk-engines' 'gtk-engine-unico>=1.0.1')
12 source=(http://dl.dropbox.com/u/933063/gnome-look/sammy-${pkgver}.zip)
13 md5sums=('d5eb6e72a758e5ed741e5b7e6bd6b595')
17 find Sammy*/ -not -name *~ -type f \
18 -exec install -Dm644 "{}" "$pkgdir/usr/share/themes/{}" \;
21 # vim:set ts=2 sw=2 et: