summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Howard2010-01-15 19:14:02 +0000
committerSimon Howard2010-01-15 19:14:02 +0000
commit893c8dbe922b5ee6ac14c3df3b5020817b6797b3 (patch)
tree0d384bc7f6775b0334ebd4f48202c42bb9d99553
parentcd8cf5f1c8c0e6a86ddc3322f33acc29698009f5 (diff)
downloadchocolate-doom-893c8dbe922b5ee6ac14c3df3b5020817b6797b3.tar.gz
chocolate-doom-893c8dbe922b5ee6ac14c3df3b5020817b6797b3.tar.bz2
chocolate-doom-893c8dbe922b5ee6ac14c3df3b5020817b6797b3.zip
Fix GNUstep info panel.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1816
-rw-r--r--configure.in2
-rw-r--r--pkg/Makefile.am2
-rw-r--r--pkg/osx/GNUmakefile4
-rw-r--r--pkg/osx/Info-gnustep.plist.in (renamed from pkg/osx/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
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";