updated on Wed Jan 11 08:01:35 UTC 2012
[aur-mirror.git] / gnome-shell-theme-gnomeorg-single-user / PKGBUILD
blobc504d4ebc7ba034e2de1e3d2a2b0681a77103793
1 # Maintainer  sanderd17 < sanderd17 AT gmail DOT com >
3 pkgname=gnome-shell-theme-gnomeorg-single-user
4 pkgver=1.1
5 pkgrel=1
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"
8 license=('GPL')
9 arch=('any')
10 depends=('gnome-shell')
11 makedepends=('unzip')
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')
18 package() {
19   mkdir -p "${pkgdir}$HOME/.themes/"
21   unzip "${srcdir}/${_filename}" -d "${pkgdir}$HOME/.themes/"
22   chmod -R 755 "${pkgdir}$HOME/.themes/Gnomeorg"