updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / oxygen-gtk-icons / PKGBUILD
blobd439e63338eab829c3b9c2f4c5f5b2d86bc9fbe8
1 pkgname=oxygen-gtk-icons
2 pkgver=0.1
3 pkgrel=2
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/"
6 arch=(any)
7 license=('LGPL3')
8 source=("http://sourceforge.net/projects/chakra/files/Tools/Oxygen-Gtk-Icons/oxygen-gtk-${pkgver}.tar.gz")
9 md5sums=('2690c3be8243af48d6bf10f7615c7bc0')
11 package()
13     cd "$srcdir"
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