summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSukneet Basuta2012-06-11 16:53:25 -0400
committerVlad Glagolev2012-06-14 12:39:48 +0400
commitd54be8fe14b3925e641f8f1cfb40893d818e8334 (patch)
tree32cebb6be1c4143d0bafaa36ba1055d7d88af9e0
parentbda4410c225d62924a742e7660122f102bb1cd45 (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. (cherry picked from commit 075e265fe04fb3acfe50a2d682b38edfb1f6fc97)
-rwxr-xr-xgnome3-libs/pygobject3/UP_TRIGGERS5
1 files changed, 5 insertions, 0 deletions
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