Advertisement
Guest User

Atolm-gtk3 PKGBUILD

a guest
Jan 28th, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.89 KB | None | 0 0
  1. # Maintainer:  Stunts <f.pinamartins@gmail.com>
  2.  
  3. pkgname=atolm-gtk3
  4. pkgver=2011.11.17
  5. pkgrel=2
  6. pkgdesc="Atolm-gtk3 theme by MrMars (with support for gtk2)"
  7. arch=('any')
  8. license=('CCPL')
  9. depends=('gtk3' 'gnome-themes-standard' 'gtk-engine-murrine' 'gtk-engine-equinox')
  10. url="http://thedeviantmars.deviantart.com/art/Atolm-gtk3-206663190"
  11. source=('http://www.deviantart.com/download/206663190/atolm_gtk3_by_thedeviantmars-d3f1ic6.zip')
  12. md5sums=('71307477ec82cfb5e0e9baf198fce2fa')
  13.  
  14. package() {
  15.     cd "$srcdir"
  16.     tar xf Atolm-gtk3.tar.gz
  17.     mkdir -p "$pkgdir/usr/share/themes"
  18.     cp -r "$srcdir/Atolm-gtk3" "$pkgdir/usr/share/themes"
  19.  
  20.     # fix incorrect executable bits
  21.     find "$pkgdir/usr/share/themes/Atolm-gtk3" -type f -executable -exec chmod 644 {} \;
  22.     # remove unused copies and temporary files
  23.     find "$pkgdir/usr/share/themes/Atolm-gtk3" -type f -regex '\(.* (copy)\..*\|.*~$\)' -exec rm {} \;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement