mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-26 00:51:14 +00:00
Reverted last bad patch
svn path=/trunk/gtk-sharp/; revision=17647
This commit is contained in:
parent
0996f5f7fd
commit
a591aef382
|
@ -9,12 +9,6 @@
|
||||||
SystemException. Don't override Message, the message is created in the
|
SystemException. Don't override Message, the message is created in the
|
||||||
.ctor.
|
.ctor.
|
||||||
|
|
||||||
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>
|
2003-08-26 Alp Toker <alp@atoker.com>
|
||||||
|
|
||||||
* glue/style.c: glue and corresponding .custom entries for
|
* glue/style.c: glue and corresponding .custom entries for
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
atk-1.2.4
|
atk-1.2.4
|
||||||
gstreamer-0.4.2
|
gstreamer-0.4.2
|
||||||
gtk+-2.2.3
|
gtk+-2.2.2
|
||||||
gtkhtml-3.0.8
|
gtkhtml-3.0.8
|
||||||
libart_lgpl-2.3.10
|
libart_lgpl-2.3.10
|
||||||
libgda-0.90.0
|
libgda-0.90.0
|
||||||
|
@ -12,4 +12,4 @@ libgnomeprint-2.2.1.3
|
||||||
libgnomeprintui-2.2.1.3
|
libgnomeprintui-2.2.1.3
|
||||||
libgnomeui-2.0.1
|
libgnomeui-2.0.1
|
||||||
librsvg-2.0.1
|
librsvg-2.0.1
|
||||||
pango-1.2.4
|
pango-1.2.3
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
atk-1.2.4/atk Atk libatk-1.0-0.dll
|
atk-1.2.4/atk Atk libatk-1.0-0.dll
|
||||||
pango-1.2.4/pango Pango libpango-1.0-0.dll
|
pango-1.2.3/pango Pango libpango-1.0-0.dll
|
||||||
gtk+-2.2.3/gdk Gdk libgdk-win32-2.0-0.dll
|
gtk+-2.2.2/gdk Gdk libgdk-win32-2.0-0.dll
|
||||||
gtk+-2.2.3/gdk-pixbuf Gdk libgdk_pixbuf-2.0-0.dll
|
gtk+-2.2.2/gdk-pixbuf Gdk libgdk_pixbuf-2.0-0.dll
|
||||||
gtk+-2.2.3/gtk Gtk libgtk-win32-2.0-0.dll
|
gtk+-2.2.2/gtk Gtk libgtk-win32-2.0-0.dll
|
||||||
libgnome-2.0.1/libgnome Gnome gnome-2
|
libgnome-2.0.1/libgnome Gnome gnome-2
|
||||||
libgnomecanvas-2.0.1/libgnomecanvas Gnome gnomecanvas-2
|
libgnomecanvas-2.0.1/libgnomecanvas Gnome gnomecanvas-2
|
||||||
libgnomeui-2.0.1/libgnomeui Gnome gnomeui-2
|
libgnomeui-2.0.1/libgnomeui Gnome gnomeui-2
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
DOWNLOADS = \
|
DOWNLOADS = \
|
||||||
http://ftp.gnome.org/pub/GNOME/sources/pango/1.2/pango-1.2.4.tar.gz \
|
http://ftp.gnome.org/pub/GNOME/sources/pango/1.2/pango-1.2.3.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/atk/1.2/atk-1.2.4.tar.gz \
|
||||||
http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.2/gtk+-2.2.3.tar.gz \
|
http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.2/gtk+-2.2.2.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/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/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 \
|
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 ; \
|
wget $$i --output-document=- | tar -xz ; \
|
||||||
done;
|
done;
|
||||||
|
|
||||||
ln -f -s ../gdk/gdkpixbuf-drawable.c gtk+-2.2.3/gdk-pixbuf/gdkpixbuf-drawable.c
|
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.3/gdk-pixbuf/gdkpixbuf.h
|
ln -f -s ../gdk/gdkpixbuf.h gtk+-2.2.2/gdk-pixbuf/gdkpixbuf.h
|
||||||
ln -f -s ../gdk/gdkpixbuf-render.c gtk+-2.2.3/gdk-pixbuf/gdkpixbuf-render.c
|
ln -f -s ../gdk/gdkpixbuf-render.c gtk+-2.2.2/gdk-pixbuf/gdkpixbuf-render.c
|
||||||
|
|
||||||
distclean:
|
distclean:
|
||||||
for i in `ls`; do \
|
for i in `ls`; do \
|
||||||
|
|
Loading…
Reference in a new issue