Advertisement
Peaceseeker

updated moka-blue-icon-theme

Oct 7th, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. # Maintainer: Diego <cdprincipe@at@gmail@dot@com>
  2.  
  3. pkgname=moka-blue-icon-theme
  4. pkgver=0.9
  5. pkgrel=1
  6. pkgdesc="Moka is meant to be a comprehensive and well-designed icon set."
  7. arch=('any')
  8. url="https://launchpad.net/~snwh/+archive/moka-icon-theme-daily/+packages"
  9. license=('GPL3')
  10.  
  11. source=('https://launchpad.net/~snwh/+archive/moka-icon-theme-daily/+files/moka-icon-theme-blue_0.9-0%7E18%7Eubuntu13.10.1_all.deb')
  12. md5sums=('3cea7bb77f1dd899662c2fc2c41a8f72')
  13.  
  14. package() {
  15. # Extract
  16. cd $srcdir
  17. tar -xvf data.tar.gz
  18.  
  19. # create theme dirs
  20. install -d -m 755 "$pkgdir"/usr/share/icons/Moka-Blue
  21. install -d -m 755 "$pkgdir"/usr/share/icons/Moka-Dark-Blue
  22.  
  23. # install theme
  24. cd $srcdir/usr/share/icons/Moka-Blue
  25. cp -r . "$pkgdir"/usr/share/icons/Moka-Blue/
  26. cd $srcdir/usr/share/icons/Moka-Dark-Blue
  27. cp -r . "$pkgdir"/usr/share/icons/Moka-Dark-Blue/
  28.  
  29.  
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement