summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-11-14 16:10:08 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-11-14 16:10:08 +0000
commita5ed76ea5592e7cdf43e2f9ab5b841baab19556a (patch)
tree8d39a673986ff352a1062b5d7b71b362207b9f16
parent61b443356d729beb4b1006648f2b88602869b093 (diff)
use new keybindings; update InfoPlist.strings
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4173 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--tools/osx_packaging/Resources/InfoPlist.strings4
-rwxr-xr-xtools/osx_packaging/osx_build9
2 files changed, 8 insertions, 5 deletions
diff --git a/tools/osx_packaging/Resources/InfoPlist.strings b/tools/osx_packaging/Resources/InfoPlist.strings
index 9500a5c7f8..5349427ee3 100644
--- a/tools/osx_packaging/Resources/InfoPlist.strings
+++ b/tools/osx_packaging/Resources/InfoPlist.strings
@@ -1,4 +1,4 @@
CFBundleName = "Ardour2";
CFBundleShortVersionString = "#{version}";
-CFBundleGetInfoString = "Ardour2 version #{version} Copyright 2007 Paul Davis";
-NSHumanReadableCopyright = "Copyright 2007 Paul Davis."; \ No newline at end of file
+CFBundleGetInfoString = "Ardour2 version #{version} Copyright 2001-2008 Paul Davis";
+NSHumanReadableCopyright = "Copyright 2001-2008 Paul Davis.";
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index 757de9eb05..3998490040 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -87,9 +87,9 @@ env=""
if test x$SAE != x ; then
env="$env<key>ARDOUR_SAE</key><string>true</string>"
#
- # current default for SAE version is German keyboard layout
+ # current default for SAE version is German keyboard layout without a keypad
#
- env="$env<key>ARDOUR_KEYBOARD_LAYOUT</key><string>de</string>"
+ env="$env<key>ARDOUR_KEYBOARD_LAYOUT</key><string>de-nokeypad</string>"
env="$env<key>ARDOUR_UI_CONF</key><string>ardour2_ui_sae.conf</string>"
env="$env<key>ARDOUR2_UI_RC</key><string>ardour2_ui_dark_sae.rc</string>"
fi
@@ -222,7 +222,10 @@ echo "Copying other stuff to Ardour2.app ..."
cp ../../gtk2_ardour/ergonomic-us.bindings $Resources
cp ../../gtk2_ardour/mnemonic-us.bindings $Resources
-cp ../../gtk2_ardour/SAE-de.bindings $Resources
+cp ../../gtk2_ardour/SAE-de-keypad.bindings $Resources
+cp ../../gtk2_ardour/SAE-de-nokeypad.bindings $Resources
+cp ../../gtk2_ardour/SAE-us-keypad.bindings $Resources
+cp ../../gtk2_ardour/SAE-us-nokeypad.bindings $Resources
cp ../../gtk2_ardour/ardour.menus $Resources
cp ../../gtk2_ardour/ardour-sae.menus $Resources
if test x$SAE != x ; then