centerim: Initial import. Successor of centericq which has been removed.

This commit is contained in:
Simon Gloßner 2007-11-30 17:57:09 +01:00
parent 160801954d
commit aa880126ac
7 changed files with 53 additions and 51 deletions

View File

@ -1,16 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/centericq
-rwxr-xr-x root/root usr/bin/cicqconv
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/centericq.1.gz
-rw-r--r-- root/root usr/man/man1/cicqconv.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/centericq/
-rw-r--r-- root/root usr/share/centericq/email.wav
-rw-r--r-- root/root usr/share/centericq/msg.wav
-rw-r--r-- root/root usr/share/centericq/offline.wav
-rw-r--r-- root/root usr/share/centericq/online.wav
-rw-r--r-- root/root usr/share/centericq/sms.wav
-rw-r--r-- root/root usr/share/centericq/url.wav

View File

@ -1 +0,0 @@
82e426f2b4f6f2ab799c28807f36ade6 centericq-4.21.0.tar.bz2

View File

@ -1,34 +0,0 @@
# Description: Console IM client with ICQ, Yahoo, MSN, AIM, Jabber support
# URL: http://thekonst.net/centericq/
# Maintainer: Simon Gloßner, viper at hometux dot de
# Packager: Jürgen Daubert, juergen dot daubert at t-online dot de
# Depends on: curl, ncurses
name=centericq
version=4.21.0
release=4
source=(http://thekonst.net/download/$name-$version.tar.bz2)
build() {
cd $name-$version
for dir in \
connwrap-0.1 firetalk-0.1 kkconsui-0.1 \
kkstrtext-0.1 kksystr-0.1 libgadu-0.1 \
libjabber-0.1 libyahoo2-0.1 libicq2000-0.1 \
libmsn-0.1
do
cd $dir
autoconf
cd ..
done
./configure --prefix=/usr --disable-nls --mandir=/usr/man
make
make DESTDIR=$PKG install
install -m 644 centericq.1 $PKG/usr/man/man1
rm -rf $PKG/usr/include
rm $PKG/usr/{bin/cicqsync,man/man1/cicqsync.1}
}

15
centerim/.footprint Normal file
View File

@ -0,0 +1,15 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/centerim
-rwxr-xr-x root/root usr/bin/cicqconv
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/cicqconv.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/centerim/
-rw-r--r-- root/root usr/share/centerim/email.wav
-rw-r--r-- root/root usr/share/centerim/msg.wav
-rw-r--r-- root/root usr/share/centerim/offline.wav
-rw-r--r-- root/root usr/share/centerim/online.wav
-rw-r--r-- root/root usr/share/centerim/sms.wav
-rw-r--r-- root/root usr/share/centerim/url.wav

2
centerim/.md5sum Normal file
View File

@ -0,0 +1,2 @@
d128b54e3cc04a6ee651c51682a497a9 centerim-4.22.1.tar.gz
aba0f8064203b6bcf393742956177caf centerim-icq.patch

24
centerim/Pkgfile Normal file
View File

@ -0,0 +1,24 @@
# Description: Console IM client
# URL: http://www.centerim.org/
# Maintainer: Simon Gloßner, viper at hometux dot de
# Packager: Simon Gloßner, viper at hometux dot de
# Depends on: ncurses
name=centerim
version=4.22.1
release=1
source=(http://www.centerim.org/download/releases/$name-$version.tar.gz \
centerim-icq.patch)
build() {
cd $name-$version
patch -p1 < $SRC/centerim-icq.patch
./configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-nls
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,12 @@
diff -Nru centerim-4.22.1/libicq2000/src/Client.cpp centerim-4.22.1-new/libicq2000/src/Client.cpp
--- centerim-4.22.1/libicq2000/src/Client.cpp 2007-06-14 00:44:04.000000000 +0200
+++ centerim-4.22.1-new/libicq2000/src/Client.cpp 2007-11-30 17:26:06.000000000 +0100
@@ -1524,7 +1524,7 @@
SignalLog(LogEvent::INFO, "Received server-based list from server\n");
SBLListSNAC *sbs = static_cast<SBLListSNAC*>(snac);
mergeSBL( sbs->getContactTree() );
-// SendSBLReceivedACK();
+ SendSBLReceivedACK();
break;
}