[gnome-boxes] Remove now redundant upstream clutter-1.0.vapi & clutter-gtk-1.0.vapi



commit 531544c922d9dfde80be970cad7b366f243754c9
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Thu Jan 3 06:01:45 2013 +0200

    Remove now redundant upstream clutter-1.0.vapi & clutter-gtk-1.0.vapi
    
    Vala 0.17.3 already has the updated VAPI that we were working around with
    our own copy from vala's git master.
    
    Having said that, with newer vapis we seem to be using lots of deprecated
    API. It'll take a bit of effort/time to update all these but from what I
    can tell looking at the docs, we shouldn't need to bump our deps to fix
    (at least most) of these as the replacement API already existed in 3.6.x
    times. Here are the warnings we get with latest vala:
    
    revealer.vala:35.49-35.68: warning: Clutter.BinAlignment has been deprecated since 1.12
    revealer.vala:36.49-36.68: warning: Clutter.BinAlignment has been deprecated since 1.12
    revealer.vala:39.49-39.68: warning: Clutter.BinAlignment has been deprecated since 1.12
    revealer.vala:40.49-40.68: warning: Clutter.BinAlignment has been deprecated since 1.12
    revealer.vala:71.17-71.29: warning: Clutter.Actor.animate has been deprecated since 1.12
    revealer.vala:79.17-79.29: warning: Clutter.Actor.animate has been deprecated since 1.12
    revealer.vala:85.17-85.23: warning: Clutter.Actor.animate has been deprecated since 1.12
    revealer.vala:87.17-87.23: warning: Clutter.Actor.animate has been deprecated since 1.12
    revealer.vala:97.24-97.36: warning: Clutter.Actor.animate has been deprecated since 1.12
    revealer.vala:98.13-98.26: warning: Clutter.Animation.completed has been deprecated since 1.12
    revealer.vala:105.24-105.36: warning: Clutter.Actor.animate has been deprecated since 1.12
    revealer.vala:106.13-106.26: warning: Clutter.Animation.completed has been deprecated since 1.12
    revealer.vala:114.17-114.23: warning: Clutter.Actor.animate has been deprecated since 1.12
    revealer.vala:116.17-116.23: warning: Clutter.Actor.animate has been deprecated since 1.12
    machine.vala:521.9-521.23: warning: Clutter.BoxLayout.vertical has been deprecated since 1.12
    sidebar.vala:43.42-43.61: warning: Clutter.BinAlignment has been deprecated since 1.12
    sidebar.vala:44.42-44.61: warning: Clutter.BinAlignment has been deprecated since 1.12
    sidebar.vala:66.9-66.15: warning: Clutter.BinLayout.add has been deprecated since 1.12
    sidebar.vala:67.18-67.37: warning: Clutter.BinAlignment has been deprecated since 1.12
    sidebar.vala:68.18-68.37: warning: Clutter.BinAlignment has been deprecated since 1.12
    sidebar.vala:79.9-79.15: warning: Clutter.BinLayout.add has been deprecated since 1.12
    sidebar.vala:79.30-79.49: warning: Clutter.BinAlignment has been deprecated since 1.12
    sidebar.vala:79.57-79.76: warning: Clutter.BinAlignment has been deprecated since 1.12
    
    https://bugzilla.gnome.org/show_bug.cgi?id=691078

 vapi/upstream/Makefile.am          |    4 -
 vapi/upstream/clutter-1.0.deps     |    5 -
 vapi/upstream/clutter-1.0.vapi     | 7680 ------------------------------------
 vapi/upstream/clutter-gtk-1.0.deps |    8 -
 vapi/upstream/clutter-gtk-1.0.vapi |   58 -
 5 files changed, 0 insertions(+), 7755 deletions(-)
---
diff --git a/vapi/upstream/Makefile.am b/vapi/upstream/Makefile.am
index 957a0f8..52d00df 100644
--- a/vapi/upstream/Makefile.am
+++ b/vapi/upstream/Makefile.am
@@ -3,10 +3,6 @@ NULL =
 # This is the directory where we put upstream vapi bindings when they
 # are outdated and we need a version with additional fixes.
 EXTRA_DIST =					\
-	clutter-1.0.deps			\
-	clutter-1.0.vapi			\
-	clutter-gtk-1.0.deps			\
-	clutter-gtk-1.0.vapi			\
 	cogl-1.0.deps				\
 	cogl-1.0.vapi				\
 	gdk-3.0.deps				\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]