updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / gnome-shell-theme-sugar / PKGBUILD
blob3226aa5840b796fb5721e1fe8deac015d7b18cae
1 # Author: DeviantMM <http://deviantmm.deviantart.com/>
2 # Maintainer: foalsrock <foalsrock at gmail dot com>
4 pkgname=gnome-shell-theme-sugar
5 pkgver=1.0
6 pkgrel=1
7 pkgdesc="A Milky GNOME Shell theme."
8 url="http://deviantmm.deviantart.com/art/Sugar-273937253"
9 license=('GPL')
10 arch=('any')
11 depends=('gnome-shell')
12 makedepends=('unzip')
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')
19 package() {
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/"
25   
26   find "${pkgdir}" -name '*~' -type f -exec rm -f '{}' \;