Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Matthew Clark (321ec6aa22e7b7ce50cf0ca5b5859d9cbf78a833)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Matthew Clark <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Matthew Clark (321ec6aa22e7b7ce50cf0ca5b5859d9cbf78a833)
  • Date: Wed, 9 Aug 2006 05:54:21 -0500

GIT changes to master grimoire by Matthew Clark
<matthewclark AT inlesserterms.net>:

kde-apps/kopete/HISTORY | 2 +-
kde-apps/kopete/PRE_BUILD | 2 ++
kde-apps/kopete/patch | 13 +++++++++++++
3 files changed, 16 insertions(+), 1 deletion(-)

New commits:
commit 321ec6aa22e7b7ce50cf0ca5b5859d9cbf78a833
Author: Matthew Clark <matthewclark AT inlesserterms.net>
Commit: Matthew Clark <matthewclark AT inlesserterms.net>

Woops, forgot the git add. ALso, looks like 17185 is
not a bug number, but something else. Removed from
HISTORY.

diff --git a/kde-apps/kopete/HISTORY b/kde-apps/kopete/HISTORY
index 941acce..43d05fb 100644
--- a/kde-apps/kopete/HISTORY
+++ b/kde-apps/kopete/HISTORY
@@ -1,5 +1,5 @@
2006-08-09 Matthew Clark <matthewclark AT inlesserterms.net>
- * PRE_BUILD: Added ICQ patch, KDE bug 17185
+ * PRE_BUILD: Added ICQ patch

2006-08-05 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DEPENDS: added libidn, xorg-modules
diff --git a/kde-apps/kopete/PRE_BUILD b/kde-apps/kopete/PRE_BUILD
new file mode 100755
index 0000000..5684bd8
--- /dev/null
+++ b/kde-apps/kopete/PRE_BUILD
@@ -0,0 +1,2 @@
+default_pre_build &&
+patch $SOURCE_DIRECTORY/kopete/protocols/oscar/liboscar/oscartypes.h
$SPELL_DIRECTORY/patch
diff --git a/kde-apps/kopete/patch b/kde-apps/kopete/patch
new file mode 100644
index 0000000..55cea7e
--- /dev/null
+++ b/kde-apps/kopete/patch
@@ -0,0 +1,13 @@
+Index: kopete/protocols/oscar/liboscar/oscartypes.h
+===================================================================
+--- kopete/protocols/oscar/liboscar/oscartypes.h (revision 568242)
++++ kopete/protocols/oscar/liboscar/oscartypes.h (working copy)
+@@ -239,7 +239,7 @@
+ 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";



  • [SM-Commit] GIT changes to master grimoire by Matthew Clark (321ec6aa22e7b7ce50cf0ca5b5859d9cbf78a833), Matthew Clark, 08/09/2006

Archive powered by MHonArc 2.6.24.

Top of Page