* 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
This commit is contained in:
Martin Willemoes Hansen 2003-08-26 20:27:41 +00:00
parent 9f14df277e
commit cf917e3981
4 changed files with 17 additions and 11 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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 \