1 # Maintainer: Alexander Ovsyannikov <ovsinc@ya.ru>
2 # Contributor: Alexander Ovsyannikov <ovsinc@ya.ru>
4 pkgname=openarch_xcursor_themes
7 pkgdesc="XCursor themes for OpenArch"
9 groups=('openarh_gray')
10 url="http://gnome-look.org/index.php?xcontentmode=36"
12 depends=('gtk2' 'libxcursor')
13 source=('http://gnome-look.org/CONTENT/content-files/120603-pick.tar.gz'
14 'http://gnome-look.org/CONTENT/content-files/61037-entis_cursors_x11_others.tgz'
15 'http://gnome-look.org/CONTENT/content-files/27913-PolarCursorThemes.tar.bz2')
17 md5sums=('f03803659d1c17963f268f644921e972'
18 '9e7809700f07da32f17116dd64f486b1'
19 '886068e0feadd2a07c8b206b211548ec')
23 install -m755 -d "${pkgdir}"/usr/share/icons
24 find "${srcdir}" -mindepth 1 -maxdepth 1 -type d -exec cp -R '{}' "${pkgdir}"/usr/share/icons \;