Skip to Content.
Sympa Menu

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

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 (6c07ce0316fea1e3fc2d62db835c6a09527c36cd)
  • Date: Tue, 4 Jun 2013 19:13:46 -0500

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

gnome2-libs/orbit2/HISTORY | 4 ++++
gnome2-libs/orbit2/PRE_BUILD | 6 ++++++
2 files changed, 10 insertions(+)

New commits:
commit 6c07ce0316fea1e3fc2d62db835c6a09527c36cd
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

orbit2: Fix linc2 compilation using deprecated glib2 symbols
Included linc2 fails to compile due to usage of deprecated glib2
symbols.
ORBit2 is dead.
Long live ORBit2.

diff --git a/gnome2-libs/orbit2/HISTORY b/gnome2-libs/orbit2/HISTORY
index ad2768f..33d81ec 100644
--- a/gnome2-libs/orbit2/HISTORY
+++ b/gnome2-libs/orbit2/HISTORY
@@ -1,3 +1,7 @@
+2013-06-04 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD: Fix compilation of linc2 using glib2 deprecated symbols
+ in orbit2
+
2012-12-31 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: removed dependencies on libffi and pcre

diff --git a/gnome2-libs/orbit2/PRE_BUILD b/gnome2-libs/orbit2/PRE_BUILD
new file mode 100755
index 0000000..5771478
--- /dev/null
+++ b/gnome2-libs/orbit2/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+
+# Remove error on deprecated glib2 symbols
+for file in linc2/src/Makefile{.am,.in}; do
+ sedit 's:-DG_DISABLE_DEPRECATED::' "${SOURCE_DIRECTORY}"/"${file}"
+done




Archive powered by MHonArc 2.6.24.

Top of Page