From 128b20a87be341c4cf22852be3baaad541446fde Mon Sep 17 00:00:00 2001 From: tnn Date: Sun, 18 May 2008 00:06:46 +0000 Subject: 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). --- chat/finch/Makefile | 6 +----- chat/finch/options.mk | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/chat/finch/Makefile b/chat/finch/Makefile index dd2a879bfe1..31bbb305809 100644 --- a/chat/finch/Makefile +++ b/chat/finch/Makefile @@ -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 diff --git a/chat/finch/options.mk b/chat/finch/options.mk index 7fe4382694c..4e9f32cbd75 100644 --- a/chat/finch/options.mk +++ b/chat/finch/options.mk @@ -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 -- cgit v1.2.3