1 # Maintainer sanderd17 < sanderd17 AT gmail DOT com >
3 pkgname=gnome-shell-theme-metalx-single-user
6 pkgdesc="A metallic gnome-shell theme for Gnome3. No system wide installation."
7 url="http://justviper.deviantart.com/art/Metal-X-1-2-shell-theme-256652412"
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 'ttf-ubuntu-font-family: this theme prefers ttf-ubuntu-font-family')
15 source=(http://www.deviantart.com/download/256652412/metal_x_1_2_shell_theme_by_justviper-d48sy9o.zip
16 http://www.deviantart.com/download/257044868/panel_icons_for_metal_x_theme_by_justviper-d491d38.zip)
20 #unzip -o metal_x_1_2_shell_theme_by_justviper-d48sy9o.zip
21 mkdir -p ${pkgdir}$HOME/.themes/
22 cp -R $srcdir/gs-metalX $pkgdir$HOME/.themes/
24 #add Archlinux activities button
25 cd $srcdir/Panel\ Icons/Arch/
26 cp -f gnomefix* corner* $pkgdir$HOME/.themes/gs-metalX/gnome-shell/
27 chmod -R 755 ${pkgdir}$HOME/.themes/gs-metalX
31 sha256sums=('9010488e4a2b7c50e654040179b50936d5e768b10dde660fb7ca8b0efe05258b'
32 '88d6c86ba7b344e155c4907e08429ed1b17412fa1eb55f81cca0e499fade04b8')