change packaging of GTK rc file for OS X and Linux.

I cannot find the equivalent location for Windows
This commit is contained in:
Paul Davis 2014-12-08 11:03:47 -05:00
parent 74becec17f
commit e1c6f3bf6c
2 changed files with 3 additions and 17 deletions

View File

@ -220,7 +220,6 @@ if test x$MIXBUS != x ; then
#
echo export ARDOUR_KEYBOARD_LAYOUT=us-nokeypad >> $ENVIRONMENT
echo export ARDOUR_UI_CONF=ardour3_ui.conf >> $ENVIRONMENT
echo export ARDOUR3_UI_RC=ardour3_ui_dark.rc >> $ENVIRONMENT
fi
#
@ -542,13 +541,7 @@ echo "Copying other stuff to $APPDIR ..."
cp $BUILD_ROOT/gtk2_ardour/mnemonic-us.bindings $Etc
cp $BUILD_ROOT/gtk2_ardour/ardour.menus $Etc
cp ../../system_config $Etc/system_config
cp $BUILD_ROOT/gtk2_ardour/ui_dark.rc $Etc
cp $BUILD_ROOT/gtk2_ardour/ui_light.rc $Etc
cp $BUILD_ROOT/gtk2_ardour/light_fonts.rc $Etc
cp $BUILD_ROOT/gtk2_ardour/dark_fonts.rc $Etc
cp $BUILD_ROOT/gtk2_ardour/light_styles.rc $Etc
cp $BUILD_ROOT/gtk2_ardour/dark_styles.rc $Etc
cp $BUILD_ROOT/gtk2_ardour/widgets.rc $Etc
cp $BUILD_ROOT/gtk2_ardour/clearlooks.rc $Etc
cp $BUILD_ROOT/gtk2_ardour/default_ui_config $Etc
# these are copied straight from the source tree

View File

@ -167,7 +167,6 @@ if test x$SAE != x ; then
#
env="$env<key>ARDOUR_KEYBOARD_LAYOUT</key><string>de-nokeypad</string>"
env="$env<key>ARDOUR_UI_CONF</key><string>ardour3_ui_sae.conf</string>"
env="$env<key>ARDOUR3_UI_RC</key><string>ardour3_ui_dark_sae.rc</string>"
elif test x$MIXBUS != x ; then
appname="Ardour3/Mixbus"
env="$env<key>ARDOUR_MIXBUS</key><string>true</string>"
@ -176,7 +175,6 @@ elif test x$MIXBUS != x ; then
#
env="$env<key>ARDOUR_KEYBOARD_LAYOUT</key><string>us-nokeypad</string>"
env="$env<key>ARDOUR_UI_CONF</key><string>ardour3_ui.conf</string>"
env="$env<key>ARDOUR3_UI_RC</key><string>ardour3_ui_dark.rc</string>"
else
appname="Ardour3"
fi
@ -462,13 +460,8 @@ else
echo cp ../../instant.xml $Resources/instant.xml
fi
cp $BUILD_ROOT/gtk2_ardour/default_ui_config $Resources
cp $BUILD_ROOT/gtk2_ardour/dark_fonts.rc $Resources
cp $BUILD_ROOT/gtk2_ardour/dark_styles.rc $Resources
cp $BUILD_ROOT/gtk2_ardour/light_fonts.rc $Resources
cp $BUILD_ROOT/gtk2_ardour/light_styles.rc $Resources
cp $BUILD_ROOT/gtk2_ardour/ui_dark.rc $Resources
cp $BUILD_ROOT/gtk2_ardour/ui_light.rc $Resources
cp $BUILD_ROOT/gtk2_ardour/widgets.rc $Resources
cp $BUILD_ROOT/gtk2_ardour/clearlooks.rc $Resources
cp -r ../../gtk2_ardour/icons $Resources
cp -r ../../gtk2_ardour/pixmaps $Resources