Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (d1c4c9160687e985607c9f4265bcd7385c8696ac)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Sukneet Basuta <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (d1c4c9160687e985607c9f4265bcd7385c8696ac)
  • Date: Mon, 11 Jun 2012 15:57:55 -0500

GIT changes to master grimoire by Sukneet Basuta <sukneet AT sourcemage.org>:

gnome3-libs/pygobject3/UP_TRIGGERS | 5 +++++
1 files changed, 5 insertions(+)

New commits:
commit 075e265fe04fb3acfe50a2d682b38edfb1f6fc97
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

pygobject3: added UP_TRIGGERS - cast pygobject if pygobject has
gobject-introspection enabled, so it is built without it.
See https://bugzilla.gnome.org/show_bug.cgi?id=657054

It is not strictly necessary to for it to be recast since the conflicting
files are overwritten by pygobject3, but some files are left over which I
*assume* may lead to unintentional consequences. It is recommended that
pygobject2 be built without gobject-introspection if pygobect3 is installed
in either case.

diff --git a/gnome3-libs/pygobject3/UP_TRIGGERS
b/gnome3-libs/pygobject3/UP_TRIGGERS
new file mode 100755
index 0000000..04704dc
--- /dev/null
+++ b/gnome3-libs/pygobject3/UP_TRIGGERS
@@ -0,0 +1,5 @@
+# introspection in pygoject3 conflicts with introspection in pygobject
+# https://bugzilla.gnome.org/show_bug.cgi?id=657054
+if is_depends_enabled pygobject gobject-introspection; then
+ up_trigger pygobject cast_self
+fi



  • [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (d1c4c9160687e985607c9f4265bcd7385c8696ac), Sukneet Basuta, 06/11/2012

Archive powered by MHonArc 2.6.24.

Top of Page