1 # Contributor Dario 'Dax' Vilardi <dax@deelab.org>
3 pkgname=oxygenrefit2-icon-theme
6 pkgdesc="Oxygen-Refit 2 icon theme for GNOME"
8 makedepends=('findutils' 'imagemagick')
9 url="http://www.nanolx.org/nanolx/oxygenrefit2/"
11 source=(http://download.tuxfamily.org/oxygenrefit2/oxygen-refit-2-$pkgver.tar.bz2)
12 md5sums=('60f32f98d8d33d82db79b6bb934f0580')
17 install -d "${pkgdir}/usr/share/icons/"
18 cp -rf "oxygen-refit-2-$pkgver" "${pkgdir}/usr/share/icons/" || return 1
19 find -type f -print0 | xargs -0 chmod 644