diff options
author | tnn <tnn@pkgsrc.org> | 2007-12-02 04:17:54 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2007-12-02 04:17:54 +0000 |
commit | 8b67f9a1f49687afb70b4be30d5f3f30b66d5be6 (patch) | |
tree | 485ca75a40f3dbda5f3069a94feeb0014846a326 /chat/pidgin-silc/Makefile | |
parent | 41e0a8da5495f69b28c0bbe46d66f09c0fb2cb54 (diff) | |
download | pkgsrc-8b67f9a1f49687afb70b4be30d5f3f30b66d5be6.tar.gz |
Update the pidgin IM suite to version 2.3.0.
version 2.3.0 (11/24/2007):
http://developer.pidgin.im/query?status=closed&milestone=2.3.0
Some highlights from ChangeLog:
Pidgin:
* Connection errors are now reported in mini-dialogs inside the buddy
list, rather than as buttons in the buddy list and with dialog
boxes. If several accounts are disabled when you sign on elsewhere,
you can now re-enable them all with a single click.
* If you alias a buddy to an alias that is already present within
a particular group, we now offer to merge the buddies into the
same contact.
* A music emblem is now displayed in the buddy list for a buddy if we
know she is listening to some soothing music.
* Added a 'Move to' menu in buddy list context menu for moving buddies
to other groups as an alternative to dragging.
* It is now possible to mark a chat on your buddy list as "Persistent"
so you do not leave the chat when the window or tab is closed.
* The auto-join option for chats is now listed in the "Add Chat"
dialog along with the new persistence option.
* Closing an IM no longer immediately closes your conversation. It
will now remain active for a short time so that if the conversation
resumes, the history will be retained. A preference has been added
to toggle this behavior.
* The "Smiley" menu has been moved to the top-level of the toolbar.
* Pidgin's display is now saved with the command line for session
restoration. (David Mohr)
* ICQ Birthday notifications are shown as buddy list emblems.
* Plugin actions are now available from the docklet context menu
in addition to the Tool menu of the buddy list.
* The manual page has been heavily rewritten to bring it in line
with current functionality.
Finch:
* It's possible to bind key-strokes to specific menuitems in the windows.
Read the 'Menus' section in the man-page for details.
* 'transpose-chars' operation for the entry boxes. The default key-binding
is ctrl+t.
* 'yank' operation for the entry boxes. The default binding is ctrl+y.
Diffstat (limited to 'chat/pidgin-silc/Makefile')
-rw-r--r-- | chat/pidgin-silc/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chat/pidgin-silc/Makefile b/chat/pidgin-silc/Makefile index 34625282407..c5ae32d11ee 100644 --- a/chat/pidgin-silc/Makefile +++ b/chat/pidgin-silc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/09/21 13:03:29 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2007/12/02 04:17:55 tnn Exp $ # PKGNAME= pidgin-silc-${PIDGIN_VERSION} @@ -24,18 +24,18 @@ BUNDLE_SILC=yes .if defined(BUNDLE_SILC) DISTINFO_FILE= ${.CURDIR}/../../chat/pidgin-silc/distinfo -SITES.silc-toolkit-1.1.2.tar.gz= \ +SITES.silc-toolkit-1.1.5.tar.gz= \ http://www.silcnet.org/download/toolkit/sources/ -DISTFILES+= pidgin-${PIDGIN_VERSION}.tar.bz2 silc-toolkit-1.1.2.tar.gz +DISTFILES+= pidgin-${PIDGIN_VERSION}.tar.bz2 silc-toolkit-1.1.5.tar.gz CFLAGS+= -fPIC pre-configure: # Build libsilc statically and install it into the buildlink dir - cd ${WRKDIR}/silc-toolkit-1.1.2 && ${SETENV} ${CONFIGURE_ENV} \ + cd ${WRKDIR}/silc-toolkit-1.1.5 && ${SETENV} ${CONFIGURE_ENV} \ ./configure --disable-asm --enable-static --disable-shared \ --without-libtoolfix --prefix=${BUILDLINK_DIR} && \ ${SETENV} ${MAKE_ENV} gmake && \ ${SETENV} ${MAKE_ENV} gmake install && \ - cp ${WRKDIR}/silc-toolkit-1.1.2/lib/.libs/*.a \ + cp ${WRKDIR}/silc-toolkit-1.1.5/lib/.libs/*.a \ ${WRKSRC}/libpurple/protocols/silc SUBST_CLASSES+= linkage |