commit 893c8dbe922b5ee6ac14c3df3b5020817b6797b3
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Fri Jan 15 19:14:02 2010 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Fri Jan 15 19:14:02 2010 +0000
Fix GNUstep info panel.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1816
---
configure.in | 2 +-
pkg/Makefile.am | 2 +-
pkg/osx/GNUmakefile | 4 ++--
pkg/osx/{Info-GNUstep.plist.in => Info-gnustep.plist.in} | 4 ++--
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/configure.in b/configure.in
index 2296a654..88a5e244 100644
--- a/configure.in
+++ b/configure.in
@@ -120,7 +120,7 @@ pcsound/Makefile
pkg/Makefile
pkg/config.make
pkg/osx/Info.plist
-pkg/osx/Info-GNUstep.plist
+pkg/osx/Info-gnustep.plist
setup/Makefile
setup/setup-res.rc
src/Makefile
diff --git a/pkg/Makefile.am b/pkg/Makefile.am
index 75520fbd..9775fa77 100644
--- a/pkg/Makefile.am
+++ b/pkg/Makefile.am
@@ -9,7 +9,7 @@ osx/Resources/launcher.nib/classes.nib \
osx/Resources/launcher.nib/info.nib \
osx/Resources/launcher.nib/keyedobjects.nib \
osx/GNUmakefile \
-osx/Info.plist.in osx/Info-GNUstep.plist.in \
+osx/Info.plist.in osx/Info-gnustep.plist.in \
osx/PkgInfo \
osx/cp-with-libs \
osx/main.m \
diff --git a/pkg/osx/GNUmakefile b/pkg/osx/GNUmakefile
index d1894bef..d119efa1 100644
--- a/pkg/osx/GNUmakefile
+++ b/pkg/osx/GNUmakefile
@@ -35,7 +35,7 @@ APP_DIR=$(STAGING_DIR)/$(PACKAGE_NAME).app
ifdef GNUSTEP_MAKEFILES
APP_TOP_DIR=$(APP_DIR)
APP_BIN_DIR=$(APP_DIR)
-SRC_INFO_PLIST=Info-GNUstep.plist
+SRC_INFO_PLIST=Info-gnustep.plist
else
APP_TOP_DIR=$(APP_DIR)/Contents
APP_BIN_DIR=$(APP_DIR)/Contents/MacOS
@@ -51,7 +51,7 @@ $(STAGING_DIR): launcher $(TOPLEVEL_DOCS)
mkdir -p "$(APP_TOP_DIR)"
cp -R Resources "$(APP_TOP_DIR)"
cp PkgInfo "$(APP_TOP_DIR)"
- cp $(SRC_INFO_PLIST) "$(APP_TOP_DIR)/Info.plist"
+ cp $(SRC_INFO_PLIST) "$(APP_TOP_DIR)"
mkdir -p "$(APP_BIN_DIR)"
diff --git a/pkg/osx/Info-GNUstep.plist.in b/pkg/osx/Info-gnustep.plist.in
similarity index 94%
rename from pkg/osx/Info-GNUstep.plist.in
rename to pkg/osx/Info-gnustep.plist.in
index 743816ef..e7436df2 100644
--- a/pkg/osx/Info-GNUstep.plist.in
+++ b/pkg/osx/Info-gnustep.plist.in
@@ -1,7 +1,7 @@
{
- ApplicationDescription = "@PACKAGE_NAME@";
- ApplicationIcon = app.png;
ApplicationName = "@PACKAGE_NAME@";
+ ApplicationDescription = "Doom source port";
+ ApplicationIcon = app.png;
ApplicationRelease = @PACKAGE_VERSION@;
Copyright = "Copyright (C) 2009-2010";
CopyrightDescription = "GNU General Public License, version 2";