diff options
author | tnn <tnn@pkgsrc.org> | 2008-03-04 17:25:36 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-03-04 17:25:36 +0000 |
commit | 2653cab91733553b6ca2454746c3669fb3750a39 (patch) | |
tree | 4c09a68266e29ab2794a5139bc8ad7fc9b69c3f7 /chat/pidgin/buildlink3.mk | |
parent | 2f0a2f706dc6d324416218c6c872dea27bd994c5 (diff) | |
download | pkgsrc-2653cab91733553b6ca2454746c3669fb3750a39.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/buildlink3.mk')
-rw-r--r-- | chat/pidgin/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |