[Lunar-commits] r16910 - moonbase/trunk/chat/centericq
Chad Kittel
v3rt1g0 at lunar-linux.org
Thu Oct 13 01:46:20 UTC 2005
Author: v3rt1g0
Date: 2005-10-13 01:46:18 +0000 (Thu, 13 Oct 2005)
New Revision: 16910
Added:
moonbase/trunk/chat/centericq/BUILD
Modified:
moonbase/trunk/chat/centericq/DEPENDS
moonbase/trunk/chat/centericq/DETAILS
Log:
Version bump 4.20.0 to 4.21.0. ICQ and AIM work again (protocol changes
made 4.20.0 not compatable). Touched up the description and added a
missing depends for MSN support.
Added: moonbase/trunk/chat/centericq/BUILD
===================================================================
--- moonbase/trunk/chat/centericq/BUILD 2005-10-13 01:44:38 UTC (rev 16909)
+++ moonbase/trunk/chat/centericq/BUILD 2005-10-13 01:46:18 UTC (rev 16910)
@@ -0,0 +1,16 @@
+(
+
+ # configure scripts are a bit messed up in ver 4.21.0, at least
+ # within the Lunar env. Running ./configure on the cmdline works
+ # just fine, grrrrr
+ dirs_to_fix="connwrap kkconsui kkstrtext kksystr libicq2000 \
+ libjabber libmsn libyahoo2"
+ for d in $dirs_to_fix ; do
+ cd $d-0.1/ &&
+ WANT_AUTOCONF=2.5 autoconf &&
+ cd ..
+ done &&
+
+ default_build
+
+) > $C_FIFO 2>&1
Modified: moonbase/trunk/chat/centericq/DEPENDS
===================================================================
--- moonbase/trunk/chat/centericq/DEPENDS 2005-10-13 01:44:38 UTC (rev 16909)
+++ moonbase/trunk/chat/centericq/DEPENDS 2005-10-13 01:46:18 UTC (rev 16910)
@@ -1,2 +1,3 @@
-depends ncurses &&
-depends openssl
+depends ncurses &&
+depends openssl &&
+depends curl
Modified: moonbase/trunk/chat/centericq/DETAILS
===================================================================
--- moonbase/trunk/chat/centericq/DETAILS 2005-10-13 01:44:38 UTC (rev 16909)
+++ moonbase/trunk/chat/centericq/DETAILS 2005-10-13 01:46:18 UTC (rev 16910)
@@ -1,15 +1,16 @@
MODULE=centericq
- VERSION=4.20.0
+ VERSION=4.21.0
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=http://thekonst.net/download/
- SOURCE_VFY=sha1:14b37c5257039853f0a1b948c7eaa49581a5913c
+ SOURCE_VFY=sha1:26b07c4bdcbe8c6888ceab98140b33007bec8554
WEB_SITE=http://thekonst.net/centericq/
ENTERED=20031010
- UPDATED=20050105
- SHORT="text mode IM interface for ICQ2000, Yahoo!, AIM, MSN, IRC and Jabber."
+ UPDATED=20051012
+ SHORT="text mode IM client for ICQ, Yahoo!, AIM, IRC, MSN, Gadu-Gadu and Jabber"
cat << EOF
-Centericq is a text mode menu- and window-driven IM interface that supports
-the ICQ2000, Yahoo!, AIM, MSN, IRC and Jabber protocols.
+Centericq is a text mode menu- and window-driven IM interface that
+supports the ICQ, Yahoo!, AIM, IRC, MSN, Gadu-Gadu and Jabber protocols.
+It also supports LiveJournal and RSS feeds.
EOF
More information about the Lunar-commits
mailing list