1 # Author: half-left <http://half-left.deviantart.com/>
2 # Maintainer: foalsrock <foalsrock at gmail dot com>
4 pkgname=gnome-shell-theme-gaia
7 pkgdesc="This is a GNOME Shell theme with a Gaia look and design."
8 url="http://half-left.deviantart.com/art/GNOME-Shell-Gaia-207574700?"
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/207574700/gnome_shell___gaia_by_half_left-d3fl1nw.zip")
16 DLAGENTS=('http::/usr/bin/wget -c -t 3 --waitretry=3 -H -U Mozilla -O %o %u')
17 md5sums=('48418a4724669d538aa1216b6cf9e886')
20 mkdir -p "${pkgdir}/usr/share/themes/"
21 unzip "${srcdir}/Gaia-3.2.zip" -d "${pkgdir}/usr/share/themes/"
23 mkdir -p "${pkgdir}/usr/share/licenses/gnome-shell-theme-gaia"
24 mv "${pkgdir}/usr/share/themes/Gaia-3.2/gnome-shell/LICENSE" "${pkgdir}/usr/share/licenses/gnome-shell-theme-gaia/"
26 find "${pkgdir}" -name '*~' -type f -exec rm -f '{}' \;