Advertisement
Guest User

orta-gtk3-theme

a guest
Apr 1st, 2012
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.69 KB | None | 0 0
  1. # Maintainer: Ner0
  2.  
  3. pkgname=orta-gtk3-theme
  4. pkgver=0.0.1
  5. pkgrel=1
  6. pkgdesc="A GTK 3 port of the popular Orta theme (includes GTK 2 theme)"
  7. arch=('any')
  8. url="http://rebek94.deviantart.com/art/Orta-theme-for-Ubuntu-Unity-11-10-283027728"
  9. license=('GPL')
  10. depends=('gtk-engine-unico')
  11. optdepends=('gtk-engine-murrine: For GTK 2 apps'
  12.             'orta-openbox-theme: An Openbox theme [AUR]')
  13. source=(http://www.deviantart.com/download/283027728/orta_theme_for_ubuntu_unity_11_10_by_rebek94-d4oi9lc.zip)
  14. md5sums=('5d75aa5d4dcb4d873af310f73f8bb6e7')
  15.  
  16. package() {
  17.   find . -type f -exec install -Dm644 '{}' "$pkgdir/usr/share/themes/Orta/{}" \;
  18.   rm -rf "$pkgdir/usr/share/themes/Orta/gtk-2.0"
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement