From cf917e3981534da901b9011d7de8135005aef78f Mon Sep 17 00:00:00 2001
From: Martin Willemoes Hansen <mwh@mono-cvs.ximian.com>
Date: Tue, 26 Aug 2003 20:27:41 +0000
Subject: [PATCH]         * sources/makefile         *
 sources/gtk-sharp.sources         * sources/.cvsignore: Target Gtk+-2.2.3 and
 Pango-1.2.4

svn path=/trunk/gtk-sharp/; revision=17637
---
 ChangeLog                 |  6 ++++++
 sources/.cvsignore        |  4 ++--
 sources/gtk-sharp.sources |  8 ++++----
 sources/makefile          | 10 +++++-----
 4 files changed, 17 insertions(+), 11 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 014714042..6d0720d46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-08-26  Martin Willemoes Hansen  <mwh@sysrq.dk>
+
+	* sources/makefile
+	* sources/gtk-sharp.sources
+	* sources/.cvsignore: Target Gtk+-2.2.3 and Pango-1.2.4
+
 2003-08-26  Alp Toker  <alp@atoker.com>
 
 	* glue/style.c: glue and corresponding .custom entries for
diff --git a/sources/.cvsignore b/sources/.cvsignore
index 46501830d..02881fe06 100644
--- a/sources/.cvsignore
+++ b/sources/.cvsignore
@@ -1,6 +1,6 @@
 atk-1.2.4
 gstreamer-0.4.2
-gtk+-2.2.2
+gtk+-2.2.3
 gtkhtml-3.0.8
 libart_lgpl-2.3.10
 libgda-0.90.0
@@ -12,4 +12,4 @@ libgnomeprint-2.2.1.3
 libgnomeprintui-2.2.1.3
 libgnomeui-2.0.1
 librsvg-2.0.1
-pango-1.2.3
+pango-1.2.4
diff --git a/sources/gtk-sharp.sources b/sources/gtk-sharp.sources
index b02e1aa86..2f43bfb37 100644
--- a/sources/gtk-sharp.sources
+++ b/sources/gtk-sharp.sources
@@ -1,8 +1,8 @@
 atk-1.2.4/atk Atk libatk-1.0-0.dll
-pango-1.2.3/pango Pango libpango-1.0-0.dll
-gtk+-2.2.2/gdk Gdk libgdk-win32-2.0-0.dll
-gtk+-2.2.2/gdk-pixbuf Gdk libgdk_pixbuf-2.0-0.dll
-gtk+-2.2.2/gtk Gtk libgtk-win32-2.0-0.dll
+pango-1.2.4/pango Pango libpango-1.0-0.dll
+gtk+-2.2.3/gdk Gdk libgdk-win32-2.0-0.dll
+gtk+-2.2.3/gdk-pixbuf Gdk libgdk_pixbuf-2.0-0.dll
+gtk+-2.2.3/gtk Gtk libgtk-win32-2.0-0.dll
 libgnome-2.0.1/libgnome Gnome gnome-2
 libgnomecanvas-2.0.1/libgnomecanvas Gnome gnomecanvas-2
 libgnomeui-2.0.1/libgnomeui Gnome gnomeui-2
diff --git a/sources/makefile b/sources/makefile
index bce2e3174..114f364b2 100644
--- a/sources/makefile
+++ b/sources/makefile
@@ -1,7 +1,7 @@
 DOWNLOADS = \
-	http://ftp.gnome.org/pub/GNOME/sources/pango/1.2/pango-1.2.3.tar.gz          		\
+	http://ftp.gnome.org/pub/GNOME/sources/pango/1.2/pango-1.2.4.tar.gz          		\
 	http://ftp.gnome.org/pub/GNOME/sources/atk/1.2/atk-1.2.4.tar.gz          		\
-	http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.2/gtk+-2.2.2.tar.gz          		\
+	http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.2/gtk+-2.2.3.tar.gz          		\
 	http://ftp.gnome.org/pub/GNOME/desktop/2.0/2.0.0/sources/libgnome-2.0.1.tar.gz       	\
 	http://ftp.gnome.org/pub/GNOME/desktop/2.0/2.0.0/sources/libgnomecanvas-2.0.1.tar.gz 	\
 	http://ftp.gnome.org/pub/GNOME/desktop/2.0/2.0.0/sources/libgnomeui-2.0.1.tar.gz     	\
@@ -35,9 +35,9 @@ get-source-code: get-gtkhtml-code
 		wget $$i --output-document=- | tar -xz ;   \
 	done;
 
-	ln -f -s ../gdk/gdkpixbuf-drawable.c gtk+-2.2.2/gdk-pixbuf/gdkpixbuf-drawable.c
-	ln -f -s ../gdk/gdkpixbuf.h          gtk+-2.2.2/gdk-pixbuf/gdkpixbuf.h
-	ln -f -s ../gdk/gdkpixbuf-render.c   gtk+-2.2.2/gdk-pixbuf/gdkpixbuf-render.c
+	ln -f -s ../gdk/gdkpixbuf-drawable.c gtk+-2.2.3/gdk-pixbuf/gdkpixbuf-drawable.c
+	ln -f -s ../gdk/gdkpixbuf.h          gtk+-2.2.3/gdk-pixbuf/gdkpixbuf.h
+	ln -f -s ../gdk/gdkpixbuf-render.c   gtk+-2.2.3/gdk-pixbuf/gdkpixbuf-render.c
 
 distclean:
 	for i in `ls`; do                     \