Update gaim to 0.44. Relevant changes from version 0.11.0-pre11 include:
* Bug fixes! * Update and additions to translations. * Improved look of GUI. * Wrote a plugin for all those people who miss having the chat rooms in their buddy lists (chatlist.so) * New plugin events: event_im_displayed_sent and event_im_displayed_rcvd. Use these to change messages after they're displayed (e.g. encrypt sent messages, or send auto-responses and have them display locally properly) * Can specify hosts/ports for Yahoo * Can view/set chat topic in Jabber * Can view/set chat topic in IRC * Improved Jabber chat support (it whispers now, too) * Zephyr can do Subscriptions now * MSN can now change your 'friendly name' * More IRC improvements [colors, etc] * Can turn on/off Yahoo! Mail announcements
This commit is contained in:
parent
2148f981b1
commit
aa883a944f
5 changed files with 71 additions and 34 deletions
|
@ -1,23 +1,36 @@
|
|||
# $NetBSD: Makefile,v 1.7 2001/06/11 06:34:21 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2001/09/22 08:57:21 jlam Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gaim-0.11.0pre11
|
||||
CATEGORIES= x11 chat
|
||||
MASTER_SITES= ftp://ftp.marko.net/pub/gaim/
|
||||
DISTNAME= gaim-0.44
|
||||
CATEGORIES= chat x11
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim/} \
|
||||
ftp://ftp.marko.net/pub/gaim/
|
||||
|
||||
MAINTAINER= hubertf@netbsd.org
|
||||
HOMEPAGE= http://www.marko.net/gaim/
|
||||
COMMENT= gtk-based client for AOL's Instant Messenger chat system
|
||||
HOMEPAGE= http://gaim.sourceforge.net/
|
||||
COMMENT= GTK+-based client for AOL's Instant Messenger chat system
|
||||
|
||||
DEPENDS+= gtk+>=1.2.3:../../x11/gtk
|
||||
DEPENDS+= esound>=0.2.7:../../audio/esound
|
||||
USE_BUILDLINK_ONLY= YES
|
||||
USE_GMAKE= YES
|
||||
USE_X11BASE= YES
|
||||
|
||||
USE_GMAKE= YES
|
||||
USE_LIBINTL= YES
|
||||
USE_X11BASE= YES
|
||||
GNU_CONFIGURE= YES
|
||||
USE_LIBTOOL= YES
|
||||
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
||||
|
||||
# for pthread.h
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_ARGS+= --disable-artsc
|
||||
CONFIGURE_ARGS+= --disable-gnome
|
||||
CONFIGURE_ARGS+= --disable-nas
|
||||
CONFIGURE_ARGS+= --disable-panel
|
||||
CONFIGURE_ARGS+= --disable-perl
|
||||
CONFIGURE_ARGS+= --disable-screensaver
|
||||
|
||||
CONFIGURE_ARGS+= --enable-esd
|
||||
CONFIGURE_ARGS+= --enable-pixbuf
|
||||
|
||||
CONFIGURE_ENV+= pixbufcfg="${GDK_PIXBUF_CONFIG}"
|
||||
|
||||
.include "../../audio/esound/buildlink.mk"
|
||||
.include "../../graphics/gdk-pixbuf/buildlink.mk"
|
||||
.include "../../mk/x11.buildlink.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2001/05/22 16:27:33 perry Exp $
|
||||
$NetBSD: distinfo,v 1.4 2001/09/22 08:57:21 jlam Exp $
|
||||
|
||||
SHA1 (gaim-0.11.0pre11.tar.gz) = c24dd13917ca2bcd59b7c5403f38b427431a1dec
|
||||
Size (gaim-0.11.0pre11.tar.gz) = 1160908 bytes
|
||||
SHA1 (gaim-0.44.tar.gz) = b170ade6c5414b588985bf8af56446e4dcacceff
|
||||
Size (gaim-0.44.tar.gz) = 1283376 bytes
|
||||
SHA1 (patch-aa) = 2710ff6909ebb25c33a0734ce5464c2a70022862
|
||||
|
|
13
chat/gaim/patches/patch-aa
Normal file
13
chat/gaim/patches/patch-aa
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-aa,v 1.3 2001/09/22 08:57:21 jlam Exp $
|
||||
|
||||
--- configure.orig Thu Sep 20 14:07:04 2001
|
||||
+++ configure
|
||||
@@ -9514,8 +9514,6 @@
|
||||
fi
|
||||
done
|
||||
|
||||
-CFLAGS="$CFLAGS -I/usr/local/include -I/opt/include -I\$(top_srcdir)"
|
||||
-
|
||||
# Check whether --enable-distrib or --disable-distrib was given.
|
||||
if test "${enable_distrib+set}" = set; then
|
||||
enableval="$enable_distrib"
|
|
@ -1,7 +1,6 @@
|
|||
Gtk AOL Instant Messenger
|
||||
========================
|
||||
Jim Duchek <jimduchek@ou.edu> IM: Zilding (current maintainer)
|
||||
Mark Spencer <markster@marko.net>
|
||||
Peter Jones <pjones@redhat.com> (gnome & applet stuff)
|
||||
Gaim is a clone of AOL's Instant Messenger client. It features nearly all
|
||||
of the functionality of the official AIM client while also being smaller
|
||||
and faster. Gaim also has plugins that let you use ICQ, Yahoo, MSN, IRC,
|
||||
Jabber, Napster, and Zephyr.
|
||||
|
||||
Check out http://www.aol.com/aim/ to sign on!
|
||||
|
|
|
@ -1,43 +1,54 @@
|
|||
@comment $NetBSD: PLIST,v 1.6 2001/06/05 22:49:49 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.7 2001/09/22 08:57:21 jlam Exp $
|
||||
bin/gaim
|
||||
lib/gaim/autorecon.so
|
||||
lib/gaim/chatlist.so
|
||||
lib/gaim/iconaway.so
|
||||
lib/gaim/irc.so
|
||||
lib/gaim/lagmeter.so
|
||||
lib/gaim/libgaimicq.la
|
||||
lib/gaim/libgaimicq.so
|
||||
lib/gaim/libgaimicq.so.0
|
||||
lib/gaim/libgaimicq.so.0.0
|
||||
lib/gaim/libicq.a
|
||||
lib/gaim/libicq.la
|
||||
lib/gaim/libicq.so
|
||||
lib/gaim/libicq.so.0
|
||||
lib/gaim/libicq.so.0.0
|
||||
lib/gaim/libirc.a
|
||||
lib/gaim/libirc.la
|
||||
lib/gaim/libirc.so
|
||||
lib/gaim/libirc.so.0
|
||||
lib/gaim/libirc.so.0.0
|
||||
lib/gaim/libjabber.a
|
||||
lib/gaim/libjabber.la
|
||||
lib/gaim/libjabber.so
|
||||
lib/gaim/libjabber.so.0
|
||||
lib/gaim/libjabber.so.0.0
|
||||
lib/gaim/libmsn.a
|
||||
lib/gaim/libmsn.la
|
||||
lib/gaim/libmsn.so
|
||||
lib/gaim/libmsn.so.0
|
||||
lib/gaim/libmsn.so.0.0
|
||||
lib/gaim/libnapster.a
|
||||
lib/gaim/libnapster.la
|
||||
lib/gaim/libnapster.so
|
||||
lib/gaim/libnapster.so.0
|
||||
lib/gaim/libnapster.so.0.0
|
||||
lib/gaim/libyahoo.a
|
||||
lib/gaim/libyahoo.la
|
||||
lib/gaim/libyahoo.so
|
||||
lib/gaim/libyahoo.so.0
|
||||
lib/gaim/libyahoo.so.0.0
|
||||
lib/gaim/libzephyr.a
|
||||
lib/gaim/libzephyr.la
|
||||
lib/gaim/libzephyr.so
|
||||
lib/gaim/libzephyr.so.0
|
||||
lib/gaim/libzephyr.so.0.0
|
||||
lib/gaim/napster.so
|
||||
lib/gaim/notify.so
|
||||
lib/gaim/spellchk.so
|
||||
${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gaim.mo
|
||||
${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gaim.mo
|
||||
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gaim.mo
|
||||
${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/gaim.mo
|
||||
${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/gaim.mo
|
||||
${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/gaim.mo
|
||||
man/man1/gaim.1
|
||||
@exec mkdir %D/share/gnome/apps/Internet 2>/dev/null || true
|
||||
share/gnome/apps/Internet/gaim.desktop
|
||||
share/pixmaps/gaim.xpm
|
||||
@unexec rmdir %D/share/gnome/apps/Internet 2>/dev/null || true
|
||||
@unexec rmdir %D/share/gnome/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/gnome 2>/dev/null || true
|
||||
@unexec rmdir %D/share/pixmaps 2>/dev/null || true
|
||||
@unexec rmdir -p %D/share/gnome/apps/Internet 2>/dev/null || true
|
||||
@dirrm lib/gaim
|
||||
|
|
Loading…
Reference in a new issue