1 # Author: DeviantMM <http://deviantmm.deviantart.com/>
2 # Maintainer: foalsrock <foalsrock at gmail dot com>
4 pkgname=gnome-shell-theme-sugar
7 pkgdesc="A Milky GNOME Shell theme."
8 url="http://deviantmm.deviantart.com/art/Sugar-273937253"
11 depends=('gnome-shell')
13 optdepends=('gnome-shell-extension-user-theme: User Theme extension for GNOME Shell'
14 'gnome-tweak-tool: A tool to customize advanced GNOME 3 options.')
15 source=("http://www.deviantart.com/download/273937253/sugar_by_deviantmm-d4j3fc5.zip")
16 DLAGENTS=('http::/usr/bin/wget -c -t 3 --waitretry=3 -H -U Mozilla -O %o %u')
17 md5sums=('db2fffa8d7a704ac0da70a4cd9e75235')
20 mkdir -p "${pkgdir}/usr/share/themes/"
21 mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
23 mv "${srcdir}/Sugar/gnome-shell/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/"
24 mv "${srcdir}/Sugar" "${pkgdir}/usr/share/themes/"
26 find "${pkgdir}" -name '*~' -type f -exec rm -f '{}' \;