[Scummvm-cvs-logs] SF.net SVN: scummvm:[43355] tools/branches/gsoc2009-gui

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Thu Aug 13 20:02:44 CEST 2009


Revision: 43355
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43355&view=rev
Author:   fingolfin
Date:     2009-08-13 18:02:44 +0000 (Thu, 13 Aug 2009)

Log Message:
-----------
Added Mac OS X version of tools icon; fixed 'bundle' Makefile rule

Modified Paths:
--------------
    tools/branches/gsoc2009-gui/Makefile
    tools/branches/gsoc2009-gui/dist/macosx/Info.plist

Added Paths:
-----------
    tools/branches/gsoc2009-gui/gui/media/scummvmtools.icns

Modified: tools/branches/gsoc2009-gui/Makefile
===================================================================
--- tools/branches/gsoc2009-gui/Makefile	2009-08-13 17:00:40 UTC (rev 43354)
+++ tools/branches/gsoc2009-gui/Makefile	2009-08-13 18:02:44 UTC (rev 43355)
@@ -90,8 +90,8 @@
 	mkdir -p $(bundle_name)/Contents/Resources
 	echo "APPL????" > $(bundle_name)/Contents/PkgInfo
 	cp $(srcdir)/dist/macosx/Info.plist $(bundle_name)/Contents/
-	cp $(TARGETS) $(bundle_name)/Contents/Resources/
-	mv $(bundle_name)/Contents/Resources/tools_gui $(bundle_name)/Contents/MacOS/
+	cp $(srcdir)/gui/media/scummvmtools.icns $(bundle_name)/Contents/Resources
+	cp tools_gui$(EXEEXT) $(bundle_name)/Contents/MacOS/
 
 #compress_agos$(EXEEXT): compress_agos.o compress.o util.o tool.o
 #	$(CXX) $(LDFLAGS) -o $@ $+ -lvorbis -logg -lvorbisenc -lFLAC

Modified: tools/branches/gsoc2009-gui/dist/macosx/Info.plist
===================================================================
--- tools/branches/gsoc2009-gui/dist/macosx/Info.plist	2009-08-13 17:00:40 UTC (rev 43354)
+++ tools/branches/gsoc2009-gui/dist/macosx/Info.plist	2009-08-13 18:02:44 UTC (rev 43355)
@@ -10,6 +10,8 @@
 	<false/>
 	<key>CFBundleExecutable</key>
 	<string>tools_gui</string>
+	<key>CFBundleIconFile</key>
+	<string>scummvmtools.icns</string>
 	<key>CFBundleIdentifier</key>
 	<string>org.scummvm.toolsgui</string>
 	<key>CFBundleShortVersionString</key>
@@ -23,6 +25,6 @@
 	<key>NSAppleScriptEnabled</key>
 	<false/>
 	<key>NSHumanReadableCopyright</key>
-	<string>Copyright 2001-2007 The ScummVM team</string>
+	<string>Copyright 2001-2009 The ScummVM team</string>
 </dict>
 </plist>

Added: tools/branches/gsoc2009-gui/gui/media/scummvmtools.icns
===================================================================
(Binary files differ)


Property changes on: tools/branches/gsoc2009-gui/gui/media/scummvmtools.icns
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list