Advertisement
Guest User

cinnamon-theme-ambiance

a guest
Apr 5th, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.54 KB | None | 0 0
  1. # Maintainer: gareth_c
  2.  
  3. pkgname=cinnamon-theme-ambiance
  4. pkgver=1.7
  5. pkgrel=2
  6. pkgdesc="Ambiance (Has Cinnamon 1.4 Support)"
  7. arch=('any')
  8. url="http://cinnamon-spices.linuxmint.com/themes/view/43"
  9. license=('GPL')
  10. depends=('cinnamon' 'gtk3')
  11. source=('http://cinnamon-spices.linuxmint.com/uploads/themes/3HWS-N5TQ-ZJ16.zip')
  12. md5sums=('58d1ea75894ca97d23ea96bab644895c')
  13.  
  14. package() {
  15.   cd "$srcdir/Ambiance"
  16.  
  17.   for i in Ambiance*; do
  18.     find "$i" -type f -not -name *~ -exec install -Dm644 '{}' "$pkgdir/usr/share/themes/{}" \;
  19.   done
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement