updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / atlom-gtk-theme / PKGBUILD
blob07897077ecd06e3802119a69e9a64e6de4d7d1b9
1 # Maintainer: Maxwell Pray a.k.a. Synthead <synthead@gmail.com>
3 pkgname=atlom-gtk-theme
4 pkgver=17.11.11
5 pkgrel=1
6 pkgdesc="Atolm-gtk3 theme by MrMars (with support for gtk2)"
7 arch=('any')
8 url="http://gnome-look.org/content/show.php/Atolm-gtk3?content=141922"
9 license=('GPL')
10 source=('http://www.deviantart.com/download/206663190/atolm_gtk3_by_thedeviantmars-d3f1ic6.zip')
11 md5sums=('71307477ec82cfb5e0e9baf198fce2fa')
13 package() {
14   cd "$srcdir"
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 {} \;