summaryrefslogtreecommitdiff
path: root/chat/libpurple/Makefile
diff options
context:
space:
mode:
authortnn <tnn>2007-09-15 14:55:01 +0000
committertnn <tnn>2007-09-15 14:55:01 +0000
commit332499c86cc87b4b5f14f6273da4d4a2bf9a46f8 (patch)
tree7d0df8aca13a54d1882a2cf8ebf07a0a0012c777 /chat/libpurple/Makefile
parent037e50e88be4862ccbdf1eaa2900ecb22c707a51 (diff)
downloadpkgsrc-332499c86cc87b4b5f14f6273da4d4a2bf9a46f8.tar.gz
Update the pidgin IM suite to version 2.2.0.
The intltool that comes bundled with libpurple doesn't like NetBSD's /usr/bin/iconv, so switch libpurple to use intltool from pkgsrc. ChangeLog: Version 2.2.0 (09/13/2007): http://developer.pidgin.im/query?status=closed&milestone=2.2.0 Libpurple: * New protocol plugin: MySpaceIM (Jeff Connelly, Google Summer of Code) * XMPP enhancements. See http://www.adiumx.com/blog/2007/07/soc-xmpp-update.php (Andreas Monitzer, Google Summer of Code for Adium) * Certificate management. Libpurple will validate certificates on SSL-encrypted protocols (William Ehlhardt, Google Summer of Code) * Some adjustments were made to fix sending messages when using the MSN HTTP method. (Laszlo Pandy) * Yahoo! Chat is fixed. * Some AIM file transfer issues between Pidgin and other clients have been fixed. (Kyryll A Mirnenko) * Properly restore idle status and time for AIM and ICQ accounts when they reconnect after being disconnected. Pidgin: * Insert Horizontal Rules and Strikethrough text from toolbar. * Option to show protocol icons in the buddy list, from the Buddies > Show menu. (Justin Heiner) * Ability to build with native, non-X11 GTK+ on OSX. (Anders Hasselqvist) * Remember the 'Enable Sounds' setting for a conversation. * Right-clicking the empty space in the formatting toolbar allows you to toggle back to the old "ungrouped" version. * Protocols supporting account registration via Pidgin now show a descriptive checkbox instead of a vague "Register" button. * Fixed a bug where a tab would be shown on single conversations when tabs were disabled. Finch: * Per-conversation mute and logging options (accessible from the menu). Version 2.1.1 (08/20/2007): Yahoo: * Added an account action to open your inbox in the yahoo prpl. * Added support for Unicode status messages in Yahoo. * Server-stored aliases for Yahoo. (John Moody) * Fixed support for Yahoo! doodling. * Limited support for MSN Messenger contacts Bonjour: * Bonjour plugin uses native Avahi instead of Howl * Bonjour plugin supports Buddy Icons XMPP: * Only report conversation close when 'send typing notifications' preference is turned on (Bob Rossi) Pidgin: * Show current outgoing conversation formatting on the font label on the toolbar * Slim new redesign of conversation tabs to maximize number of conversations that can fit in a window * Tab bar is not visible when only one conversation is open. You can drag and drop conversations from the infopane. * Moved "Reset Formatting" toolbar button to Font menu. * Double click on the infopane to alias buddies and set topics on chats * New smiley style Finch: * Sound support (Eric Polino)
Diffstat (limited to 'chat/libpurple/Makefile')
-rw-r--r--chat/libpurple/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/chat/libpurple/Makefile b/chat/libpurple/Makefile
index c1b09917c93..9480a06db19 100644
--- a/chat/libpurple/Makefile
+++ b/chat/libpurple/Makefile
@@ -1,21 +1,17 @@
-# $NetBSD: Makefile,v 1.6 2007/08/30 17:13:15 gdt Exp $
+# $NetBSD: Makefile,v 1.7 2007/09/15 14:55:01 tnn Exp $
#
PKGNAME= libpurple-${PIDGIN_VERSION}
COMMENT= Multi-protocol Instant Messaging client backend
-PKGREVISION= 2
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../chat/libpurple/Makefile.common"
-# for the pidgin intltool, see TODO
-DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
-
CONFIGURE_ENV+= GCONF_SCHEMA_FILE_DIR=${PREFIX}/share/gconf/schemas/
MAKE_ENV+= GCONF_SCHEMA_FILE_DIR=${PREFIX}/share/gconf/schemas/
-USE_TOOLS+= msgfmt
+USE_TOOLS+= msgfmt intltool
## #USE_DIRS+= xdg-1.2
GCONF2_SCHEMAS+= purple.schemas
@@ -29,14 +25,11 @@ CONFIGURE_ARGS+= --disable-consoleui
.include "options.mk"
-BUILD_DIRS= m4macros libpurple po
+BUILD_DIRS= m4macros libpurple po share
## #post-build:
## # cp ${WRKSRC}/libpurple/gconf/purple.schemas ${WRKSRC}/purple.schemas
-# XXX Use textproc/intltool instead of included intltool.
-# XXX On NetBSD 3.0: iconv: iconv_open(UTF-8, tis-620): Invalid argument
-
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"