summaryrefslogtreecommitdiff
path: root/tools/linux_packaging
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-12-08 18:19:11 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-12-08 22:02:38 -0500
commit9ac551abab0fd80d3e61cb084d2e70c4ecc78310 (patch)
tree5b6bfc2b7d7cb3f765577d5161ee178b4adce8ae /tools/linux_packaging
parent624a86c39d0a22439c797d88c6defe28e55ab806 (diff)
another metric ton of color work
Diffstat (limited to 'tools/linux_packaging')
-rwxr-xr-xtools/linux_packaging/build22
1 files changed, 9 insertions, 13 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index f1bc92733d..116b20b468 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -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/