diff options
author | tnn <tnn> | 2008-03-04 17:25:36 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-03-04 17:25:36 +0000 |
commit | fbffd38e0cb4b46039dfa9ab7240e25b99595457 (patch) | |
tree | 4c09a68266e29ab2794a5139bc8ad7fc9b69c3f7 /chat/pidgin | |
parent | f6052f0e58eba66a19132a575447eab6232b9936 (diff) | |
download | pkgsrc-fbffd38e0cb4b46039dfa9ab7240e25b99595457.tar.gz |
version 2.4.0 (02/29/2008):
Pidgin:
* Added the ability to theme conversation name colors (red and blue)
through your GTK+ theme, and exposed those theme settings to the
Pidgin GTK+ Theme Control plugin (Dustin Howett)
* Fixed having multiple alias edit areas in the infopane (Elliott Sales
de Andrade)
* Save the conversation "Enable Logging" option per-contact (Moos
Heintzen)
* Typing notifications are now shown in the conversation area
Diffstat (limited to 'chat/pidgin')
-rw-r--r-- | chat/pidgin/PLIST | 3 | ||||
-rw-r--r-- | chat/pidgin/buildlink3.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/chat/pidgin/PLIST b/chat/pidgin/PLIST index 9a7c85c4e0f..65c09835a0e 100644 --- a/chat/pidgin/PLIST +++ b/chat/pidgin/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2007/12/02 04:17:54 tnn Exp $ +@comment $NetBSD: PLIST,v 1.5 2008/03/04 17:25:36 tnn Exp $ bin/pidgin include/pidgin/eggtrayicon.h include/pidgin/gtkaccount.h @@ -49,6 +49,7 @@ include/pidgin/minidialog.h include/pidgin/pidgin.h include/pidgin/pidgincombobox.h include/pidgin/pidginstock.h +include/pidgin/pidgintooltip.h lib/pidgin/convcolors.la lib/pidgin/extplacement.la lib/pidgin/gestures.la diff --git a/chat/pidgin/buildlink3.mk b/chat/pidgin/buildlink3.mk index 0bbf1897341..5085c12edbc 100644 --- a/chat/pidgin/buildlink3.mk +++ b/chat/pidgin/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.6 2007/12/10 11:33:58 tnn Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2008/03/04 17:25:36 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.3.1 +BUILDLINK_API_DEPENDS.pidgin+= pidgin>=2.4.0 BUILDLINK_PKGSRCDIR.pidgin?= ../../chat/pidgin .endif # PIDGIN_BUILDLINK3_MK |