updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / hycons-icon-theme / PKGBUILD
blobb0309cfb21ae6ed2bd288e3dea588010096ced8d
1 # Mantainer: Denilson PaiĆ£o <depaiao@gmail.com>
3 pkgname=hycons-icon-theme
4 _pkgname=Hycons
5 pkgver=14.07.11
6 pkgrel=2
7 pkgdesc="Icon theme created especially for KDE 4"
8 arch=('any')
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')
13           
14 build() {
15   cd "${srcdir}/${_pkgname}"
17   # fixing permissions
18   find -type f -print0 | xargs -0 chmod 644
19   find -type d -print0 | xargs -0 chmod 755
20   # Delete dot files
21   find . -iname '._*' | xargs rm -rf
22   find . -iname '.DS_Store' | xargs rm -rf
25 package() {
26   install -d "${pkgdir}/usr/share/icons/"
27   cp -R "${srcdir}/${_pkgname}" "${pkgdir}/usr/share/icons/"