1 pkgname=oxygen-gtk-icons
4 pkgdesc="Gtk icon theme that makes gtk app integrate into kde, fork of oxygen refit 2"
5 url="http://sourceforge.net/projects/chakra/files/Tools/Oxygen-Gtk-Icons/"
8 source=("http://sourceforge.net/projects/chakra/files/Tools/Oxygen-Gtk-Icons/oxygen-gtk-${pkgver}.tar.gz")
9 md5sums=('2690c3be8243af48d6bf10f7615c7bc0')
14 install -d "$pkgdir/usr/share/icons/oxygen-gtk"
15 cp -rf oxygen-gtk-${pkgver}/* "$pkgdir/usr/share/icons/oxygen-gtk"
16 find -type f -print0 | xargs -0 chmod 644