sie 19, 2011

1.0.7


Mint-X Icon themes
Kategoria: mint-x-icons
Napisał: kardasa

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.

projectpage: Mint X Icon Themes
summarypl: Temat ikon Mint X
contentpl: 

To jest ebuild instalujący temat ikon Mint X, świetnie wyglądający zestaw ikon stworzony dla dystrybucji Linux Mint.

Napisałem tego ebuilda aby sprawić, że mój komputer z Gentoo będzie wyglądał tak dobrze jak obecnie wyglądają komputery z zainstalowanym Linuksem Mint. Opublikowałem tego ebuilda tutaj.

Ten ebuild jest niezbędną zależnością dla tematu GTK Mint X, który jest także dostępny w moim overlayu.

overlaycommands: echo "=x11-themes/mint-x-icons-1.0.7" >> /etc/portage/package.keywords emerge -av =x11-themes/mint-x-icons-1.0.7
ebuildsource: 
  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; }
svnlink: http://www.kardasa.pl/websvn/filedetails.php?repname=KardasA+Overlay&path=%2Fx11-themes%2Fmint-x-icons%2Fmint-x-icons-1.0.7.ebuild