CVS: moonbase/chat/gaim BUILD, 1.5, 1.6 DEPENDS, 1.8, 1.9 DETAILS,
1.26, 1.27
Auke Kok
sofar at lunar-linux.org
Sun Oct 26 17:11:25 GMT 2003
Update of /var/cvs/lunar/moonbase/chat/gaim
In directory dbguin.lunar-linux.org:/tmp/cvs-serv10023
Modified Files:
BUILD DEPENDS DETAILS
Log Message:
Adding proper support for gaim with gnutls, so MSN works again (without the need for mozilla!). Works without passing any options to gaim, so should not break anything too. Also adding patch to allow napster plugin to work again, since they broke it (again).
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/chat/gaim/BUILD,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- BUILD 26 Sep 2003 16:57:29 -0000 1.5
+++ BUILD 26 Oct 2003 17:11:23 -0000 1.6
@@ -1,4 +1,6 @@
(
+
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
./configure --prefix=/usr \
--infodir=/usr/share/info \
--mandir=/usr/share/man \
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/chat/gaim/DEPENDS,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- DEPENDS 11 Jun 2003 07:53:56 -0000 1.8
+++ DEPENDS 26 Oct 2003 17:11:23 -0000 1.9
@@ -1,4 +1,5 @@
depends gtk+-2 &&
+depends gnutls &&
optional_depends "audiofile" \
"--enable-audiofile" \
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/chat/gaim/DETAILS,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- DETAILS 10 Oct 2003 07:56:48 -0000 1.26
+++ DETAILS 26 Oct 2003 17:11:23 -0000 1.27
@@ -1,13 +1,16 @@
MODULE=gaim
VERSION=0.71
SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=gaim-$VERSION-napster.patch
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=http://unc.dl.sourceforge.net/sourceforge/$MODULE/$SOURCE
SOURCE_URL[1]=$SFORGE_URL/$MODULE/$SOURCE
SOURCE_VFY[0]=md5:89d1aeabdfcb16df479031b08ad5fb99
+ SOURCE2_URL=$PATCH_URL/$SOURCE2
+ SOURCE2_VFY=md5:c8a59976758c0f00cd4064f07d1ed10e
WEB_SITE=http://gaim.sourceforge.net
ENTERED=20011024
- UPDATED=20031010
+ UPDATED=20031026
SHORT="gaim is an instant messanger client for several protocols"
cat << EOF
gaim is an instant messanger client used primarly for the AIM protocol
More information about the Lunar-commits
mailing list