updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / gnome-shell-theme-elegano / PKGBUILD
blobb24696bea449076d8516fb3184617d8456cb79bb
1 # Maintainer:  Elder Marco <eldermarco at gmail dot com>
3 pkgname=gnome-shell-theme-elegano
4 pkgver=0.2
5 pkgrel=2
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')
15 arch=('any')
16 md5sums=('3f69fdbd0c05869e2e8bcfa0c20dbf91')
18 package () {
19     cd "$srcdir/EleganO"
21     # The theme
22     mkdir -p "$pkgdir/usr/share/themes/EleganO/gnome-shell"
23     install -Dp -m0644 gnome-shell/* \
24         "$pkgdir/usr/share/themes/EleganO/gnome-shell/"
26     # Remove backup files
27     find "$pkgdir" -name '*~' -type f -exec rm -f '{}' \;
29 # expandtab:tabstop=4:shiftwidth=4