updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / humanity-icon-theme / PKGBUILD
blobe43e2f7ee169098783b5815c07d896cdd9ec071e
1 # Maintainer: M0Rf30
4 pkgname=humanity-icon-theme
5 pkgver=0.5.3.11
6 pkgrel=2
7 pkgdesc="Latest Humanity icons from Ubuntu...without modifications..."
8 arch=('any')
9 url="https://launchpad.net/humanity"
10 license=('GPL2')
11 conflicts=('humanity-icons')
12 depends=()
13 options=(!strip)
14 source=(https://launchpad.net/ubuntu/+archive/primary/+files/${pkgname}_${pkgver}.tar.gz)
16 build() {
17         mkdir -p $pkgdir/usr/share/icons/
18         cd $srcdir/${pkgname}
19         cp -r "Humanity-Dark" "$pkgdir/usr/share/icons"
20         cp -r "Humanity" "$pkgdir/usr/share/icons"
22 md5sums=('bc4a3ceabfbb5bfc31313863707f1cfc')