diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2010-12-20 23:20:01 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2010-12-20 23:20:01 +0000 |
commit | 1064ac438777b0bc0a9197616d370e5a1cc1e236 (patch) | |
tree | 795679e2e00da912f33bb8ce6990f70f1a2daa1f /x11-plugins | |
parent | Raise glib dependency for tests for slot :0.10, bug #330527. Drop coverage ha... (diff) | |
download | gentoo-2-1064ac438777b0bc0a9197616d370e5a1cc1e236.tar.gz gentoo-2-1064ac438777b0bc0a9197616d370e5a1cc1e236.tar.bz2 gentoo-2-1064ac438777b0bc0a9197616d370e5a1cc1e236.zip |
pidgin 2.7.8 now installs Facebook icons, bug #349224
(Portage version: 2.2.0_alpha9/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins')
4 files changed, 58 insertions, 5 deletions
diff --git a/x11-plugins/pidgin-facebookchat/ChangeLog b/x11-plugins/pidgin-facebookchat/ChangeLog index 2b1ed7aac1cd..03b60e0ad43e 100644 --- a/x11-plugins/pidgin-facebookchat/ChangeLog +++ b/x11-plugins/pidgin-facebookchat/ChangeLog @@ -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.33 2010/11/27 20:30:16 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-facebookchat/ChangeLog,v 1.34 2010/12/20 23:20:01 voyageur Exp $ + +*pidgin-facebookchat-1.69-r1 (20 Dec 2010) + + 20 Dec 2010; Bernard Cafarelli <voyageur@gentoo.org> + pidgin-facebookchat-1.68.ebuild, pidgin-facebookchat-1.69.ebuild, + +pidgin-facebookchat-1.69-r1.ebuild: + pidgin 2.7.8 now installs Facebook icons, bug #349224 *pidgin-facebookchat-1.69 (27 Nov 2010) diff --git a/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.68.ebuild b/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.68.ebuild index 6f7882c91ce4..6e28ebcda263 100644 --- a/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.68.ebuild +++ b/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.68.ebuild @@ -1,6 +1,6 @@ # 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.68.ebuild,v 1.1 2010/10/10 23:01:30 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.68.ebuild,v 1.2 2010/12/20 23:20:01 voyageur Exp $ inherit toolchain-funcs multilib @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND=">=dev-libs/json-glib-0.7.6 - >=net-im/pidgin-2.3.0" + <net-im/pidgin-2.7.8" DEPEND="dev-util/pkgconfig ${RDEPEND}" diff --git a/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.69-r1.ebuild b/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.69-r1.ebuild new file mode 100644 index 000000000000..66ad35c0b9e0 --- /dev/null +++ b/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.69-r1.ebuild @@ -0,0 +1,46 @@ +# 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.69-r1.ebuild,v 1.1 2010/12/20 23:20:01 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.7.8" +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_info.c fb_managefriends.c fb_messages.c fb_notifications.c fb_search.c fb_util.c fb_friendlist.c fb_json.c fb_chat.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 +} diff --git a/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.69.ebuild b/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.69.ebuild index bc889962ac8a..2b4454e71624 100644 --- a/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.69.ebuild +++ b/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.69.ebuild @@ -1,6 +1,6 @@ # 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.69.ebuild,v 1.1 2010/11/27 20:30:16 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-facebookchat/pidgin-facebookchat-1.69.ebuild,v 1.2 2010/12/20 23:20:01 voyageur Exp $ inherit toolchain-funcs multilib @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND=">=dev-libs/json-glib-0.7.6 - >=net-im/pidgin-2.3.0" + <net-im/pidgin-2.7.8" DEPEND="dev-util/pkgconfig ${RDEPEND}" |