1 # Maintainer: Maxwell Pray a.k.a. Synthead <synthead@gmail.com>
3 pkgname=atlom-gtk-theme
6 pkgdesc="Atolm-gtk3 theme by MrMars (with support for gtk2)"
8 url="http://gnome-look.org/content/show.php/Atolm-gtk3?content=141922"
10 source=('http://www.deviantart.com/download/206663190/atolm_gtk3_by_thedeviantmars-d3f1ic6.zip')
11 md5sums=('71307477ec82cfb5e0e9baf198fce2fa')
15 tar xf Atolm-gtk3.tar.gz
16 mkdir -p "$pkgdir/usr/share/themes"
17 cp -r "$srcdir/Atolm-gtk3" "$pkgdir/usr/share/themes/Atlom"
19 # fix incorrect executable bits
20 find "$pkgdir/usr/share/themes/Atlom" -type f -executable -exec chmod 644 {} \;
21 # remove unused copies and temporary files
22 find "$pkgdir/usr/share/themes/Atlom" -type f -regex '\(.* (copy)\..*\|.*~$\)' -exec rm {} \;