1 # Contributor: grimi <grimi at poczta dot fm>
2 # Maintainer: grimi <grimi at poczta dot fm>
4 pkgname=xcursor-harmony-white
7 pkgdesc="A white version of harmony cursor theme..."
9 url="http://gnome-look.org/content/show.php/Harmony+white?content=145766"
11 depends=('libxcursor')
12 source=("http://gnome-look.org/CONTENT/content-files/145766-Harmony%20white.tar.gz")
13 md5sums=('8385c554703282eadedbff6cf28956f7')
17 install -d "${pkgdir}"/usr/share/icons
18 rm -fr "Harmony white/"*~
19 cp -r "Harmony white" "${pkgdir}"/usr/share/icons/Harmony-white
22 # vim:set ts=2 sw=2 et: