Update of /cvsroot/pure-data/packages/darwin_app In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28017
Modified Files: Makefile Added Files: VolumeIcon.icns Log Message: attempts at adding some disk image dressing
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/packages/darwin_app/Makefile,v retrieving revision 1.68 retrieving revision 1.69 diff -C2 -d -r1.68 -r1.69 *** Makefile 6 Jan 2007 21:53:59 -0000 1.68 --- Makefile 17 May 2007 02:41:50 -0000 1.69 *************** *** 257,261 **** dmg: hdiutil create -format UDRW -fs HFS+ -srcfolder "$(BUILD_BASE)" \ ! -volname $(PACKAGE_NAME) build.dmg # detach one with the same name first -hdiutil detach "/Volumes/$(PACKAGE_NAME)" --- 257,261 ---- dmg: hdiutil create -format UDRW -fs HFS+ -srcfolder "$(BUILD_BASE)" \ ! -volname Pd-extended build.dmg # detach one with the same name first -hdiutil detach "/Volumes/$(PACKAGE_NAME)" *************** *** 268,273 **** # background image will only show when the disk image is called "Pd-extended # the background image needs to be added to the .DS_Store to work ! # install -p background.png "/Volumes/$(PACKAGE_NAME)/.imagefolder/" install -p DS_Store "/Volumes/$(PACKAGE_NAME)/.DS_Store" chmod -R a-w "/Volumes/$(PACKAGE_NAME)/$(PD_APP_NAME).app/Contents/Resources/doc" hdiutil detach `mount | grep $(PACKAGE_NAME) | cut -d ' ' -f 1` --- 268,274 ---- # background image will only show when the disk image is called "Pd-extended # the background image needs to be added to the .DS_Store to work ! install -p background.png "/Volumes/$(PACKAGE_NAME)/.imagefolder/" install -p DS_Store "/Volumes/$(PACKAGE_NAME)/.DS_Store" + install -p VolumeIcon.icns "/Volumes/$(PACKAGE_NAME)/.VolumeIcon.icns" chmod -R a-w "/Volumes/$(PACKAGE_NAME)/$(PD_APP_NAME).app/Contents/Resources/doc" hdiutil detach `mount | grep $(PACKAGE_NAME) | cut -d ' ' -f 1`
--- NEW FILE: VolumeIcon.icns --- (This appears to be a binary file; contents omitted.)