diff options
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | pkg/Makefile.am | 2 | ||||
-rw-r--r-- | pkg/osx/GNUmakefile | 4 | ||||
-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"; |