# Description: Tango theme including 48x48 PNG icons # URL: http://tango.freedesktop.org/ # Maintainer: Petar Petrov, slackalaxy at gmail dot com name=tango-icon-theme version=6d85117 release=1 source=(https://github.com/slackalaxy/$name/archive/$version/$name-6d85117afbac27278f7dfbe69bef025600055b70.tar.gz) build() { cd $name-${version}* find -L . -perm 664 -exec chmod 644 {} \; mkdir -p $PKG/usr/share/icons cp -a Tango $PKG/usr/share/icons/ }