summaryrefslogtreecommitdiffstats
path: root/gnome3-libs/pygobject3
diff options
context:
space:
mode:
authorSukneet Basuta2012-06-11 16:53:25 -0400
committerSukneet Basuta2012-06-11 16:57:00 -0400
commit075e265fe04fb3acfe50a2d682b38edfb1f6fc97 (patch)
tree33eaddb9e83825d3b823187d2dea936d43b1dda0 /gnome3-libs/pygobject3
parent3f7e58fad3de8397e4a3e26b565a677ae14f556c (diff)
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.
Diffstat (limited to 'gnome3-libs/pygobject3')
-rw-r--r--gnome3-libs/pygobject3/HISTORY11
-rwxr-xr-xgnome3-libs/pygobject3/UP_TRIGGERS5
2 files changed, 16 insertions, 0 deletions
diff --git a/gnome3-libs/pygobject3/HISTORY b/gnome3-libs/pygobject3/HISTORY
index 1bc8e00c24..1fbfadc592 100644
--- a/gnome3-libs/pygobject3/HISTORY
+++ b/gnome3-libs/pygobject3/HISTORY
@@ -1,3 +1,14 @@
+2012-06-11 Sukneet Basuta <sukneet@sourcemage.org>
+ * UP_TRIGGERS: added, 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.
+
2012-03-27 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 3.2.0
diff --git a/gnome3-libs/pygobject3/UP_TRIGGERS b/gnome3-libs/pygobject3/UP_TRIGGERS
new file mode 100755
index 0000000000..04704dcb62
--- /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