gru 26, 2009

0.8.3


Open source plugin for the Pidgin IM client which allows you to connect the Xfire network.
Kategoria: pidgin-gfire
Napisał: kardasa

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.

projectpage: Gfire
summarypl: Oparta na otwartym kodzie źródłowym wtyczka do komunikatora Pidgin, który pozwala na podłączanie się do sieci Xfire.
contentpl: 

Gfire to oparta na otwartych źródłach wtyczka do komunikatora Pidgin, która pozwala na podłączanie się do sieci Xfire. Posiada ona nie tylko możliwość wysyłania i odbierania wiadomości tekstowych ale również jest wstanie przesłać informacje na temat statusu gry w jaką obecnie grasz. Więcej informacji jak używać tego narzędzia znajdziesz na stronie projektu.

Ta wersja wspiera wykrywania statusu gry w którą grasz opartą na detekcji procesów systemowych.

Jest to zaktualizowana wersja ebuild'a pobranego z tego raportu błędu.

overlaycommands: echo "=x11-plugins/pidgin-gfire-0.8.3" >> /etc/portage/package.keywords emerge -av =x11-plugins/pidgin-gfire-0.8.3
ebuildsource: 
  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. }
svnlink: http://www.kardasa.pl/websvn/filedetails.php?repname=KardasA+Overlay&path=%2Fx11-plugins%2Fpidgin-gfire%2Fpidgin-gfire-0.8.3.ebuild