Update to finch-2.4.2.

* New default binding ctrl+x to open context menus.
* Menu triggers and other bindings will no longer conflict.
* Middle click pastes the internal clipboard (when mouse support is enabled).
This commit is contained in:
tnn 2008-05-18 00:06:46 +00:00
parent 6f251da065
commit 5737418a9a
2 changed files with 2 additions and 10 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.12 2008/03/04 17:48:50 tnn Exp $
# $NetBSD: Makefile,v 1.13 2008/05/18 00:06:46 tnn Exp $
#
PKGNAME= finch-${PIDGIN_VERSION}
@ -17,12 +17,8 @@ PKGCONFIG_OVERRIDE+= gaim.pc.in
PKGCONFIG_OVERRIDE+= libpurple/purple.pc.in
PKGCONFIG_OVERRIDE+= pidgin/pidgin.pc.in
CONFIGURE_ARGS+= --disable-gevolution
CONFIGURE_ARGS+= --disable-gtkui
CONFIGURE_ARGS+= --enable-consoleui
CONFIGURE_ARGS+= --disable-gnutls
CONFIGURE_ARGS+= --disable-nss
#CONFIGURE_ARGS+= --disable-plugins
# The configure script uses an incredibly stupid way to detect if the

View file

@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.2 2007/08/04 14:01:01 tnn Exp $
# $NetBSD: options.mk,v 1.3 2008/05/18 00:06:46 tnn Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.finch
PKG_SUPPORTED_OPTIONS+= gstreamer debug
@ -8,12 +8,8 @@ PKG_SUGGESTED_OPTIONS+=
.if !empty(PKG_OPTIONS:Mgstreamer)
. include "../../multimedia/gstreamer0.10/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-gstreamer
.endif
.if !empty(PKG_OPTIONS:Mdebug)
CONFIGURE_ARGS+= --enable-debug
.else
CONFIGURE_ARGS+= --disable-debug
.endif