Skip to Content.
Sympa Menu

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

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 (94974135c7a0a87d1d059067b92a9ec266660925)
  • Date: Tue, 11 Jun 2013 19:47:33 -0500

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

gnome2-libs/dconf/BUILD | 8 ++++++++
gnome2-libs/dconf/DETAILS | 4 ++--
gnome2-libs/dconf/HISTORY | 11 +++++++++--
3 files changed, 19 insertions(+), 4 deletions(-)

New commits:
commit 94974135c7a0a87d1d059067b92a9ec266660925
Author: Javier Vasquez <j.e.vasquez.v AT gmail.com>
Commit: Eric Sandall <sandalle AT sourcemage.org>

dconf: Updating to 0.14.1 (Bug #450)
Removing CFLAGS -fPIC and -DPIC prior to default
build to prevent compilation error:
dbus.c:(.text.startup+0x2a): undefined reference to
`dconf_engine_dbus_init_for_testing'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/../../../../x86_64-pc-linux-gnu/bin/ld:
gdbus-thread: hidden symbol `dconf_engine_dbus_init_for_testing' isn't
defined

diff --git a/gnome2-libs/dconf/BUILD b/gnome2-libs/dconf/BUILD
new file mode 100755
index 0000000..9529645
--- /dev/null
+++ b/gnome2-libs/dconf/BUILD
@@ -0,0 +1,8 @@
+# Please notice the use of #ifndef PIC under gdbus/dconf-gdbus-thread.c,
+# thus disabling these optimizations to prevent failures like:
+# dbus.c:(.text.startup+0x2a): undefined reference to
`dconf_engine_dbus_init_for_testing'
+#
/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/../../../../x86_64-pc-linux-gnu/bin/ld:
gdbus-thread: hidden symbol `dconf_engine_dbus_init_for_testing' isn't
defined
+CFLAGS="${CFLAGS//-fPIC/}" &&
+CFLAGS="${CFLAGS//-DPIC/}" &&
+
+default_build
diff --git a/gnome2-libs/dconf/DETAILS b/gnome2-libs/dconf/DETAILS
index 1c733cd..dad198e 100755
--- a/gnome2-libs/dconf/DETAILS
+++ b/gnome2-libs/dconf/DETAILS
@@ -1,8 +1,8 @@
SPELL=dconf
- VERSION=0.16.0
+ VERSION=0.14.1
SOURCE="${SPELL}-${VERSION}.tar.xz"

SOURCE_URL[0]=http://download.gnome.org/sources/${SPELL}/${VERSION:0:4}/${SOURCE}
-
SOURCE_HASH=sha512:ff74940121833021425cbfd4e1679a48eeabdc532c4890c25e4abfe679b38a320a8ba9e5aef8fa8a04cf043de840ac61760d1bdcb3ce2bd1a96144f4b083a351
+
SOURCE_HASH=sha512:110e1fe8ac986d61491f10c25ccfb687d914cbbacad70a0c6918bd07d32a19058050267e677626cb2dbc26928923f49b0495e0cf1eeeb210537f42b6936eed5f
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://live.gnome.org/dconf";
LICENSE[0]="LGPL"
diff --git a/gnome2-libs/dconf/HISTORY b/gnome2-libs/dconf/HISTORY
index 730fac8..b8733d4 100644
--- a/gnome2-libs/dconf/HISTORY
+++ b/gnome2-libs/dconf/HISTORY
@@ -1,5 +1,12 @@
-2013-05-08 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 0.16.0
+2013-06-11 Eric Sandall <sandalle AT sourcemage.org>
+ * Bug #450 (apply Javier's fix)
+
+2012-12-02 Javier Vasquez <j.e.vasquez.v AT gmail.com>
+ * DETAILS: Updating to 0.14.1
+ * BUILD: Removing CFLAGS -fPIC and -DPIC prior to default
+ build to prevent compilation error:
+ dbus.c:(.text.startup+0x2a): undefined reference to
`dconf_engine_dbus_init_for_testing'
+
/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/../../../../x86_64-pc-linux-gnu/bin/ld:
gdbus-thread: hidden symbol `dconf_engine_dbus_init_for_testing' isn't
defined

2012-11-04 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: corrected dependencies -- added missing, dropped
non-required



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (94974135c7a0a87d1d059067b92a9ec266660925), Eric Sandall, 06/11/2013

Archive powered by MHonArc 2.6.24.

Top of Page