r14769 - gnucash/trunk/packaging/win32 - At runtime one of the gnome packages also needs gail.

Christian Stimming cstim at cvs.gnucash.org
Tue Aug 29 16:31:11 EDT 2006


Author: cstim
Date: 2006-08-29 16:31:10 -0400 (Tue, 29 Aug 2006)
New Revision: 14769
Trac: http://svn.gnucash.org/trac/changeset/14769

Modified:
   gnucash/trunk/packaging/win32/custom.sh
   gnucash/trunk/packaging/win32/install.sh
Log:
At runtime one of the gnome packages also needs gail.

Modified: gnucash/trunk/packaging/win32/custom.sh
===================================================================
--- gnucash/trunk/packaging/win32/custom.sh	2006-08-29 20:23:52 UTC (rev 14768)
+++ gnucash/trunk/packaging/win32/custom.sh	2006-08-29 20:31:10 UTC (rev 14769)
@@ -50,6 +50,7 @@
 GNOME_PLATFORM_URL="$GNOME_MIRROR/platform/2.14/2.14.3/win32"
 GNOME_DESKTOP_URL="$GNOME_MIRROR/desktop/2.14/2.14.2/win32"
 INTLTOOL_URL="$GNOME_PLATFORM_URL/intltool-0.35.0.zip"
+GAIL_URL="$GNOME_PLATFORM_URL/gail-1.8.11.zip"
 GCONF_URL="$GNOME_PLATFORM_URL/GConf-2.14.0.zip"
 GCONF_DEV_URL="$GNOME_PLATFORM_URL/GConf-dev-2.14.0.zip"
 ORBIT2_URL="$GNOME_PLATFORM_URL/ORBit2-2.14.2.zip"

Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2006-08-29 20:23:52 UTC (rev 14768)
+++ gnucash/trunk/packaging/win32/install.sh	2006-08-29 20:31:10 UTC (rev 14769)
@@ -405,6 +405,7 @@
 	smart_wget $INTLTOOL_URL $DOWNLOAD_DIR
 	smart_wget $ORBIT2_URL $DOWNLOAD_DIR
 	smart_wget $ORBIT2_DEV_URL $DOWNLOAD_DIR
+	smart_wget $GAIL_URL $DOWNLOAD_DIR
 	smart_wget $GCONF_URL $DOWNLOAD_DIR
 	smart_wget $GCONF_DEV_URL $DOWNLOAD_DIR
 	smart_wget $LIBBONOBO_URL $DOWNLOAD_DIR
@@ -428,6 +429,7 @@
 	unzip $DOWNLOAD_UDIR/intltool-*.zip -d $GNOME_DIR
 	unzip $DOWNLOAD_UDIR/ORBit2-[^d]*.zip -d $GNOME_DIR
 	unzip $DOWNLOAD_UDIR/ORBit2-dev-*.zip -d $GNOME_DIR
+	unzip $DOWNLOAD_UDIR/gail-[^d]*.zip -d $GNOME_DIR
 	unzip $DOWNLOAD_UDIR/GConf-[^d]*.zip -d $GNOME_DIR
 	unzip $DOWNLOAD_UDIR/GConf-dev-*.zip -d $GNOME_DIR
 	unzip $DOWNLOAD_UDIR/libbonobo-[^d]*.zip -d $GNOME_DIR



More information about the gnucash-changes mailing list