updated on Wed Jan 25 00:20:47 UTC 2012
[aur-mirror.git] / gnome-shell-theme-gaia / PKGBUILD
blob2ab54c9edb9f01feb65329609fb5989a6fc172bc
1 # Author: half-left <http://half-left.deviantart.com/>
2 # Maintainer: foalsrock <foalsrock at gmail dot com>
4 pkgname=gnome-shell-theme-gaia
5 pkgver=20111026
6 pkgrel=1
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?"
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/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')
19 package() {
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 '{}' \;