Let the kopete icq plugin work with the latest ICQ protocol changes.

From http://bugs.kde.org/show_bug.cgi?id=130630

'go ahead' espie@
This commit is contained in:
bernd 2006-09-23 13:48:28 +00:00
parent 7f8d89d069
commit d20f9f403f
2 changed files with 17 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.44 2006/09/18 12:19:40 espie Exp $
# $OpenBSD: Makefile,v 1.45 2006/09/23 13:48:28 bernd Exp $
COMMENT= "K Desktop Environment, network applications"
CATEGORIES= x11 x11/kde
VERSION= 3.5.4
DISTNAME= kdenetwork-${VERSION}
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
MODKDE_VERSION= 3.5.3
FLAVORS=debug
SHARED_LIBS= kopete 2.0 \

View File

@ -0,0 +1,15 @@
$OpenBSD: patch-kopete_protocols_oscar_liboscar_oscartypes_h,v 1.1 2006/09/23 13:48:28 bernd Exp $
http://bugs.kde.org/show_bug.cgi?id=130630
--- kopete/protocols/oscar/liboscar/oscartypes.h.orig Fri Sep 22 11:10:37 2006
+++ kopete/protocols/oscar/liboscar/oscartypes.h Fri Sep 22 11:10:37 2006
@@ -237,7 +237,7 @@ struct ChatRoomInfo
const WORD ICQ_MAJOR = 0x0014;
const WORD ICQ_MINOR = 0x0034;
const WORD ICQ_POINT = 0x0000;
- const WORD ICQ_BUILD = 0x0A0F;
+ const WORD ICQ_BUILD = 0x0BB8;
const char ICQ_OTHER[] = { 0x00, 0x00, 0x04, 0x3d };
const char ICQ_COUNTRY[] = "us";
const char ICQ_LANG[] = "en";