Bug #273977 --> thunderbird does not identify itself correctly to iListen voice rec.

sr=mark@moxienet.com

Patch by Chris Andrichak
This commit is contained in:
scott%scott-macgregor.org 2006-07-06 22:03:11 +00:00
parent 04afee3e62
commit 97fc989da2
2 changed files with 6 additions and 2 deletions

View File

@ -58,8 +58,12 @@ PREF_JS_EXPORTS = \
ifeq ($(USE_SHORT_LIBNAME), 1)
PROGRAM = thunderbird$(BIN_SUFFIX)
else
ifeq ($(OS_ARCH),Darwin)
PROGRAM = $(MOZ_APP_DISPLAYNAME)
else
PROGRAM = thunderbird-bin$(BIN_SUFFIX)
endif
endif
REQUIRES = \
xpcom \
@ -309,7 +313,7 @@ libs:: $(PROGRAM)
rsync -a --exclude CVS --exclude "*.in" $(srcdir)/macbuild/Contents $(DIST)/$(APP_NAME).app --exclude English.lproj
mkdir -p $(DIST)/$(APP_NAME).app/Contents/Resources/$(AB).lproj
rsync -a --exclude CVS $(srcdir)/macbuild/Contents/Resources/English.lproj/ $(DIST)/$(APP_NAME).app/Contents/Resources/$(AB).lproj
sed -e "s/APP_VERSION/$(APP_VERSION)/" $(srcdir)/macbuild/Contents/Info.plist.in > $(DIST)/$(APP_NAME).app/Contents/Info.plist
sed -e "s/APP_VERSION/$(APP_VERSION)/" -e "s/MOZ_APP_DISPLAYNAME/$(MOZ_APP_DISPLAYNAME)/" $(srcdir)/macbuild/Contents/Info.plist.in > $(DIST)/$(APP_NAME).app/Contents/Info.plist
rsync -a $(DIST)/bin/ $(DIST)/$(APP_NAME).app/Contents/MacOS
rm -f $(DIST)/$(APP_NAME).app/Contents/MacOS/$(PROGRAM)
rsync -aL $(PROGRAM) $(DIST)/$(APP_NAME).app/Contents/MacOS

View File

@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>thunderbird-bin</string>
<string>MOZ_APP_DISPLAYNAME</string>
<key>CFBundleGetInfoString</key>
<string>Thunderbird APP_VERSION, © 1998-2006 Contributors</string>
<key>CFBundleIconFile</key>