r18654 - gnucash/trunk/packaging/win32 - Use gtkhtml as html render in the Windows build

Geert Janssens gjanssens at code.gnucash.org
Sat Feb 13 10:56:43 EST 2010


Author: gjanssens
Date: 2010-02-13 10:56:43 -0500 (Sat, 13 Feb 2010)
New Revision: 18654
Trac: http://svn.gnucash.org/trac/changeset/18654

Modified:
   gnucash/trunk/packaging/win32/defaults.sh
   gnucash/trunk/packaging/win32/dist.sh
   gnucash/trunk/packaging/win32/install.sh
Log:
Use gtkhtml as html render in the Windows build

Modified: gnucash/trunk/packaging/win32/defaults.sh
===================================================================
--- gnucash/trunk/packaging/win32/defaults.sh	2010-02-13 14:08:31 UTC (rev 18653)
+++ gnucash/trunk/packaging/win32/defaults.sh	2010-02-13 15:56:43 UTC (rev 18654)
@@ -355,7 +355,7 @@
 add_step inst_ktoblzcheck
 add_step inst_aqbanking
 add_step inst_libdbi
-add_step inst_webkit
+#add_step inst_webkit
 ##
 if [ "$UPDATE_SOURCES" = "yes" ]; then
  add_step svn_up

Modified: gnucash/trunk/packaging/win32/dist.sh
===================================================================
--- gnucash/trunk/packaging/win32/dist.sh	2010-02-13 14:08:31 UTC (rev 18653)
+++ gnucash/trunk/packaging/win32/dist.sh	2010-02-13 15:56:43 UTC (rev 18654)
@@ -300,7 +300,7 @@
 dist_ktoblzcheck
 dist_aqbanking
 dist_libdbi
-dist_webkit
+#dist_webkit
 dist_gnucash
 finish
 qpopd

Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2010-02-13 14:08:31 UTC (rev 18653)
+++ gnucash/trunk/packaging/win32/install.sh	2010-02-13 15:56:43 UTC (rev 18654)
@@ -1236,7 +1236,7 @@
             ${AQBANKING_OPTIONS} \
             --enable-binreloc \
             --enable-locale-specific-tax \
-            --with-html-engine=webkit \
+            --with-html-engine=gtkhtml \
             CPPFLAGS="${AUTOTOOLS_CPPFLAGS} ${REGEX_CPPFLAGS} ${GNOME_CPPFLAGS} ${GUILE_CPPFLAGS} ${LIBDBI_CPPFLAGS} ${KTOBLZCHECK_CPPFLAGS} ${HH_CPPFLAGS} -D_WIN32" \
             LDFLAGS="${AUTOTOOLS_LDFLAGS} ${REGEX_LDFLAGS} ${GNOME_LDFLAGS} ${GUILE_LDFLAGS} ${LIBDBI_LDFLAGS} ${KTOBLZCHECK_LDFLAGS} ${HH_LDFLAGS}" \
             PKG_CONFIG_PATH="${PKG_CONFIG_PATH}"



More information about the gnucash-changes mailing list