view gaim.pc.in @ 22245:31863f2d7c3c

Our Yahoo! protocol has this crappy implementation where it tries to do something clever with the permit/deny setting. Here's how it works: * Yahoo! has only a "deny" list * libpurple keeps a copy of this "deny" list * If you change your permdeny setting to "allow all" or "permit only these users" then the Yahoo! PRPL unblocks everyone on your deny list * If you change your permdeny setting to "allow people in my buddylist" or "block this people below" then the Yahoo! PRPL re-blocks the people in your deny list. This commit changes that behavior slightly. If you set your permdeny setting to "permit only these users" or "block everyone" then the Yahoo! PRPL will now re-block the people in your deny list.
author Mark Doliner <mark@kingant.net>
date Fri, 01 Feb 2008 02:53:51 +0000
parents dde5bebd5fb4
children
line wrap: on
line source

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
datarootdir=@datarootdir@
datadir=@datadir@
sysconfdir=@sysconfdir@

Name: Pidgin (Gaim compatibility)
Description: Pidgin is a GTK2-based instant messenger application.
Version: @VERSION@
Requires: glib-2.0
Cflags: -I${includedir}/libpurple
Libs: -L${libdir} -lpurple