public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-facebookchat: ChangeLog pidgin-facebookchat-1.65.ebuild
@ 2010-03-07 21:45 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; only message in thread
From: Bernard Cafarelli (voyageur) @ 2010-03-07 21:45 UTC (permalink / raw
  To: gentoo-commits

voyageur    10/03/07 21:45:01

  Modified:             ChangeLog
  Added:                pidgin-facebookchat-1.65.ebuild
  Log:
  Version bump, fix for newer buddy icons being too small, and also downloads all your offline buddies as well as your online ones
  (Portage version: 2.2_rc65/cvs/Linux x86_64)

Revision  Changes    Path
1.30                 x11-plugins/pidgin-facebookchat/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-facebookchat/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-facebookchat/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-facebookchat/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-facebookchat/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	17 Feb 2010 10:44:35 -0000	1.29
+++ ChangeLog	7 Mar 2010 21:45:00 -0000	1.30
@@ -1,6 +1,13 @@
 # ChangeLog for x11-plugins/pidgin-facebookchat
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-facebookchat/ChangeLog,v 1.29 2010/02/17 10:44:35 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-facebookchat/ChangeLog,v 1.30 2010/03/07 21:45:00 voyageur Exp $
+
+*pidgin-facebookchat-1.65 (07 Mar 2010)
+
+  07 Mar 2010; Bernard Cafarelli <voyageur@gentoo.org>
+  +pidgin-facebookchat-1.65.ebuild:
+  Version bump, fix for newer buddy icons being too small, and also
+  downloads all your offline buddies as well as your online ones
 
   17 Feb 2010; Bernard Cafarelli <voyageur@gentoo.org>
   -pidgin-facebookchat-1.50.ebuild, -pidgin-facebookchat-1.60.ebuild,



1.1                  x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.65.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.65.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.65.ebuild?rev=1.1&content-type=text/plain

Index: pidgin-facebookchat-1.65.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.65.ebuild,v 1.1 2010/03/07 21:45:00 voyageur Exp $

inherit toolchain-funcs multilib

DESCRIPTION="Facebook chat plugin for libpurple"
HOMEPAGE="http://code.google.com/p/pidgin-facebookchat/"

SRC_URI="http://pidgin-facebookchat.googlecode.com/files/${PN}-source-${PV}.tar.bz2"
LICENSE="GPL-3"

SLOT="0"

KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

RDEPEND=">=dev-libs/json-glib-0.7.6
	>=net-im/pidgin-2.3.0"
DEPEND="dev-util/pkgconfig
	${RDEPEND}"

S=${WORKDIR}/${PN}

pkg_setup() {
	ewarn "This plugin is not mandatory anymore for Facebook chat"
	ewarn "as it is now available via XMPP, see:"
	ewarn "http://blog.facebook.com/blog.php?post=297991732130"
	ewarn "You can still use this plugin for extra features if you want"
	ewarn "Future versions will use XMPP and provide these features at the same time"
}

src_compile() {
	# Grabbed from makefile
	FACEBOOK_SOURCES="libfacebook.c fb_blist.c fb_connection.c fb_conversation.c fb_friendlist.c fb_info.c fb_json.c fb_managefriends.c fb_messages.c fb_notifications.c fb_search.c fb_util.c"
	$(tc-getCC) ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} `pkg-config --cflags purple json-glib-1.0` \
		-DPURPLE_PLUGINS -DENABLE_NLS -DHAVE_ZLIB -shared -fPIC -DPIC \
		${FACEBOOK_SOURCES} `pkg-config --libs json-glib-1.0` \
		-o libfacebook.so || die "compilation failed"
}

src_install() {
	exeinto /usr/$(get_libdir)/purple-2
	doexe libfacebook.so
	for size in 16 22 48; do
		insinto /usr/share/pixmaps/pidgin/protocols/${size}
		newins facebook${size}.png facebook.png
	done
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-03-07 21:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-07 21:45 [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-facebookchat: ChangeLog pidgin-facebookchat-1.65.ebuild Bernard Cafarelli (voyageur)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox