Changeset 326

Show
Ignore:
Timestamp:
04/03/08 20:42:10 (2 years ago)
Author:
rcrowley
Message:

Ready for Mac builds

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/uploadr/Makefile

    r324 r326  
    356356                $(MOZILLA)/tools/update-packaging/make_full_update.sh \ 
    357357                $(OUT)/FlickrUploadr-$(VER)-$(INTL_SHORT).complete.mar \ 
    358                 $(BUILD)/new 2> /dev/null > /dev/null 
     358                $(BUILD)/new &> /dev/null 
    359359#       @rm -f $(OUT)/FlickrUploadr-$(VER)-$(INTL_SHORT).partial.mar 
    360360#       @PATH="$(PATH):$(MOZILLA)/other-licenses/bsdiff:$(MOZILLA)/modules/libmar/tool" \ 
    361361#               $(MOZILLA)/tools/update-packaging/make_incremental_update.sh \ 
    362362#               $(OUT)/FlickrUploadr-$(VER)-$(INTL_SHORT).partial.mar \ 
    363 #               $(BUILD)/old $(BUILD)/new 2> /dev/null > /dev/null 
     363#               $(BUILD)/old $(BUILD)/new &> /dev/null 
    364364ifeq (win, $(PLATFORM)) 
    365365        @rm -rf $(BUILD)/new 
  • trunk/uploadr/README

    r320 r326  
    352352--- 
    353353 
     354The nice background image for the DMGs must be recreated each time you 
     355change version numbers. 
     356  o Start Disk Utility and create a new image called "Flickr Uploadr 
     357    $(VERSION)" (substitute your version) 
     358  o Create a folder there called "Flickr Uploadr.app" and a symbolic 
     359    link called "Applications" 
     360  o Copy one of the installer images from mac_installer/ in as ".i.png" 
     361  o Create a symbolic link to that image as "i.png" 
     362  o Open the image with Finder and press Command+J to set folder options 
     363      o Select "This window only" 
     364      o Set the "Icon size" to 128px 
     365      o Uncheck "Snap to grid" 
     366      o Set the background picture to your "i.png" symbolic link (this 
     367        is rather finicky) 
     368      o Close the settings window 
     369  o Delete the "i.png" symbolic link (the hidden file will remain) 
     370  o Arrange the icons appropriately 
     371  o Close the window 
     372 
     373After all of that, copy the .DS_Store file into your source tree, the 
     374Makefile will take care of everything else (substitute your version): 
     375  $ cp /Volumes/Flickr\ Uploadr\ $(VERSION)/.DS_Store \ 
     376    UPLOADR/mac_installer/DS_Store 
     377 
     378Unmount and delete the disk image you created. 
     379 
    354380One-command builds for all eight languages: 
    355381  $ make mac all