nuvola-1.0-r1.ebuild 618 B

12345678910111213141516171819202122232425262728
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. DESCRIPTION="Nuvola SVG icon theme"
  4. HOMEPAGE="http://www.kde-look.org/content/show.php?content=5358"
  5. SRC_URI="http://www.icon-king.com/files/${P}.tar.gz"
  6. LICENSE="LGPL-2"
  7. SLOT="0"
  8. KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
  9. IUSE=""
  10. RESTRICT="strip binchecks"
  11. DEPEND="!=kde-apps/kdeartwork-iconthemes-4*"
  12. S=${WORKDIR}
  13. src_install() {
  14. cd nuvola
  15. dodoc thanks.to readme.txt author
  16. rm thanks.to thanks.to~ readme.txt author license.txt
  17. cd "${S}"
  18. insinto /usr/share/icons
  19. doins -r nuvola
  20. }