1 # Author: Solo-Dev <http://solo-dev.deviantart.com/>
2 # Maintainer sanderd17 < sanderd17 AT gmail DOT com >
4 pkgname=gnome-shell-theme-gsmall-single-user
7 pkgdesc="A slimmed down version of the default GNOME Shell theme. No system wide installation."
8 url="http://solo-dev.deviantart.com/art/gSmall-244635459"
11 depends=('gnome-shell')
12 optdepends=('gnome-shell-extension-user-theme: User Theme extension for GNOME Shell'
13 'gnome-tweak-tool: A tool to customize advanced GNOME 3 options.')
14 source=("http://www.deviantart.com/download/244635459/gsmall_by_solo_dev-d41ndxf.zip")
15 DLAGENTS=('http::/usr/bin/wget -c -t 3 --waitretry=3 -H -U Mozilla -O %o %u')
16 md5sums=('29eb035f522001f9d1806681332d780a')
19 mkdir -p "${pkgdir}$HOME/.themes"
20 mv "${srcdir}/gSmall" "${pkgdir}$HOME/.themes/"
23 find "${pkgdir}" \( -name '*.*~' -o -name '*copy*.*' \) -type f -exec rm -f '{}' \;