[Mono-dev] Re: [Mono-patches] r55877 - trunk/mono-tools

Wade Berrier wberrier at novell.com
Wed Feb 8 23:49:24 EST 2006


Currently the monodoc browser is available on many older distros as well
as win32.  But with this change it won't work on older distros nor
win32.  Also, distros that use the linux installer without being able to
run gtk#2 also won't be able to use the browser.  I thought that
mono-tools was using gtk-sharp1 on purpose.

Now, other the other hand, I have no idea how these bugs would get fixed
by using gtk-sharp1.

Wade

On Sat, 2006-01-21 at 09:36 -0500, Rafael (raf at ophion.org) wrote:
> Author: rferreira
> Date: 2006-01-21 09:36:10 -0500 (Sat, 21 Jan 2006)
> New Revision: 55877
> 
> Modified:
>    trunk/mono-tools/ChangeLog
>    trunk/mono-tools/configure.in
> Log:
> changed it to build against the 2.0 series gtk# and gecko#
> 
> Modified: trunk/mono-tools/ChangeLog
> ===================================================================
> --- trunk/mono-tools/ChangeLog	2006-01-21 14:35:14 UTC (rev 55876)
> +++ trunk/mono-tools/ChangeLog	2006-01-21 14:36:10 UTC (rev 55877)
> @@ -1,3 +1,7 @@
> +2006-01-16 Rafael Ferreira <raf at ophion.org>
> +	* configure.in: updated to use gtk-sharp-2.0/gecko-sharp-2.0
> +	this fixes bugs# 76054 & 76544 related to Pango bugs.
> +
>  2005-11-27  C.J. Collier <cjcollier at colliertech.org>
>  	* docbrowser/monodoc.desktop.in: Added patch from compnerd at compnerd.org
>  
> 
> Modified: trunk/mono-tools/configure.in
> ===================================================================
> --- trunk/mono-tools/configure.in	2006-01-21 14:35:14 UTC (rev 55876)
> +++ trunk/mono-tools/configure.in	2006-01-21 14:36:10 UTC (rev 55877)
> @@ -37,17 +37,17 @@
>  AC_SUBST(MONODOC_LIBS)
>  
> 
> -#PKG_CHECK_MODULES(GTK_SHARP, gtk-sharp-2.0 glade-sharp-2.0 gconf-sharp-2.0)
> -PKG_CHECK_MODULES(GTK_SHARP, gtk-sharp glade-sharp gconf-sharp)
> +PKG_CHECK_MODULES(GTK_SHARP, gtk-sharp-2.0 glade-sharp-2.0 gconf-sharp-2.0)
> +#PKG_CHECK_MODULES(GTK_SHARP, gtk-sharp glade-sharp gconf-sharp)
>  AC_SUBST(GTK_SHARP_LIBS)
>  
> 
> -PKG_CHECK_MODULES(GTKHTML_SHARP, gtkhtml-sharp, enable_gtkhtml=yes, enable_gtkhtml=no)
> +PKG_CHECK_MODULES(GTKHTML_SHARP, gtkhtml-sharp-2.0, enable_gtkhtml=yes, enable_gtkhtml=no)
>  AC_SUBST(GTKHTML_SHARP_LIBS)
>  AM_CONDITIONAL(ENABLE_GTKHTML, test "x$enable_gtkhtml" = "xyes")
>  
> 
> -PKG_CHECK_MODULES(GECKO_SHARP, gecko-sharp = 0.6, enable_gecko=yes, enable_gecko=no)
> +PKG_CHECK_MODULES(GECKO_SHARP, gecko-sharp-2.0, enable_gecko=yes, enable_gecko=no)
>  AC_SUBST(GECKO_SHARP_LIBS)
>  AM_CONDITIONAL(ENABLE_GECKO, test "x$enable_gecko" = "xyes")
>  
> 
> _______________________________________________
> Mono-patches maillist  -  Mono-patches at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-patches
> 




More information about the Mono-devel-list mailing list