updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / gnome-shell-theme-gsmall-single-user / PKGBUILD
blob0069f159db06c95bd96ec7e74bc6ce56b0b8b140
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
5 pkgver=20110924
6 pkgrel=1
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"
9 license=('unknown')
10 arch=('any')
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')
18 package() {
19     mkdir -p "${pkgdir}$HOME/.themes"
20     mv "${srcdir}/gSmall" "${pkgdir}$HOME/.themes/"
22     # small cleanup
23     find "${pkgdir}" \( -name '*.*~' -o -name '*copy*.*' \) -type f -exec rm -f '{}' \;