pidgin-gfire-0.8.3

Published: 26.12.2009

Open source plugin for the Pidgin IM client which allows you to connect the Xfire network.

Project homepage: Gfire

Gfire is an open source plugin for the Pidgin IM client which allows you to connect the Xfire network. This plugin is able not only to send and recive text messages but can also raport to Xfire network your Linux in game status. More informations how to use this great tool you will find on project web site.

This version supports in game status detection based on process detection.

This is updated version of ebuild taken from this bug report.

To use this ebuild run following commands in terminal:

echo "=x11-plugins/pidgin-gfire-0.8.3" >> /etc/portage/package.keywords
emerge -av =x11-plugins/pidgin-gfire-0.8.3

View the source of the ebuild
  1. # Copyright 1999-2009 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # $Header: j0inty $
  4.  
  5. DESCRIPTION="Gfire is an open source plugin for the Pidgin IM client which allows you to connect the Xfire network."
  6. HOMEPAGE="http://gfireproject.org/"
  7. SRC_URI="http://iweb.dl.sourceforge.net/project/gfire/gfire/gfire-0.8.3/pidgin-gfire-0.8.3.tar.gz"
  8.  
  9. LICENSE="GPLv3"
  10. SLOT="0"
  11. KEYWORDS="~amd64 ~x86"
  12. IUSE="debug"
  13.  
  14. RDEPEND="net-im/pidgin"
  15.  
  16. DEPEND="dev-util/pkgconfig
  17. ${RDEPEND}"
  18.  
  19. src_compile() {
  20. econf $(use_enable debug) || die "econf failed"
  21. emake || die "emake failed"
  22. }
  23.  
  24. src_install() {
  25. emake DESTDIR="${D}" install || die "emake install failed"
  26. dodoc AUTHORS ChangeLog README
  27. }

Here is the list of all the pidgin-gfire 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