1 # Maintainer sanderd17 < sanderd17 AT gmail DOT com >
3 pkgname=gnome-shell-theme-gnomeorg-single-user
6 pkgdesc="A shell theme based on the look of the gnome.org website. No system wide installation"
7 url="http://justviper.deviantart.com/art/gnomeorg-shell-theme-257685176"
10 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 _filename="gnomeorg_shell_theme_by_justviper-d49f35k.zip"
15 source=("http://www.deviantart.com/download/257685176/${_filename}")
16 md5sums=('922c933cfcfda32c9c9c238055a493a4')
19 mkdir -p "${pkgdir}$HOME/.themes/"
21 unzip "${srcdir}/${_filename}" -d "${pkgdir}$HOME/.themes/"
22 chmod -R 755 "${pkgdir}$HOME/.themes/Gnomeorg"