summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin V. Arkhipov <voxus@gentoo.org>2005-07-14 19:37:41 +0000
committerKonstantin V. Arkhipov <voxus@gentoo.org>2005-07-14 19:37:41 +0000
commitb3f9340845548aa44fec5640e90a4571342434f8 (patch)
tree08449745623e09df2e369acc06af4f6ce118c47c /net-im/licq/files
parentcloses bug #98721 - localversions not handled correctly (diff)
downloadgentoo-2-b3f9340845548aa44fec5640e90a4571342434f8.tar.gz
gentoo-2-b3f9340845548aa44fec5640e90a4571342434f8.tar.bz2
gentoo-2-b3f9340845548aa44fec5640e90a4571342434f8.zip
* closing #97982, #98263 and #98584
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-im/licq/files')
-rw-r--r--net-im/licq/files/1.3.0-include_iconv.patch10
-rw-r--r--net-im/licq/files/1.3.0-missing_chars.patch10
-rw-r--r--net-im/licq/files/1.3.0-save_koloboks.patch18
-rw-r--r--net-im/licq/files/digest-licq-1.3.0-r63
4 files changed, 41 insertions, 0 deletions
diff --git a/net-im/licq/files/1.3.0-include_iconv.patch b/net-im/licq/files/1.3.0-include_iconv.patch
new file mode 100644
index 000000000000..e62430ee00eb
--- /dev/null
+++ b/net-im/licq/files/1.3.0-include_iconv.patch
@@ -0,0 +1,10 @@
+--- src/translate.cpp 2005-07-14 23:03:29.000000000 +0400
++++ src/translate.cpp 2005-07-14 23:03:37.000000000 +0400
+@@ -22,6 +22,7 @@
+ extern int errno;
+ #endif
+ #include <string.h>
++#include <iconv.h>
+
+ #include "licq_translate.h"
+ #include "licq_log.h"
diff --git a/net-im/licq/files/1.3.0-missing_chars.patch b/net-im/licq/files/1.3.0-missing_chars.patch
new file mode 100644
index 000000000000..9c12ffcd6bcb
--- /dev/null
+++ b/net-im/licq/files/1.3.0-missing_chars.patch
@@ -0,0 +1,10 @@
+--- src/icqpacket.cpp 2005-07-14 23:13:54.000000000 +0400
++++ src/icqpacket.cpp 2005-07-14 23:15:23.988169456 +0400
+@@ -4385,6 +4385,7 @@
+ // buffer->PackUnsignedShort(0x0021);
+ if (Channel() == ICQ_CHNxNONE)
+ {
++ buffer->PackUnsignedShort(m_nMsgLen);
+ buffer->Pack(m_szMessage, m_nMsgLen);
+ }
+ else
diff --git a/net-im/licq/files/1.3.0-save_koloboks.patch b/net-im/licq/files/1.3.0-save_koloboks.patch
new file mode 100644
index 000000000000..8119c9bfd5b3
--- /dev/null
+++ b/net-im/licq/files/1.3.0-save_koloboks.patch
@@ -0,0 +1,18 @@
+--- src/mainwin.cpp 2005-07-14 22:37:55.000000000 +0400
++++ src/mainwin.cpp 2005-07-14 22:55:57.000000000 +0400
+@@ -441,6 +441,7 @@
+ licqConf.ReadBool("AutoPosReplyWin", m_bAutoPosReplyWin, true);
+ licqConf.ReadBool("AutoSendThroughServer", m_bAutoSendThroughServer, false);
+ licqConf.ReadBool("EnableMainwinMouseMovement", m_bEnableMainwinMouseMovement, true);
++ licqConf.ReadBool("ShowEmoticons", m_bShowKoloboks, true);
+ licqConf.ReadNum("ChatMessageStyle", m_nMsgStyle, 0);
+ licqConf.ReadBool("ChatAppendLinebreak", m_bAppendLineBreak, true);
+ licqConf.ReadBool("FlashTaskbar", m_bFlashTaskbar, true);
+@@ -3549,6 +3550,7 @@
+ licqConf.WriteBool("AutoPosReplyWin", m_bAutoPosReplyWin);
+ licqConf.WriteBool("AutoSendThroughServer", m_bAutoSendThroughServer);
+ licqConf.WriteBool("EnableMainwinMouseMovement", m_bEnableMainwinMouseMovement);
++ licqConf.WriteBool("ShowEmoticons", m_bShowKoloboks);
+ licqConf.WriteBool("FlashTaskbar", m_bFlashTaskbar);
+
+ licqConf.WriteNum("ChatMessageStyle", m_nMsgStyle);
diff --git a/net-im/licq/files/digest-licq-1.3.0-r6 b/net-im/licq/files/digest-licq-1.3.0-r6
new file mode 100644
index 000000000000..c08397616e88
--- /dev/null
+++ b/net-im/licq/files/digest-licq-1.3.0-r6
@@ -0,0 +1,3 @@
+MD5 c1b05d1078b9826273191c05d0d1a969 licq-1.3.0.tar.bz2 4284325
+MD5 9d27f4422743c4c5aadb8bd5f5a84466 licq-branch-update-20050315.patch.bz2 27952
+MD5 b759d989af1f3c13ff3c50260d4fa8ac licq-branch-update-20050703.patch.bz2 89285