
omg-gnome-shell-theme
By: a guest on
Sep 29th, 2012 | syntax:
Bash | size: 0.66 KB | hits: 72 | expires: Never
pkgname=omg-gnome-shell-theme
pkgver=1.0
pkgrel=1
pkgdesc="GNOME Shell theme that matches omg-suite"
url="http://nale12.deviantart.com/art/OMG-Gnome-Shell-289938478"
license=('GPL')
arch=('any')
depends=('gnome-shell')
optdepends=('omg-suite: A matching GTK theme [AUR]')
source=("http://www.deviantart.com/download/289938478/omg_gnome_shell_by_nale12-d4smdym.zip")
md5sums=('028e8e72c849f98a88fa72d05f8b3438')
package() {
cd OMG-Dark*
find . -type f -not -name *~ -exec install -Dm644 '{}' "$pkgdir/usr/share/themes/OMG-Dark/{}" \;
cd ../OMG-Light*
find . -type f -not -name *~ -exec install -Dm644 '{}' "$pkgdir/usr/share/themes/OMG-Light/{}" \;
}