r22381 - gnucash/trunk/packaging/win32 - Win32 build: more post-libgnome related build script changes

Geert Janssens gjanssens at code.gnucash.org
Mon Sep 10 15:22:22 EDT 2012


Author: gjanssens
Date: 2012-09-10 15:22:22 -0400 (Mon, 10 Sep 2012)
New Revision: 22381
Trac: http://svn.gnucash.org/trac/changeset/22381

Modified:
   gnucash/trunk/packaging/win32/install-impl.sh
Log:
Win32 build: more post-libgnome related build script changes

The previous commit broke the build. Hopefully this one fixes it again.

Modified: gnucash/trunk/packaging/win32/install-impl.sh
===================================================================
--- gnucash/trunk/packaging/win32/install-impl.sh	2012-09-10 19:22:12 UTC (rev 22380)
+++ gnucash/trunk/packaging/win32/install-impl.sh	2012-09-10 19:22:22 UTC (rev 22381)
@@ -503,7 +503,6 @@
         add_to_env pkg-config PKG_CONFIG
     fi
     if quiet gconftool-2 --version &&
-        quiet ${PKG_CONFIG} --exists gconf-2.0 libgnome-2.0 libgnomeui-2.0 &&
         quiet ${PKG_CONFIG} --atleast-version=${GCONF_VERSION} gconf-2.0 &&
         quiet ${PKG_CONFIG} --atleast-version=${GTK_VERSION} gtk+-2.0 &&
         quiet ${PKG_CONFIG} --atleast-version=${CAIRO_VERSION} cairo &&
@@ -642,7 +641,6 @@
         qpopd
 
         quiet gconftool-2 --version &&
-        quiet ${PKG_CONFIG} --exists gconf-2.0 libgnome-2.0 libgnomeui-2.0 &&
         quiet ${PKG_CONFIG} --atleast-version=${GCONF_VERSION} gconf-2.0 &&
         quiet ${PKG_CONFIG} --atleast-version=${GTK_VERSION} gtk+-2.0 &&
         quiet ${PKG_CONFIG} --atleast-version=${CAIRO_VERSION} cairo &&



More information about the gnucash-changes mailing list