another metric ton of color work
This commit is contained in:
@@ -537,21 +537,23 @@ find $APPLIB/ -name "*.so*" | xargs chmod a+rx
|
||||
echo "Copying other stuff to $APPDIR ..."
|
||||
|
||||
# these are all generated by waf
|
||||
#cp $BUILD_ROOT/gtk2_ardour/ergonomic-us.bindings $Etc
|
||||
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/clearlooks.rc $Etc
|
||||
cp $BUILD_ROOT/gtk2_ardour/default_ui_config $Etc
|
||||
|
||||
# these are copied straight from the source tree
|
||||
# Copied directly from source tree
|
||||
|
||||
cp ../../instant.xml $Etc/instant.xml
|
||||
cp ../../gtk2_ardour/step_editing.bindings $Etc
|
||||
cp ../../gtk2_ardour/mixer.bindings $Etc
|
||||
cp ../../system_config $Etc/system_config
|
||||
cp ../../gtk2_ardour/dark.colors $Etc
|
||||
cp ../../instant.xml $Shared/instant.xml
|
||||
cp ../../gtk2_ardour/step_editing.bindings $Shared
|
||||
cp ../../gtk2_ardour/mixer.bindings $Shared
|
||||
cp -r ../../gtk2_ardour/icons $Shared
|
||||
cp -r ../../gtk2_ardour/pixmaps $Shared
|
||||
|
||||
cp -r ../../gtk2_ardour/splash.png $Shared
|
||||
cp -r ../../gtk2_ardour/small-splash.png $Shared
|
||||
cp -r ../../gtk2_ardour/ArdourMono.ttf $Shared
|
||||
|
||||
#
|
||||
# put sooper sekrit ingredients here and they will be copied
|
||||
@@ -561,12 +563,6 @@ if [ -d specialSauce ] ; then
|
||||
cp -r specialSauce $Etc
|
||||
fi
|
||||
|
||||
# share stuff
|
||||
|
||||
cp -R ../../gtk2_ardour/splash.png $Shared
|
||||
cp -R ../../gtk2_ardour/small-splash.png $Shared
|
||||
cp -R ../../gtk2_ardour/ArdourMono.ttf $Shared
|
||||
|
||||
# install bundled LV2s to <app>/lib/LV2/
|
||||
cp -R $BUILD_ROOT/libs/LV2 $APPLIB/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user