mint-x-theme-1.0.5

Published: 19.08.2011

Mint-X GTK themes

Project homepage: Mint X GTK Themes

This is ebuild for Mint X GTK themes, a very nice looking Murrine based themes used by Linux Mint.

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

This ebuild needs Mint X Icon themes as a dependency which is also available in my overlay.

To use this ebuild run following commands in terminal:

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

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. DESCRIPTION="Mint-X GTK themes"
  8. HOMEPAGE="http://packages.linuxmint.com/pool/main/m/mint-x-theme/"
  9. SRC_URI="http://packages.linuxmint.com/pool/main/m/${PN}/${PN}_${PV}.tar.gz"
  10.  
  11. LICENSE="GPL-3"
  12. SLOT="0"
  13. KEYWORDS="~amd64 ~x86"
  14. IUSE=""
  15.  
  16. RDEPEND="x11-themes/gtk-engines-murrine
  17. x11-themes/mint-x-icons"
  18.  
  19. DEPEND="${RDEPEND}"
  20.  
  21. RESTRICT="binchecks strip"
  22.  
  23. S=${WORKDIR}
  24.  
  25. src_install() {
  26. insinto /usr/share/themes
  27. doins -r mint-x-theme/usr/share/themes/Mint-X{,-Metal} || die "Installing themes failed!"
  28. dodoc mint-x-theme/debian/changelog mint-x-theme/debian/copyright
  29. }

Here is the list of all the mint-x-theme 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