centerim: updated to 4.22.2

This commit is contained in:
Simon Gloßner 2007-12-08 13:22:10 +01:00
parent 994852648e
commit e1b9c00058
4 changed files with 6 additions and 21 deletions

View File

@ -1,10 +1,11 @@
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
-rwxr-xr-x root/root usr/bin/cimconv
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
-rw-r--r-- root/root usr/man/man1/centerim.1.gz
-rw-r--r-- root/root usr/man/man1/cimconv.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

View File

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

View File

@ -5,16 +5,13 @@
# Depends on: ncurses
name=centerim
version=4.22.1
version=4.22.2
release=1
source=(http://www.centerim.org/download/releases/$name-$version.tar.gz \
centerim-icq.patch)
source=(http://www.centerim.org/download/releases/$name-$version.tar.gz)
build() {
cd $name-$version
patch -p1 < $SRC/centerim-icq.patch
./configure \
--prefix=/usr \
--mandir=/usr/man \

View File

@ -1,12 +0,0 @@
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;
}