summaryrefslogtreecommitdiff
path: root/tools/linux_packaging/build
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-12-08 11:03:47 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-12-08 22:02:38 -0500
commite1c6f3bf6ca32503dadd4a8fe431a1a7a47f64a1 (patch)
treee5b09881b787a8eaf47c36ee458cdb4ee48e4804 /tools/linux_packaging/build
parent74becec17f91bcbd3ad7edf466721fa0405b8b67 (diff)
change packaging of GTK rc file for OS X and Linux.
I cannot find the equivalent location for Windows
Diffstat (limited to 'tools/linux_packaging/build')
-rwxr-xr-xtools/linux_packaging/build9
1 files changed, 1 insertions, 8 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index 132d9449f3..f1bc92733d 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -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