#Maintainer: Thorsten Muehlfelder pkgname=gartoon-redux-icon-theme pkgver=1.10 pkgrel=1tm arch=noarch source=("http://tweenk.artfx.pl/gartoon/source/gartoon-redux-$pkgver.tar.gz") url="http://gnome-look.org/content/show.php/Gartoon+Redux?content=74841" docs=('README' 'AUTHORS' 'COPYING' 'changelog') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (cartoon-style SVG icon theme)" "Gartoon Redux is essentially the much beloved Gartoon theme," "completely overhauled, reorganized and expanded with dozens" "of new icons. PNG renderings of the SVG icons are also" "provided to speed up loading." ) build() { cd $startdir/src/gartoon-redux-$pkgver/ # create png icons ./configure --prefix=/usr --sizes=16,22,24,32 make -j2 || return 1 # add DESTDIR to Makefile sed -i 's/icondir\ =\ $(PREFIX)/icondir\ =\ $(DESTDIR)\/$(PREFIX)/' Makefile || return 1 make DESTDIR=$startdir/pkg install || return 1 }