[gnome-boxes] Remove now redundant upstream gtk+-3.0.vapi & gdk-3.0.vapi
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] Remove now redundant upstream gtk+-3.0.vapi & gdk-3.0.vapi
- Date: Thu, 10 Jan 2013 22:28:36 +0000 (UTC)
commit 6b534a084954e44333b1e2922cd50047bf61ea8a
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Thu Jan 3 06:01:45 2013 +0200
Remove now redundant upstream gtk+-3.0.vapi & gdk-3.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:
i-properties-provider.vala:105.25-105.34: warning: Gtk.HScale has been deprecated since 3.2
machine.vala:534.20-534.27: warning: Gtk.VBox has been deprecated since 3.2. Use Box
machine.vala:543.9-543.23: warning: Gtk.Widget.modify_fg has been deprecated since 3.0. Use override_color
topbar.vala:48.24-48.31: warning: Gtk.HBox has been deprecated since 3.2. Use Grid
topbar.vala:85.20-85.27: warning: Gtk.HBox has been deprecated since 3.2. Use Grid
topbar.vala:112.20-112.27: warning: Gtk.HBox has been deprecated since 3.2. Use Grid
topbar.vala:116.20-116.27: warning: Gtk.HBox has been deprecated since 3.2. Use Grid
properties.vala:209.23-209.30: warning: Gtk.HBox has been deprecated since 3.2. Use Grid
sidebar.vala:92.24-92.31: warning: Gtk.VBox has been deprecated since 3.2. Use Box
sidebar.vala:96.20-96.27: warning: Gtk.VBox has been deprecated since 3.2. Use Box
sidebar.vala:101.20-101.27: warning: Gtk.VBox has been deprecated since 3.2. Use Box
unattended-installer.vala:305.26-305.33: warning: Gtk.HBox has been deprecated since 3.2. Use Grid
notificationbar.vala:100.13-100.29: warning: Gtk.Button.pressed has been deprecated since 2.8. Use Gtk.Widget.button_press_event
properties.vala:101.25-101.44: warning: Gtk.Widget.modify_fg has been deprecated since 3.0. Use override_color
wizard-source.vala:238.24-238.31: warning: Gtk.VBox has been deprecated since 3.2. Use Box
wizard.vala:735.13-735.32: warning: Gtk.Widget.modify_fg has been deprecated since 3.0. Use override_color
wizard.vala:740.13-740.33: warning: Gtk.Widget.modify_fg has been deprecated since 3.0. Use override_color
wizard.vala:754.13-754.28: warning: Gtk.Widget.modify_fg has been deprecated since 3.0. Use override_color
wizard.vala:123.17-123.31: warning: Gtk.Widget.modify_fg has been deprecated since 3.0. Use override_color
wizard.vala:127.13-127.38: warning: Gtk.Widget.modify_fg has been deprecated since 3.0. Use override_color
wizard.vala:528.24-528.31: warning: Gtk.HBox has been deprecated since 3.2. Use Grid
wizard.vala:543.24-543.31: warning: Gtk.VBox has been deprecated since 3.2. Use Box
wizard.vala:567.20-567.27: warning: Gtk.VBox has been deprecated since 3.2. Use Box
wizard.vala:579.20-579.27: warning: Gtk.HBox has been deprecated since 3.2. Use Grid
wizard.vala:587.29-587.36: warning: Gtk.VBox has been deprecated since 3.2. Use Box
wizard.vala:603.26-603.33: warning: Gtk.VBox has been deprecated since 3.2. Use Box
wizard.vala:610.20-610.27: warning: Gtk.VBox has been deprecated since 3.2. Use Box
https://bugzilla.gnome.org/show_bug.cgi?id=691078
vapi/upstream/Makefile.am | 4 -
vapi/upstream/gdk-3.0.deps | 5 -
vapi/upstream/gdk-3.0.vapi | 5957 ------------------------------
vapi/upstream/gtk+-3.0.deps | 7 -
vapi/upstream/gtk+-3.0.vapi | 8543 -------------------------------------------
5 files changed, 0 insertions(+), 14516 deletions(-)
---
diff --git a/vapi/upstream/Makefile.am b/vapi/upstream/Makefile.am
index e5da97f..d426e11 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 = \
- gdk-3.0.deps \
- gdk-3.0.vapi \
- gtk+-3.0.deps \
- gtk+-3.0.vapi \
gdk-pixbuf-2.0.deps \
gdk-pixbuf-2.0.vapi \
$(NULL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]