updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / gant-icon-theme / PKGBUILD
blob40540cd551d8abeea46fb893ddefa65ee59322de
2 pkgname=gant-icon-theme
3 pkgver=0.3
4 pkgrel=2
5 pkgdesc="Icon theme for KDE4."
6 arch=('any')
7 depends=('kdebase-runtime' 'imagemagick')
8 url="http://shirakawasuna.deviantart.com/art/GANT-for-KDE-0-3-53410957?q=boost%3Apopular%20in%3Acustomization%2Ficons%2Fos%2Fnix%20kde&qo=8"
9 license=('LGPL')
10 source=(http://fc07.deviantart.net/fs17/f/2007/163/1/8/GANT_for_KDE___0_3_by_Shirakawasuna.gz
11 patch)
12 md5sums=('602ab13edb428fa846af77f52fc4ae46'
13          '4e54ca67f28f070dfedfffa585a7dfa0')
15 build() {
16   REQUIRED_SIZES="32x32 22x22 16x16"
17   SIZES="128x128 96x96 72x72 64x64 48x48 $REQUIRED_SIZES"
19   cd ${srcdir}
20   tar xvf GANT_for_KDE___0_3_by_Shirakawasuna.gz
21   patch -Np1 -i patch
22   cd GANT*
23   ./buildset
24   install -d ${pkgdir}/usr/share/icons/gant
25   cd GANT*
26  for size in $SIZES
27  do
28         cp -fR $size ${pkgdir}/usr/share/icons/gant
29  done
30  cp index.desktop ${pkgdir}/usr/share/icons/gant