1 # Maintainer: Elder Marco <eldermarco at gmail dot com>
3 pkgname=gnome-shell-theme-elegano
6 pkgdesc="The EleganO gnome-shell theme"
8 license=('GPL' 'LGPL2.1')
9 url="http://msuggs.deviantart.com/art/EleganO-274346366"
10 source=('http://www.deviantart.com/download/274346366/elegano_by_msuggs-d4jc70e.zip')
12 depends=('gnome-shell>=3.2.0' 'gnome-shell-extension-user-theme')
13 optdepends=('gnome-tweak-tool: A tool to customize advanced GNOME 3 options')
16 md5sums=('3f69fdbd0c05869e2e8bcfa0c20dbf91')
22 mkdir -p "$pkgdir/usr/share/themes/EleganO/gnome-shell"
23 install -Dp -m0644 gnome-shell/* \
24 "$pkgdir/usr/share/themes/EleganO/gnome-shell/"
27 find "$pkgdir" -name '*~' -type f -exec rm -f '{}' \;
29 # expandtab:tabstop=4:shiftwidth=4