updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / gnome-shell-theme-metalx / PKGBUILD
bloba3a1224bb795f51c16be3bc9beb2a5d4276f47e6
1 # Maintainer: Alois Nespor <info@aloisnespor.info>
3 pkgname=gnome-shell-theme-metalx
4 pkgver=1.5
5 pkgrel=1
6 pkgdesc="A metallic gnome-shell theme for Gnome3"
7 url="http://justviper.deviantart.com/art/Metal-X-1-2-shell-theme-256652412"
8 license=('GPL')
9 arch=('any')
10 depends=('gnome-shell>=3.2')
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             '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)
18 package() {
20   #unzip -o metal_x_1_2_shell_theme_by_justviper-d48sy9o.zip
21   mkdir -p ${pkgdir}/usr/share/themes/
22   cp -R $srcdir/gs-metalX-gnome3.2 $pkgdir/usr/share/themes/
24   #add Archlinux activities button
25   cd $srcdir/Panel\ Icons/Arch/
26   cp -f gnomefix* corner* $pkgdir/usr/share/themes/gs-metalX-gnome3.2/gnome-shell/
27   chmod -R 755 ${pkgdir}/usr/share/themes/gs-metalX-gnome3.2
31 sha256sums=('741aae9447e5ff51676527d8bd327b7fbbc82b9e0f5309f54274d1d7c4c6141a'
32             '88c3c234aa1c6539297ef4f4e901f7edb285f1aae65713e774db0abdd67cab9c')