updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / humanities-icon-theme / PKGBUILD
blob124897f8aa3c4122798df38fe074a1621baed090
1 # Maintainer: Hannes Riehl <hannes.riehl at gmail dot com>
3 pkgname=humanities-icon-theme
4 pkgver=0.2
5 pkgrel=2
6 pkgdesc="A modified version of the Ubuntu Humanity Icon theme that allows you to easily change the icon colors."
7 arch=('any')
8 url="http://gnome-look.org/content/show.php/Humanity-Colors?content=117230/"
9 license=('GPL')
10 groups=('gnome')
11 depends=('ubuntu-mono')
12 optdepends=('magicons: customize icon color scheme')
13 source=('http://dl.dropbox.com/u/3588645/Themes/Humanities/Humanities.tar.bz2'
14         'http://dl.dropbox.com/u/3588645/Themes/Humanities/Humanities-Dark.tar.bz2'
15         'http://dl.dropbox.com/u/3588645/Themes/Humanities/Humanities-G.tar.bz2'
16         'http://dl.dropbox.com/u/3588645/Themes/Humanities/Humanities-G-Dark.tar.bz2')
17 md5sums=('2afca04eced18eb7e441ac9a5664801f'
18          'a039afd626a7f84d345b93fa0794e46e'
19          '8d9a54c7e328161c0611ccf1be5041fb'
20          'b7c0808c9bda90153d0f7d0a2c8c65ab')
22 build() {
23   _dest=$pkgdir/usr/share
24   _humanities=('Humanities'
25                'Humanities-Dark'
26                'Humanities-G'
27                'Humanities-G-Dark')
28   mkdir -p $_dest/icons $_dest/magicons/iconsets
29   cd $_dest
30   for item in ${_humanities[*]}
31   do
32       ln -s /usr/share/icons/$item magicons/iconsets
33       cp -Pr $srcdir/$item icons
34   done