#Maintainer: Thorsten Muehlfelder pkgname=tangoish-kde-icon-theme pkgver=0.4 pkgrel=1tm arch=noarch source=("http://fc04.deviantart.com/fs40/f/2009/054/e/e/Tangoish_KDE_by_Shirakawasuna.zip") sourcetemplate=http://thenktor.dyndns.org/packages/$pkgname/ url="http://kde-look.org/content/show.php/Tangoish+KDE?content=97931" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname - icon theme for KDE 4" "Apparently 'Tango' is more of a way of organizing things, not the" "actual style of icons, so this theme is 'tangoish'. I think it works" "beautifully with the default Oxygen style of KDE 4." ) build() { cd $startdir/src tar xvf tangoish-kde-$pkgver.tar.gz || return 1 mkdir -p $startdir/pkg/usr/share/icons/tangoish-kde mkdir -p $startdir/pkg/usr/doc/$pkgname-$pkgver cd tangoish-kde-$pkgver rm screenshot* || return 1 mv changelog licenses links missing $startdir/pkg/usr/doc/$pkgname-$pkgver/ || return 1 mv * $startdir/pkg/usr/share/icons/tangoish-kde }