mint-x-icons-1.0.7

Published: 19.08.2011

Mint-X Icon themes

Project homepage: Mint X Icon Themes

This is ebuild for Mint X icon themes, a very nice looking set of icons created for the Linux Mint distribution.

I wrote this ebuild to make my Gentoo box looks as good as Linux Mint is looking. I posted the ebuild here.

This ebuild is needed dependency for Mint X GTK theme, also available in my overlay.

To use this ebuild run following commands in terminal:

echo "=x11-themes/mint-x-icons-1.0.7" >> /etc/portage/package.keywords
emerge -av =x11-themes/mint-x-icons-1.0.7

View the source of the ebuild
  1. # Copyright 1999-2011 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # $Header:
  4.  
  5. EAPI="4"
  6.  
  7. inherit gnome2-utils
  8.  
  9. DESCRIPTION="Mint-X Icon themes"
  10. HOMEPAGE="http://packages.linuxmint.com/pool/main/m/mint-x-icons/"
  11. SRC_URI="http://packages.linuxmint.com/pool/main/m/${PN}/${PN}_${PV}.tar.gz"
  12.  
  13. LICENSE="GPL-3"
  14. SLOT="0"
  15. KEYWORDS="~amd64 ~x86"
  16. IUSE=""
  17.  
  18. RDEPEND=""
  19.  
  20. RESTRICT="binchecks strip"
  21.  
  22. S=${WORKDIR}
  23.  
  24. src_install() {
  25. insinto /usr/share/icons
  26. doins -r mint-x-icons/usr/share/icons/Mint-X{,-Dark} || die
  27. insinto /usr/share/pixmaps
  28. doins -r mint-x-icons/usr/share/pixmaps/pidgin || die
  29. dodoc mint-x-icons/debian/changelog mint-x-icons/debian/copyright
  30. }
  31.  
  32. pkg_preinst() { gnome2_icon_savelist; }
  33. pkg_postinst() { gnome2_icon_cache_update; }
  34. pkg_postrm() { gnome2_icon_cache_update; }

Here is the list of all the mint-x-icons ebuild versions that are available in my overlay:



Comments

If you have found something wrong with the information provided above or maybe you just want to speak your mind about it, feel free to leave a comment.
All comments will show up on page after being approved. Sorry for such policy but I want to make sure that my site will be free of abusive or vulgar content. I don't mind being criticized just do it using right words.

Leave a comment