
Atolm-gtk3 PKGBUILD
By: a guest on
Jan 28th, 2012 | syntax:
Bash | size: 0.89 KB | hits: 41 | expires: Never
# Maintainer: Stunts <f.pinamartins@gmail.com>
pkgname=atolm-gtk3
pkgver=2011.11.17
pkgrel=2
pkgdesc="Atolm-gtk3 theme by MrMars (with support for gtk2)"
arch=('any')
license=('CCPL')
depends=('gtk3' 'gnome-themes-standard' 'gtk-engine-murrine' 'gtk-engine-equinox')
url="http://thedeviantmars.deviantart.com/art/Atolm-gtk3-206663190"
source=('http://www.deviantart.com/download/206663190/atolm_gtk3_by_thedeviantmars-d3f1ic6.zip')
md5sums=('71307477ec82cfb5e0e9baf198fce2fa')
package() {
cd "$srcdir"
tar xf Atolm-gtk3.tar.gz
mkdir -p "$pkgdir/usr/share/themes"
cp -r "$srcdir/Atolm-gtk3" "$pkgdir/usr/share/themes"
# fix incorrect executable bits
find "$pkgdir/usr/share/themes/Atolm-gtk3" -type f -executable -exec chmod 644 {} \;
# remove unused copies and temporary files
find "$pkgdir/usr/share/themes/Atolm-gtk3" -type f -regex '\(.* (copy)\..*\|.*~$\)' -exec rm {} \;
}