From: Jesse Chappell Date: Fri, 3 Aug 2007 00:35:09 +0000 (+0000) Subject: updated mac app_build script and exporter startup script for new UI rc semantics X-Git-Tag: 2.8.16~2051 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=deb231f6ccf7c0694b658296cfe26c549ed02c8e;p=ardour.git updated mac app_build script and exporter startup script for new UI rc semantics git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2229 d708f5d6-7413-0410-9779-e7cbd77b26cf --- diff --git a/tools/osx_packaging/app_build.rb b/tools/osx_packaging/app_build.rb index 48d3837368..5a3a3e682c 100755 --- a/tools/osx_packaging/app_build.rb +++ b/tools/osx_packaging/app_build.rb @@ -199,7 +199,9 @@ if File.exist?(ppc_libdir) and File.exist?(i386_libdir) then end `cp ../../gtk2_ardour/ardour.bindings ../../gtk2_ardour/ardour.colors ../../gtk2_ardour/ardour.menus Ardour2.app/Contents/Resources/etc/ardour2/` `cp ../../ardour.rc ../../ardour_system.rc Ardour2.app/Contents/Resources/etc/ardour2/` - `cp ardour2_mac_ui.rc Ardour2.app/Contents/Resources/etc/ardour2/ardour2_ui.rc` + `cp ../../gtk2_ardour/ardour2_ui_default.conf Ardour2.app/Contents/Resources/etc/ardour2/` + `cp ../../gtk2_ardour/ardour2_ui_light.rc Ardour2.app/Contents/Resources/etc/ardour2/` + `cp ../../gtk2_ardour/ardour2_ui_dark.rc Ardour2.app/Contents/Resources/etc/ardour2/` # copy other etc stuff if not File.exist?("Ardour2.app/Contents/Resources/etc/gtk-2.0") then diff --git a/tools/osx_packaging/bin/exporter b/tools/osx_packaging/bin/exporter index 41a2904ff9..decec66ad8 100755 --- a/tools/osx_packaging/bin/exporter +++ b/tools/osx_packaging/bin/exporter @@ -18,7 +18,7 @@ export "GS_LIB=$TOP/share/ghostscript/8.51/lib:$TOP/share/ghostscript/fonts" export LANG=`grep '\b'\`defaults read .GlobalPreferences AppleCollationOrder\`_\ /usr/share/locale/locale.alias | sed -n 's/.*\(.._..\)\..*/\1/p;1q'` -export ARDOUR2_UI_RC=ardour2_ui.rc +#export ARDOUR2_UI_RC=ardour2_ui.rc export ARDOUR_CONFIG_PATH="$TOP/etc" export ARDOUR_MODULE_PATH="$TOP/lib/" export ARDOUR_DATA_PATH="$TOP/share"