Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6cb5ac04e2d9c616e63e7566246d736cc5aa2703)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6cb5ac04e2d9c616e63e7566246d736cc5aa2703)
  • Date: Tue, 24 Apr 2012 00:37:04 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

mail/sylpheed/HISTORY | 4 ++++
mail/sylpheed/PRE_BUILD | 2 ++
mail/sylpheed/glib232.patch | 11 +++++++++++
3 files changed, 17 insertions(+)

New commits:
commit 6cb5ac04e2d9c616e63e7566246d736cc5aa2703
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

sylpheed: fixed build with recent glib2

diff --git a/mail/sylpheed/HISTORY b/mail/sylpheed/HISTORY
index 8603350..59c5b86 100644
--- a/mail/sylpheed/HISTORY
+++ b/mail/sylpheed/HISTORY
@@ -1,3 +1,7 @@
+2012-04-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD: apply the patch
+ * glib232.patch: added, to fix compilation with glib2 >=2.32
+
2012-02-29 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 3.1.3

diff --git a/mail/sylpheed/PRE_BUILD b/mail/sylpheed/PRE_BUILD
index 6868556..2aaf735 100755
--- a/mail/sylpheed/PRE_BUILD
+++ b/mail/sylpheed/PRE_BUILD
@@ -1,6 +1,8 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

+patch -p0 < "$SPELL_DIRECTORY/glib232.patch" &&
+
if [[ $SYLPHEED_IT == y ]]; then
unpack_file 3 &&
cp -av "$SOURCE3_DIRECTORY/src" "$SOURCE_DIRECTORY"
diff --git a/mail/sylpheed/glib232.patch b/mail/sylpheed/glib232.patch
new file mode 100644
index 0000000..64850f6
--- /dev/null
+++ b/mail/sylpheed/glib232.patch
@@ -0,0 +1,11 @@
+--- libsylph/defs.h.orig
++++ libsylph/defs.h
+@@ -24,7 +24,7 @@
+ # include "config.h"
+ #endif
+
+-#include <glibconfig.h>
++#include <glib.h>
+
+ #ifdef G_OS_WIN32
+ # include <glib/gwin32.h>



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6cb5ac04e2d9c616e63e7566246d736cc5aa2703), Vlad Glagolev, 04/24/2012

Archive powered by MHonArc 2.6.24.

Top of Page