1 # Maintainer: twa022 <twa022 (at) gmail (dot) com>
3 pkgname=simple-icon-theme
6 pkgdesc="Icon theme for GTK2"
8 license=('GPL' 'LGPL' 'CC')
10 url="http://simplicity-desktop-theme.googlecode.com"
11 source=(http://simplicity-desktop-theme.googlecode.com/files/Simple-${pkgver}.tar.bz2)
15 subfolders=( actions animations apps categories devices emblems mimetypes places spinner status stock )
16 for ((i=0;$i<${#subfolders[*]};i++)) ; do
17 mkdir -p $pkgdir/usr/share/icons/Simple/scalable/${subfolders[$i]}
18 install -m644 $srcdir/Simple/scalable/${subfolders[$i]}/*png $pkgdir/usr/share/icons/Simple/scalable/${subfolders[$i]}/
20 install -m644 $srcdir/Simple/{AUTHORS,index.theme} $pkgdir/usr/share/icons/Simple/
23 md5sums=('83c2038663d9665e4e1d723530b09894')