1 # Mantainer: Denilson PaiĆ£o <depaiao@gmail.com>
3 pkgname=hycons-icon-theme
7 pkgdesc="Icon theme created especially for KDE 4"
9 url="http://kde-look.org/content/show.php/Hycons?content=101767"
10 license=('Creative Commons')
11 source=("https://dl.dropbox.com/s/ww4ee68rm2dg80l/${_pkgname}.tar.gz")
12 md5sums=('fa694573bf24c0883b4b04054b4cb67e')
15 cd "${srcdir}/${_pkgname}"
18 find -type f -print0 | xargs -0 chmod 644
19 find -type d -print0 | xargs -0 chmod 755
21 find . -iname '._*' | xargs rm -rf
22 find . -iname '.DS_Store' | xargs rm -rf
26 install -d "${pkgdir}/usr/share/icons/"
27 cp -R "${srcdir}/${_pkgname}" "${pkgdir}/usr/share/icons/"