Thank you to anyone who has already donated - your generous donations helped make three months of treatment possible.

My brother Nate continues to fight stage IV Hodgkin's lymphoma. He's just 31, with a wife and baby girl. They have no active income (since he's been unable to return to work), no insurance, and cannot afford the treatment he needs. Nate and his family need your help. Please consider a donation, every dollar helps. Thanks.


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Author: half-left <http://half-left.deviantart.com/>
# Maintainer: keshto[at]gmail

pkgname=gnome-shell-theme-orta
pkgver=1.0
pkgrel=2
pkgdesc="This is a GNOME Shell theme based on the Orta GTK2 
theme."
url="https://half-left.deviantart.com/art/GNOME-Shell-Orta-207047273"
license=('GPL')
arch=('any')
depends=('gnome-shell')
optdepends=('gnome-shell-extension-user-theme: User Theme extension for GNOME Shell'
            'gnome-tweak-tool: A tool to customize advanced GNOME 3 options.')
source=("http://www.deviantart.com/download/207047273/gnome_shell___orta_by_half_left-d3f9qp5.zip")
DLAGENTS=('http::/usr/bin/wget -c -t 3 --waitretry=3 -H -U Mozilla -O %o %u')
md5sums=('7670047a31b43709ff8dac0d93976c9b')


package() {
  mkdir -p ${pkgdir}/usr/share/themes/
  #unzip GNOME-Shell-Orta-Dark -d ${pkgdir}/usr/share/themes/
  unzip ${srcdir}/Orta-3.0/GNOME-Shell-Orta-Dark.zip -d ${pkgdir}/usr/share/themes/
  #unzip GNOME-Shell-Orta -d ${pkgdir}/usr/share/themes/
  unzip ${srcdir}/Orta-3.0/GNOME-Shell-Orta.zip -d ${pkgdir}/usr/share/themes/
  chmod -R 755 ${pkgdir}/usr/share/themes/Orta
  chmod -R 755 ${pkgdir}/usr/share/themes/Orta-Dark
}
#md5sums=('a4f74be6ea5ca9e412e04128a0f4bc9e')