* sources/Makefile.am: remove gda/gnomedb

* sources/gda.patch, sources/gnomedb.patch: gone

svn path=/trunk/gtk-sharp/; revision=48202
This commit is contained in:
Dan Winship 2005-08-09 20:19:52 +00:00
parent 1a790c98ea
commit 8cb8276f43
4 changed files with 6 additions and 43 deletions

View File

@ -8,6 +8,10 @@
* gda/, gnomedb/: buh-bye
* sources/Makefile.am: remove gda/gnomedb
* sources/gda.patch, sources/gnomedb.patch: gone
2005-08-09 Dan Winship <danw@novell.com>
* generator/ClassBase.cs (Validate): Don't fully validate the

View File

@ -3,8 +3,6 @@ EXTRA_DIST = \
gtk-sharp-2.4-sources.xml \
gtk-sharp-2.6-sources.xml \
gtk-sharp-2.8-sources.xml \
gda.patch \
gnomedb.patch \
gtkclipboard.patch \
gtk_tree_model_signal_fix.patch \
gtkhtml-font-style-enum.patch
@ -50,8 +48,6 @@ GNOME_DOWNLOADS = \
http://ftp.gnome.org/pub/GNOME/desktop/2.6/2.6.0/sources/libglade-2.3.6.tar.bz2 \
http://ftp.gnome.org/pub/GNOME/desktop/2.6/2.6.0/sources/libart_lgpl-2.3.16.tar.bz2 \
http://ftp.gnome.org/pub/GNOME/desktop/2.6/2.6.0/sources/librsvg-2.6.4.tar.bz2 \
http://ftp.gnome.org/pub/GNOME/sources/libgda/1.0/libgda-1.0.0.tar.bz2 \
http://ftp.gnome.org/pub/GNOME/sources/libgnomedb/1.0/libgnomedb-1.0.0.tar.bz2 \
http://ftp.gnome.org/pub/GNOME/desktop/2.6/2.6.0/sources/vte-0.11.10.tar.bz2
GTKHTML_SOURCEFILES = \
@ -108,6 +104,6 @@ get-gnome-sources:
for i in $(GNOME_DOWNLOADS); do \
wget $$i --output-document=- | tar -xj ; \
done;
patch -p0 libgnomedb-1.0.0/libgnomedb/gnome-db-list.c < gnomedb.patch
patch -p0 libgda-1.0.0/libgda/gda-export.c < gda.patch

View File

@ -1,15 +0,0 @@
--- gda-export.c 2004-11-13 00:25:44.396760885 -0600
+++ libgda-1.0.0/libgda/gda-export.c 2004-11-13 00:23:58.405595352 -0600
@@ -213,10 +213,10 @@
G_TYPE_NONE, 2,
G_TYPE_INT, G_TYPE_STRING);
gda_export_signals[CANCELLED] =
- g_signal_new ("finished",
+ g_signal_new ("cancelled",
G_TYPE_FROM_CLASS (object_class),
G_SIGNAL_RUN_LAST,
- G_STRUCT_OFFSET (GdaExportClass, finished),
+ G_STRUCT_OFFSET (GdaExportClass, cancelled),
NULL, NULL,
g_cclosure_marshal_VOID__VOID,
G_TYPE_NONE, 0);

View File

@ -1,22 +0,0 @@
--- gnome-db-list.c 2004-11-13 00:01:42.391981026 -0600
+++ libgnomedb-1.0.0/libgnomedb/gnome-db-list.c 2004-11-13 00:02:10.172354404 -0600
@@ -111,7 +111,7 @@
g_signal_new ("selection_cleared",
G_TYPE_FROM_CLASS (object_class),
G_SIGNAL_RUN_LAST,
- G_STRUCT_OFFSET (GnomeDbGridClass, row_selected),
+ G_STRUCT_OFFSET (GnomeDbGridClass, selection_cleared),
NULL, NULL,
g_cclosure_marshal_VOID__VOID,
G_TYPE_NONE, 0);
--- libgnomedb-1.0.0/libgnomedb/gnome-db-editor.h.orig 2005-02-23 13:50:59.509288486 -0500
+++ libgnomedb-1.0.0/libgnomedb/gnome-db-editor.h 2005-02-23 13:50:51.247345662 -0500
@@ -29,7 +29,7 @@
#define GNOME_DB_TYPE_EDITOR (gnome_db_editor_get_type())
#define GNOME_DB_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_CAST (obj, GNOME_DB_TYPE_EDITOR, GnomeDbEditor))
-#define GNOME_DB_EDITOR_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST (klass, GNOME_DB_TYPE_EDITOR, GnomeDbEditor))
+#define GNOME_DB_EDITOR_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST (klass, GNOME_DB_TYPE_EDITOR, GnomeDbEditorClass))
#define GNOME_DB_IS_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE (obj, GNOME_DB_TYPE_EDITOR))
#define GNOME_DB_IS_EDITOR_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GNOME_DB_TYPE_EDITOR))