public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Bernard Cafarelli (voyageur)" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-facebookchat: ChangeLog pidgin-facebookchat-1.46.ebuild
Date: Mon, 29 Dec 2008 10:06:06 +0000	[thread overview]
Message-ID: <E1LHF0g-0001rL-7G@stork.gentoo.org> (raw)

voyageur    08/12/29 10:06:06

  Modified:             ChangeLog
  Added:                pidgin-facebookchat-1.46.ebuild
  Log:
  Version bump, added support for Pokes, idle/away works properly, buddy icons are larger for everyone, aliases work better on buddies
  (Portage version: 2.2_rc19/cvs/Linux 2.6.26-gentoo x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-facebookchat/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	19 Dec 2008 21:32:59 -0000	1.13
+++ ChangeLog	29 Dec 2008 10:06:06 -0000	1.14
@@ -1,6 +1,13 @@
 # ChangeLog for x11-plugins/pidgin-facebookchat
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-facebookchat/ChangeLog,v 1.13 2008/12/19 21:32:59 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-facebookchat/ChangeLog,v 1.14 2008/12/29 10:06:06 voyageur Exp $
+
+*pidgin-facebookchat-1.46 (29 Dec 2008)
+
+  29 Dec 2008; Bernard Cafarelli <voyageur@gentoo.org>
+  +pidgin-facebookchat-1.46.ebuild:
+  Version bump, added support for Pokes, idle/away works properly, buddy
+  icons are larger for everyone, aliases work better on buddies
 
 *pidgin-facebookchat-1.45 (19 Dec 2008)
 



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

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

Index: pidgin-facebookchat-1.46.ebuild
===================================================================
# Copyright 1999-2008 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.46.ebuild,v 1.1 2008/12/29 10:06:06 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=">=net-im/pidgin-2.3.0"
DEPEND="dev-util/pkgconfig
	${RDEPEND}"

S=${WORKDIR}/${PN}

src_compile() {
	# Grabbed from makefile
	FACEBOOK_SOURCES="libfacebook.c fb_blist.c fb_connection.c fb_info.c fb_managefriends.c fb_messages.c fb_notifications.c fb_search.c"
	# Remove NO_ZLIB when it's working
	$(tc-getCC) ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} `pkg-config --cflags purple` \
		-DPURPLE_PLUGINS -DENABLE_NLS -DNO_ZLIB -shared -fPIC -DPIC \
		${FACEBOOK_SOURCES} -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
}






                 reply	other threads:[~2008-12-29 10:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1LHF0g-0001rL-7G@stork.gentoo.org \
    --to=voyageur@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox