r19574 - gnucash/trunk/packaging/win32 - Win32 build: Remove commented-out gtkhtml references.

Christian Stimming cstim at code.gnucash.org
Tue Sep 14 15:26:18 EDT 2010


Author: cstim
Date: 2010-09-14 15:26:17 -0400 (Tue, 14 Sep 2010)
New Revision: 19574
Trac: http://svn.gnucash.org/trac/changeset/19574

Modified:
   gnucash/trunk/packaging/win32/defaults.sh
   gnucash/trunk/packaging/win32/install-impl.sh
Log:
Win32 build: Remove commented-out gtkhtml references.

Modified: gnucash/trunk/packaging/win32/defaults.sh
===================================================================
--- gnucash/trunk/packaging/win32/defaults.sh	2010-09-14 19:26:04 UTC (rev 19573)
+++ gnucash/trunk/packaging/win32/defaults.sh	2010-09-14 19:26:17 UTC (rev 19574)
@@ -255,9 +255,6 @@
 set_default LIBGNOMEUI_DEV_URL "$GNOME_WIN32_URL/libgnomeui/2.22/libgnomeui-dev-2.22.1.zip"
 set_default LIBGLADE_URL "$GNOME_WIN32_URL/libglade/2.6/libglade_2.6.4-1_win32.zip"
 set_default LIBGLADE_DEV_URL "$GNOME_WIN32_URL/libglade/2.6/libglade-dev_2.6.4-1_win32.zip"
-# GnuCash on Windows is built with webkit, no need to install gtkhtml
-#set_default GTKHTML_URL "$GNOME_WIN32_URL/gtkhtml/3.24/gtkhtml_3.24.2-1_win32.zip"
-#set_default GTKHTML_DEV_URL "$GNOME_WIN32_URL/gtkhtml/3.24/gtkhtml-dev_3.24.2-1_win32.zip"
 set_default GTK_DOC_URL "$GNOME_MIRROR/sources/gtk-doc/1.13/gtk-doc-1.13.tar.bz2"
 set_default GTK_THEME_URL "$SF_MIRROR/gtk-win/gtk2-themes-2009-09-07-win32_bin.zip"
 set_default GTK_PREFS_URL "$SF_MIRROR/gtk-win/gtk2_prefs-0.4.1.bin-gtk2.10-win32.zip"

Modified: gnucash/trunk/packaging/win32/install-impl.sh
===================================================================
--- gnucash/trunk/packaging/win32/install-impl.sh	2010-09-14 19:26:04 UTC (rev 19573)
+++ gnucash/trunk/packaging/win32/install-impl.sh	2010-09-14 19:26:17 UTC (rev 19574)
@@ -518,8 +518,6 @@
         add_to_env pkg-config PKG_CONFIG
     fi
     if quiet gconftool-2 --version &&
-# GnuCash on Windows is built with webkit, no need to install gtkhtml
-#        quiet ${PKG_CONFIG} --exists libgtkhtml-3.14 &&
         quiet ${PKG_CONFIG} --exists gconf-2.0 libgnome-2.0 libgnomeui-2.0 &&
         quiet intltoolize --version
     then
@@ -584,9 +582,6 @@
         wget_unpacked $LIBGNOMEUI_DEV_URL $DOWNLOAD_DIR $GNOME_DIR
         wget_unpacked $LIBGLADE_URL $DOWNLOAD_DIR $GNOME_DIR
         wget_unpacked $LIBGLADE_DEV_URL $DOWNLOAD_DIR $GNOME_DIR
-# GnuCash on Windows is built with webkit, no need to install gtkhtml
-#        wget_unpacked $GTKHTML_URL $DOWNLOAD_DIR $GNOME_DIR
-#        wget_unpacked $GTKHTML_DEV_URL $DOWNLOAD_DIR $GNOME_DIR
         wget_unpacked $GTK_THEME_URL $DOWNLOAD_DIR $TMP_DIR
         assert_one_dir $TMP_UDIR/gtk2-themes-*
         cp -a $TMP_UDIR/gtk2-themes-*/lib $_GNOME_UDIR/
@@ -622,9 +617,6 @@
 \${PKG_CONFIG} "\$@" | tr -d \\\\r && \$res
 EOF
             chmod +x bin/pkg-config{.exe,-msys.sh}
-# GnuCash on Windows is built with webkit, no need to install gtkhtml
-#            sed '/Requires/s,\(.*\) enchant\(.*\) iso-codes\(.*\),\1\2\3,' lib/pkgconfig/libgtkhtml-3.14.pc > tmp
-#            mv tmp lib/pkgconfig/libgtkhtml-3.14.pc
             rm -rf $TMP_UDIR/gtk-doc-*
         qpopd
 
@@ -646,8 +638,6 @@
         rm -rf $TMP_UDIR/pixman-*
         ${PKG_CONFIG} --exists pixman-1 || die "pixman not installed correctly"
         quiet gconftool-2 --version &&
-# GnuCash on Windows is built with webkit, no need to install gtkhtml
-#        quiet ${PKG_CONFIG} --exists libgtkhtml-3.14 &&
         quiet ${PKG_CONFIG} --exists gconf-2.0 libgnome-2.0 libgnomeui-2.0 &&
         quiet intltoolize --version || die "gnome not installed correctly"
     fi



More information about the gnucash-changes mailing list