Update of /cvsroot/pure-data/packages/darwin_app In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20634
Modified Files: Tag: branch-v0-39-2-extended DS_Store Makefile background.png Log Message: added Steffen's dmg beautifications; removed help patch hacks since most of the help patches are basically named with the standard, and the font size issue isn't so important with the new font stuff
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/packages/darwin_app/Makefile,v retrieving revision 1.65.2.6 retrieving revision 1.65.2.7 diff -C2 -d -r1.65.2.6 -r1.65.2.7 *** Makefile 19 May 2007 01:57:47 -0000 1.65.2.6 --- Makefile 23 May 2007 03:48:16 -0000 1.65.2.7 *************** *** 207,213 **** # support for Info Panel Plugins mgmt cd "$(PD_APP_CONTENTS)" && ln -s Resources/extra Plugins ! # run script to move help-*.pd files to *-help.pd according to the standard ! cd $(pddocdir) && \ ! $(scripts_src)/convert-help-to-standard.sh
#------------------------------------------------------------------------------# --- 207,211 ---- # support for Info Panel Plugins mgmt cd "$(PD_APP_CONTENTS)" && ln -s Resources/extra Plugins !
#------------------------------------------------------------------------------# *************** *** 223,234 **** $(scripts_src)/convert-help-to-standard.sh
- # set the font to 10pt on all help patches - # the BSD/Darwin version of sed must create a backup file when doing - # in-place replacement, so delete the unneeded backup files. - darwin_app_doc_format: - find $(pddocdir) -name '*.pd' -exec \ - sed -i.b 's/^(#N canvas [0-9]* [0-9]* [0-9]* [0-9]*) 12/\1 10/' '{}' ; - find $(DESTDIR) -name '*.pd.b' -print0 | xargs -0 rm -f -- -
#==============================================================================# --- 221,224 ---- *************** *** 273,284 **** install -p $(manualsdir)/Pd/ReadMe.html "/Volumes/$(VOLUME_NAME)" install -p -m0644 org.puredata.pd.plist "/Volumes/$(VOLUME_NAME)" - install -d "/Volumes/$(VOLUME_NAME)/.imagefolder" # add link to /Applications for easy install ln -s /Applications /Volumes/$(VOLUME_NAME)/Applications ! # background image will only show when the disk image is called "$(VOLUME_NAME) ! # the background image needs to be added to the .DS_Store to work ! install -p background.png "/Volumes/$(VOLUME_NAME)/.imagefolder/" install -p DS_Store "/Volumes/$(VOLUME_NAME)/.DS_Store" install -p VolumeIcon.icns "/Volumes/$(VOLUME_NAME)/.VolumeIcon.icns" chmod -R a-w "/Volumes/$(VOLUME_NAME)/$(PD_APP_NAME).app/Contents/Resources/doc" hdiutil detach `mount | grep $(VOLUME_NAME) | cut -d ' ' -f 1` --- 263,280 ---- install -p $(manualsdir)/Pd/ReadMe.html "/Volumes/$(VOLUME_NAME)" install -p -m0644 org.puredata.pd.plist "/Volumes/$(VOLUME_NAME)" # add link to /Applications for easy install ln -s /Applications /Volumes/$(VOLUME_NAME)/Applications ! # Install to .background for easier manual DS_Store makeing ! install -d "/Volumes/$(VOLUME_NAME)/.background" ! # The full path to the background image needs to be added to the .DS_Store to work. ! # Hence the background image will only show when the disk image is called ! # "$(VOLUME_NAME)=Pd-extended - that is what the current DS_Store uses. ! # To create the DS_Store file one must... search the net. ! install -p background.png "/Volumes/$(VOLUME_NAME)/.background/" install -p DS_Store "/Volumes/$(VOLUME_NAME)/.DS_Store" install -p VolumeIcon.icns "/Volumes/$(VOLUME_NAME)/.VolumeIcon.icns" + # To enable the local image icon + /Developer/Tools/SetFile -a C /Volumes/$(VOLUME_NAME)/.VolumeIcon.icns \ + /Volumes/$(VOLUME_NAME) chmod -R a-w "/Volumes/$(VOLUME_NAME)/$(PD_APP_NAME).app/Contents/Resources/doc" hdiutil detach `mount | grep $(VOLUME_NAME) | cut -d ' ' -f 1`
Index: background.png =================================================================== RCS file: /cvsroot/pure-data/packages/darwin_app/background.png,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 Binary files /tmp/cvsVt5n6S and /tmp/cvskKblix differ
Index: DS_Store =================================================================== RCS file: /cvsroot/pure-data/packages/darwin_app/DS_Store,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 Binary files /tmp/cvsPvbX0Y and /tmp/cvsq6g3gD differ