mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
At runtime one of the gnome packages also needs gail.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14769 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
d697c4f697
commit
e107ed98a9
@ -50,6 +50,7 @@ GLADE_DIR=$GLOBAL_DIR\\glade
|
||||
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"
|
||||
|
@ -405,6 +405,7 @@ function inst_gnome() {
|
||||
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 @@ function inst_gnome() {
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user