# Maintainer: Alois Nespor <info@aloisnespor.info>
pkgname=faience-icon-theme
pkgver=0.1
pkgrel=2
pkgdesc="Icon theme for GNOME 3/GNOME Shell."
url="http://tiheum.deviantart.com/art/Faience-icon-theme-255099649"
license=('GPL3')
arch=('any')
depends=('faenza-icon-theme')
makedepends=('unzip')
options=(!strip)
source=("http://www.deviantart.com/download/255099649/faience_icon_theme_by_tiheum-d47vo5d.zip")
sha256sums=('acb9da25f3f9b75e0095a122bbf2e3e8c367e14a0027c1dfe9dd7e8077ca4486')
package() {
cd "${srcdir}"
mkdir -p "${pkgdir}/usr/share/icons"
unzip "${srcdir}/faience_icon_theme_by_tiheum-d47vo5d.zip" -d "${pkgdir}/usr/share/icons/"
chmod -R 755 "${pkgdir}/usr/share/icons/"
# set the Arch Linux Dristributor and start menu logo
for size in 16 22 24 32 48; do
cd "${pkgdir}/usr/share/icons/Faience/places/$size"
ln -sf distributor-logo-archlinux.png distributor-logo.png
ln -sf start-here-archlinux.png start-here.png
done;
}