[PD-cvs] packages/darwin_app Makefile,1.32,1.33

Hans-Christoph Steiner eighthave at users.sourceforge.net
Wed Feb 22 07:13:24 CET 2006


Update of /cvsroot/pure-data/packages/darwin_app
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10088/darwin_app

Modified Files:
	Makefile 
Log Message:
updated to use Wish.app for TclTk 8.4.10

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/darwin_app/Makefile,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** Makefile	13 Feb 2006 03:55:08 -0000	1.32
--- Makefile	22 Feb 2006 06:13:22 -0000	1.33
***************
*** 22,26 ****
  #WISH = /Applications/Utilities/Wish\ Shell.app
  TCLTK := $(shell /bin/ls -1r TclTkAquaStandalone-8.?.*.dmg|head -1|sed 's/\.dmg//')
! WISH_NAME = Wish\ Shell
  WISH = /Volumes/$(TCLTK)/$(WISH_NAME).app
  WISH_CONTENTS = $(WISH)/Contents
--- 22,29 ----
  #WISH = /Applications/Utilities/Wish\ Shell.app
  TCLTK := $(shell /bin/ls -1r TclTkAquaStandalone-8.?.*.dmg|head -1|sed 's/\.dmg//')
! # Tcl/Tk < 8.4.10
! #WISH_NAME = Wish\ Shell
! # Tcl/Tk >= 8.4.10
! WISH_NAME = Wish
  WISH = /Volumes/$(TCLTK)/$(WISH_NAME).app
  WISH_CONTENTS = $(WISH)/Contents
***************
*** 104,108 ****
  	install -m0644 -p Info.plist "$(PD_APP_CONTENTS)"
  	install -m0644 -p *.icns  "$(PD_APP_CONTENTS)/Resources"
! 	mv "$(PD_APP_CONTENTS)/MacOS/Wish Shell" \
  		"$(PD_APP_CONTENTS)/MacOS/Pd"
  #	diskutil eject /Volumes/$(TCLTK)
--- 107,111 ----
  	install -m0644 -p Info.plist "$(PD_APP_CONTENTS)"
  	install -m0644 -p *.icns  "$(PD_APP_CONTENTS)/Resources"
! 	mv "$(PD_APP_CONTENTS)/MacOS/${WISH_NAME}" \
  		"$(PD_APP_CONTENTS)/MacOS/Pd"
  #	diskutil eject /Volumes/$(TCLTK)





More information about the Pd-cvs mailing list