updated on Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git] / sammy-themes / PKGBUILD
blob9603ed8550a84722fd0fe3b0565430764d0778fd
1 # Contributor: grimi <grimi at poczta dot fm>
2 # Maintainer: grimi <grimi at poczta dot fm>
4 pkgname=sammy-themes
5 pkgver=0.7.4
6 pkgrel=1
7 pkgdesc="Third generation of Prudence theme (default in AgiliaLinux) for gtk2, gtk3, metacity, xfwm, openbox and gnome-shell."
8 arch=('any')
9 url="http://gnome-look.org/content/show.php/Sammy?content=146116"
10 license=('GPL')
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')
16 package() {
17   find Sammy*/ -not -name *~ -type f \
18       -exec install -Dm644 "{}" "$pkgdir/usr/share/themes/{}" \;
21 # vim:set ts=2 sw=2 et: