updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / gnome-shell-theme-elementary-viper-luna / PKGBUILD
blob1977a4628bcfb6c65b4055aec093162a615d6280
1 # Author:   justviper <http://justviper.deviantart.com/>
2 # Maintainer: sanderd17 <sanderd17 at gmail dot com>
4 pkgname=gnome-shell-theme-elementary-viper-luna
5 pkgver=20111122
6 pkgrel=1
7 pkgdesc="A bright gnome shell theme by justviper" 
8 url="http://justviper.deviantart.com/art/ElementaryViper-Luna-shell-261144492"
9 license=('unknown')
10 arch=('any')
11 depends=('gnome-shell>=3.2')
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/261144492/elementaryviper_luna_shell_by_justviper-d4bh8do.zip")
16 md5sums=('ee7c39e33730e348f24dc8fd80528f07')
18 build() {
19   mkdir -p ${pkgdir}/usr/share/themes/
20   mv ${srcdir}/ElementaryViper\ Luna ${pkgdir}/usr/share/themes/
21