Don't like ads? PRO users don't see any ads ;-)
Guest

omg-gnome-shell-theme

By: a guest on Sep 29th, 2012  |  syntax: Bash  |  size: 0.66 KB  |  hits: 72  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. pkgname=omg-gnome-shell-theme
  2. pkgver=1.0
  3. pkgrel=1
  4. pkgdesc="GNOME Shell theme that matches omg-suite"
  5. url="http://nale12.deviantart.com/art/OMG-Gnome-Shell-289938478"
  6. license=('GPL')
  7. arch=('any')
  8. depends=('gnome-shell')
  9. optdepends=('omg-suite: A matching GTK theme [AUR]')
  10. source=("http://www.deviantart.com/download/289938478/omg_gnome_shell_by_nale12-d4smdym.zip")
  11. md5sums=('028e8e72c849f98a88fa72d05f8b3438')
  12.  
  13. package() {
  14.   cd OMG-Dark*
  15.   find . -type f -not -name *~ -exec install -Dm644 '{}' "$pkgdir/usr/share/themes/OMG-Dark/{}" \;
  16.  
  17.   cd ../OMG-Light*
  18.   find . -type f -not -name *~ -exec install -Dm644 '{}' "$pkgdir/usr/share/themes/OMG-Light/{}" \;
  19. }