1 # Contributor: Vinzenz Vietzke <vinz@archlinux.us>
2 pkgname=oxygenrefit2-icon-theme-black-version
5 pkgdesc="Black 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+-+Black+Version?content=83623"
11 source=(http://archmirror.de/aur/OxygenRefit2-black-version-$pkgver.tar.bz2)
12 md5sums=('67b0e1a0736d32a1a1f3e0b5185258db')
15 mkdir -p "$pkgdir/usr/share/icons"
16 cd "$pkgdir/usr/share/icons"
17 mv "$srcdir/OxygenRefit2-black-version" .
18 find -type f -print0 | xargs -0 chmod 644