diff options
author | gavan <gavan@pkgsrc.org> | 2004-09-22 18:09:39 +0000 |
---|---|---|
committer | gavan <gavan@pkgsrc.org> | 2004-09-22 18:09:39 +0000 |
commit | 7281e6190f06234794da5fab39fc60ae01a375dd (patch) | |
tree | 3cf8dd20c1beaf9b27bea5da4423289a923a641c /chat | |
parent | bfecc5b0c74319ef73ddf6f869ac48a2f43687da (diff) | |
download | pkgsrc-7281e6190f06234794da5fab39fc60ae01a375dd.tar.gz |
Update to 1.0.0:
New Features:
* Drag-and-drop buddy support for the Invite dialog (Stu Tomlinson)
* Drag-and-drop buddy support for the Pounce dialog (Stu Tomlinson)
* View Chat log available from the interface (Daniel Atallah)
* Ability to receive offline messages in character encodings
other than ASCII (thanks to Nick Sukharev)
* File transfer status messages printed to conversation
windows (Dave West)
* Display file transfer messages when someone sends you a file
over AIM (Dave West)
* Handle MSN buddy lists more sanely (Felipe Contreras)
* Zephyr can use tzc to run from behind a firewall (Arun A Tharuvai)
Bug Fixes:
* Work around window manager stupidity with new dialog windows (Dave West)
* Compile with gtk 2.5.x (Gary Kramlich)
* Escape invalid characters in log names (Daniel Atallah)
* Fix for clicking add in an msn chat with 2 or more people in your buddy
list (Daniel Atallah)
Based on patch from maintainer, Matthew Luckie, in private mail.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/gaim/Makefile | 4 | ||||
-rw-r--r-- | chat/gaim/PLIST | 5 | ||||
-rw-r--r-- | chat/gaim/distinfo | 7 | ||||
-rw-r--r-- | chat/gaim/patches/patch-ab | 13 |
4 files changed, 8 insertions, 21 deletions
diff --git a/chat/gaim/Makefile b/chat/gaim/Makefile index 92763d78bc5..730ec284cf2 100644 --- a/chat/gaim/Makefile +++ b/chat/gaim/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.68 2004/08/27 11:04:06 gavan Exp $ +# $NetBSD: Makefile,v 1.69 2004/09/22 18:09:39 gavan Exp $ # -DISTNAME= gaim-0.82.1 +DISTNAME= gaim-1.0.0 CATEGORIES= chat x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim/} EXTRACT_SUFX= .tar.bz2 diff --git a/chat/gaim/PLIST b/chat/gaim/PLIST index 0e8c432d054..f9da3ff6c5e 100644 --- a/chat/gaim/PLIST +++ b/chat/gaim/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.33 2004/09/22 08:09:19 jlam Exp $ +@comment $NetBSD: PLIST,v 1.34 2004/09/22 18:09:39 gavan Exp $ bin/gaim bin/gaim-remote include/gaim/account.h @@ -68,6 +68,7 @@ include/gaim/stock.h include/gaim/stringref.h include/gaim/util.h include/gaim/value.h +include/gaim/version.h include/gaim/xmlnode.h lib/gaim/autorecon.la lib/gaim/docklet.la @@ -84,7 +85,6 @@ lib/gaim/libmsn.la lib/gaim/libnapster.la lib/gaim/libnovell.la lib/gaim/liboscar.la -lib/gaim/libsilcgaim.la lib/gaim/libyahoo.la lib/gaim/libzephyr.la lib/gaim/notify.la @@ -107,6 +107,7 @@ ${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/gaim.mo ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gaim.mo ${PKGLOCALEDIR}/locale/da/LC_MESSAGES/gaim.mo ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gaim.mo +${PKGLOCALEDIR}/locale/en_AU/LC_MESSAGES/gaim.mo ${PKGLOCALEDIR}/locale/en_CA/LC_MESSAGES/gaim.mo ${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/gaim.mo ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gaim.mo diff --git a/chat/gaim/distinfo b/chat/gaim/distinfo index 71e7543eb97..09a48a71386 100644 --- a/chat/gaim/distinfo +++ b/chat/gaim/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.49 2004/08/27 11:04:06 gavan Exp $ +$NetBSD: distinfo,v 1.50 2004/09/22 18:09:39 gavan Exp $ -SHA1 (gaim-0.82.1.tar.bz2) = d58865d3fded64e8b5774e9dddc6b876020d568c -Size (gaim-0.82.1.tar.bz2) = 4604261 bytes +SHA1 (gaim-1.0.0.tar.bz2) = 5d9de422485c3c819935989689a464124ba26c8f +Size (gaim-1.0.0.tar.bz2) = 4775279 bytes SHA1 (patch-aa) = 24f1b21042df5c7706dcf3def37e10943acdd39e -SHA1 (patch-ab) = b0637e032ceeefe3b3cc9db42a3105ea9bc68a62 diff --git a/chat/gaim/patches/patch-ab b/chat/gaim/patches/patch-ab deleted file mode 100644 index 825796ba964..00000000000 --- a/chat/gaim/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.10 2004/06/06 21:43:28 salo Exp $ - ---- configure.orig 2004-05-30 19:18:38.000000000 +0200 -+++ configure 2004-06-06 13:25:05.000000000 +0200 -@@ -24124,7 +24124,7 @@ - if test "$ac_silc_libs" != "no"; then - SILC_LIBS="-L$ac_silc_libs" - fi --SILC_LIBS="$SILC_LIBS -lsilc -lsilcclient -lpthread -ldl" -+SILC_LIBS="$SILC_LIBS -lsilc -lsilcclient -lpthread" - echo "$as_me:$LINENO: checking for silc_client_init in -lsilcclient" >&5 - echo $ECHO_N "checking for silc_client_init in -lsilcclient... $ECHO_C" >&6 - if test "${ac_cv_lib_silcclient_silc_client_init+set}" = set; then |