Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (9927887b632d833bc4f7807e0f55211788409565)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (9927887b632d833bc4f7807e0f55211788409565)
  • Date: Fri, 13 May 2011 18:39:24 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

gnome2-libs/evolution-exchange/02_remove-disable-deprecated.patch | 21
++++++++++
gnome2-libs/evolution-exchange/DEPENDS | 1
gnome2-libs/evolution-exchange/HISTORY | 6 ++
gnome2-libs/evolution-exchange/PRE_BUILD | 6 ++
4 files changed, 34 insertions(+)

New commits:
commit 9927887b632d833bc4f7807e0f55211788409565
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

evolution-exchange: Fix compilation with newer gtk+2
Depends on autoconf for `autoconf` in PRE_BUILD
Apply 02_remove-disable-deprecated.patch to fix compilation with new gtk+2
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=622015

diff --git
a/gnome2-libs/evolution-exchange/02_remove-disable-deprecated.patch
b/gnome2-libs/evolution-exchange/02_remove-disable-deprecated.patch
new file mode 100644
index 0000000..7bf8791
--- /dev/null
+++ b/gnome2-libs/evolution-exchange/02_remove-disable-deprecated.patch
@@ -0,0 +1,21 @@
+#
+# Extracted from evolution-exchange_2.32.2-2.debian.tar.gz
+#
+--- evolution-exchange-2.32.2/configure.ac.orig 2011-02-06
05:54:00.000000000 +0100
++++ evolution-exchange-2.32.2/configure.ac 2011-04-11 08:41:26.402135996
+0200
+@@ -60,14 +60,7 @@ dnl **********************
+ dnl Compiler Warning Flags
+ dnl **********************
+ AS_COMPILER_FLAGS(WARNING_FLAGS,
+- "-DG_DISABLE_DEPRECATED
+- -DPANGO_DISABLE_DEPRECATED
+- -DGDK_DISABLE_DEPRECATED
+- -DGDK_PIXBUF_DISABLE_DEPRECATED
+- -DGTK_DISABLE_DEPRECATED
+- -DE_BOOK_DISABLE_DEPRECATED
+- -DE_CAL_DISABLE_DEPRECATED
+- -DG_DISABLE_SINGLE_INCLUDES
++ "-DG_DISABLE_SINGLE_INCLUDES
+ -DGTK_DISABLE_SINGLE_INCLUDES
+ -DGSEAL_ENABLE
+ -Wall -Wextra
diff --git a/gnome2-libs/evolution-exchange/DEPENDS
b/gnome2-libs/evolution-exchange/DEPENDS
index 69ca5a8..07c8d37 100755
--- a/gnome2-libs/evolution-exchange/DEPENDS
+++ b/gnome2-libs/evolution-exchange/DEPENDS
@@ -1,3 +1,4 @@
+depends autoconf &&
depends glib2 &&
depends gtk+2 &&
depends gconf2 &&
diff --git a/gnome2-libs/evolution-exchange/HISTORY
b/gnome2-libs/evolution-exchange/HISTORY
index 6dbaeb2..225f7cb 100644
--- a/gnome2-libs/evolution-exchange/HISTORY
+++ b/gnome2-libs/evolution-exchange/HISTORY
@@ -1,3 +1,9 @@
+2011-05-13 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on autoconf for `autoconf` in PRE_BUILD
+ * PRE_BUILD: Apply 02_remove-disable-deprecated.patch
+ * 02_remove-disable-deprecated.patch: Fix compilation with new gtk+2
+ See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=622015
+
2011-02-07 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.32.2

diff --git a/gnome2-libs/evolution-exchange/PRE_BUILD
b/gnome2-libs/evolution-exchange/PRE_BUILD
new file mode 100755
index 0000000..e360c06
--- /dev/null
+++ b/gnome2-libs/evolution-exchange/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+message "${MESSAGE_COLOR}Applying newer gtk+2 patch...${DEFAULT_COLOR}" &&
+patch "${SOURCE_DIRECTORY}"/configure.ac \
+ "${SPELL_DIRECTORY}"/02_remove-disable-deprecated.patch &&
+autoconf




Archive powered by MHonArc 2.6.24.

Top of Page