updated on Wed Jan 11 00:07:16 UTC 2012
[aur-mirror.git] / gnome-shell-theme-orta / PKGBUILD
blobe5a68769f9c0fb009612fe87fd71b9a80e8169db
1 # Author: half-left <http://half-left.deviantart.com/>
2 # Maintainer: keshto[at]gmail
4 pkgname=gnome-shell-theme-orta
5 pkgver=1.0
6 pkgrel=2
7 pkgdesc="This is a GNOME Shell theme based on the Orta GTK2 
8 theme."
9 url="https://half-left.deviantart.com/art/GNOME-Shell-Orta-207047273"
10 license=('GPL')
11 arch=('any')
12 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/207047273/gnome_shell___orta_by_half_left-d3f9qp5.zip")
16 DLAGENTS=('http::/usr/bin/wget -c -t 3 --waitretry=3 -H -U Mozilla -O %o %u')
17 md5sums=('75e7cff2d7c063fdb4414955473bd526')
19 package() {
20   mkdir -p ${pkgdir}/usr/share/themes/
21   unzip GNOME-Shell-Orta-Dark -d ${pkgdir}/usr/share/themes/
22   unzip GNOME-Shell-Orta -d ${pkgdir}/usr/share/themes/
23   chmod -R 755 ${pkgdir}/usr/share/themes/Orta
24   chmod -R 755 ${pkgdir}/usr/share/themes/Orta-Dark
26 md5sums=('a4f74be6ea5ca9e412e04128a0f4bc9e')