1 # Contributor: Vinzenz Vietzke <vinz@archlinux.us>
2 pkgname=oxygenrefit2-icon-theme-green-version
5 pkgdesc="Green version of Oxygen-Refit 2 icon theme for GNOME"
8 makedepends=('findutils')
9 url="http://www.gnome-look.org/content/show.php/Oxygen-Refit+2+-+Green+Version?content=84683"
11 source=(http://archmirror.de/aur/OxygenRefit2-green-version-$pkgver.tar.bz2)
12 md5sums=('6267f402a52e6424a03a68712d986217')
15 mkdir -p "$pkgdir/usr/share/icons"
16 cd "$pkgdir/usr/share/icons"
17 mv "$srcdir/OxygenRefit2-green-version" .
18 find -type f -print0 | xargs -0 chmod 644