summaryrefslogtreecommitdiff
path: root/chat/pidgin/buildlink3.mk
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-05-17 23:45:47 +0000
committertnn <tnn@pkgsrc.org>2008-05-17 23:45:47 +0000
commite904333ebc70bccc5bbc3ce0cd5fd93b17212bb7 (patch)
treeac018df9fc5ad772950f788a11c5a7968fb24501 /chat/pidgin/buildlink3.mk
parenta8d380c47e251c37d85cb424d526651358bb9c44 (diff)
downloadpkgsrc-e904333ebc70bccc5bbc3ce0cd5fd93b17212bb7.tar.gz
Update to pidgin-2.4.2.
* The typing notification in the conversation history can be disabled or customized (font, color etc.) in .gtkrc-2.0. * Added a plugin (not installed by default) which adds a Send button back to the conversation window. People without physical keyboards have a hard time with the lack of the button. * Clicking on the buddyicon in the conversation window toggles the size of the icon between small and large. * The settings of a chat (e.g. Handle in an XMPP chat, or Exchange in an AIM chat) can be edited from its context menu in the buddy list. * Add a "Present conversation window" preference to the Message Notification plugin; the "Raise conversation window" option does not unminimize windows or draw attention to them when they are on other workspaces--the "Present" option should. * Add a preference to set Escape as the keyboard shortcut for closing the conversation window. * Add an option in the context menu to disable smileys in the selected text in the conversation history/log viewer. This should help people who regularly paste code in conversations. * Add a preference to choose the minimum size of the text input area in lines. * Moved the "Local alias" field in the Modify Account dialog to be below the "User Options" heading on the "Basic" tab. * Number of room occupants is now shown in chat tooltips where possible
Diffstat (limited to 'chat/pidgin/buildlink3.mk')
-rw-r--r--chat/pidgin/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/pidgin/buildlink3.mk b/chat/pidgin/buildlink3.mk
index b6b4c0b7526..e84aca840a6 100644
--- a/chat/pidgin/buildlink3.mk
+++ b/chat/pidgin/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.8 2008/04/05 02:27:53 tnn Exp $
+# $NetBSD: buildlink3.mk,v 1.9 2008/05/17 23:45:47 tnn Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
PIDGIN_BUILDLINK3_MK:= ${PIDGIN_BUILDLINK3_MK}+
@@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= pidgin
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}pidgin
.if ${PIDGIN_BUILDLINK3_MK} == "+"
-BUILDLINK_API_DEPENDS.pidgin+= pidgin>=2.4.1
+BUILDLINK_API_DEPENDS.pidgin+= pidgin>=2.4.2
BUILDLINK_PKGSRCDIR.pidgin?= ../../chat/pidgin
.endif # PIDGIN_BUILDLINK3_MK