From a5ed76ea5592e7cdf43e2f9ab5b841baab19556a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 14 Nov 2008 16:10:08 +0000 Subject: use new keybindings; update InfoPlist.strings git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4173 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/osx_packaging/Resources/InfoPlist.strings | 4 ++-- tools/osx_packaging/osx_build | 9 ++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'tools') 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="$envARDOUR_SAEtrue" # - # current default for SAE version is German keyboard layout + # current default for SAE version is German keyboard layout without a keypad # - env="$envARDOUR_KEYBOARD_LAYOUTde" + env="$envARDOUR_KEYBOARD_LAYOUTde-nokeypad" env="$envARDOUR_UI_CONFardour2_ui_sae.conf" env="$envARDOUR2_UI_RCardour2_ui_dark_sae.rc" 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 -- cgit v1.2.3