diff options
author | tnn <tnn@pkgsrc.org> | 2008-05-18 00:06:46 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-05-18 00:06:46 +0000 |
commit | 5737418a9ab48fc768b08cc4932e783c7e60aad8 (patch) | |
tree | 5ae260a241e05ea41be81833ef434afc6908f8fd /chat | |
parent | 6f251da0656efd065110b1250de059fe7679c9fe (diff) | |
download | pkgsrc-5737418a9ab48fc768b08cc4932e783c7e60aad8.tar.gz |
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).
Diffstat (limited to 'chat')
-rw-r--r-- | chat/finch/Makefile | 6 | ||||
-rw-r--r-- | 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 |