[PD-cvs] pd/src makefile.in, 1.4.4.2.2.21.2.7, 1.4.4.2.2.21.2.8 desire.tk, 1.1.2.600.2.19, 1.1.2.600.2.20

Mathieu Bouchard matju at users.sourceforge.net
Tue Dec 5 18:01:14 CET 2006


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32319

Modified Files:
      Tag: desiredata
	makefile.in desire.tk 
Log Message:
icons using new folder and filenames


Index: makefile.in
===================================================================
RCS file: /cvsroot/pure-data/pd/src/makefile.in,v
retrieving revision 1.4.4.2.2.21.2.7
retrieving revision 1.4.4.2.2.21.2.8
diff -C2 -d -r1.4.4.2.2.21.2.7 -r1.4.4.2.2.21.2.8
*** makefile.in	4 Dec 2006 20:59:22 -0000	1.4.4.2.2.21.2.7
--- makefile.in	5 Dec 2006 17:01:11 -0000	1.4.4.2.2.21.2.8
***************
*** 74,78 ****
  	for file in defaults.ddrc pkgIndex.tcl pre8.5.tcl poe.tcl bgerror.tcl; do \
  		install $$file $(INSTDIR)/lib/pd/bin/$$file; done
! 	cp -r locale icons $(INSTDIR)/lib/pd/bin
  	install $(BINARYMODE) $(SO) $(INSTDIR)/lib/$(SO)
  	test -w /etc/ld.so.cache && ldconfig || true
--- 74,79 ----
  	for file in defaults.ddrc pkgIndex.tcl pre8.5.tcl poe.tcl bgerror.tcl; do \
  		install $$file $(INSTDIR)/lib/pd/bin/$$file; done
! 	cp -r locale $(INSTDIR)/lib/pd/bin
! 	cp -r ../icons $(INSTDIR)/lib/pd
  	install $(BINARYMODE) $(SO) $(INSTDIR)/lib/$(SO)
  	test -w /etc/ld.so.cache && ldconfig || true

Index: desire.tk
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.tk,v
retrieving revision 1.1.2.600.2.19
retrieving revision 1.1.2.600.2.20
diff -C2 -d -r1.1.2.600.2.19 -r1.1.2.600.2.20
*** desire.tk	5 Dec 2006 13:06:03 -0000	1.1.2.600.2.19
--- desire.tk	5 Dec 2006 17:01:11 -0000	1.1.2.600.2.20
***************
*** 495,502 ****
  set cmdline(ddrcfilename) ~/.ddrc
  set cmdline(console) 1000
! if {[file exists icons/mode_edit.gif]} {
! 	set cmdline(icons) icons
  } else {
! 	set cmdline(icons) [file join [file dirname $argh0] ../lib/pd/bin/icons]
  }
  
--- 495,502 ----
  set cmdline(ddrcfilename) ~/.ddrc
  set cmdline(console) 1000
! if {[file exists ../icons/mode_edit.gif]} {
! 	set cmdline(icons) ../icons
  } else {
! 	set cmdline(icons) [file join [file dirname [file dirname $argh0]] lib/pd/icons]
  }
  
***************
*** 5646,5665 ****
  
  set butt {
! 	{object  Object     {obj}}
! 	{message Message    {msg}}
! 	{number  Number     {floatatom}}
! 	{symbol  Symbol     {symbolatom}}
! 	{comment Comment    {text}}
! 	{bang    bng        {obj bng}}
! 	{toggle  tgl        {obj tgl}}
! 	{number2 nbx        {obj nbx}}
! 	{vslider vsl        {obj vsl}}
! 	{hslider hsl        {obj hsl}}
! 	{vradio  vradio     {obj vradio}}
! 	{hradio  hradio     {obj hradio}}
! 	{vu      vu         {obj vu}}
! 	{canvas  cnv        {obj cnv}}
! 	{graph   graph      {graph}}
! 	{array   array      {menuarray 0}}
  }
  #	{dropper dropper    {pd %W dropper 0}}
--- 5646,5665 ----
  
  set butt {
! 	{ObjectBox  Object  {obj}}
! 	{MessageBox Message {msg}}
! 	{FloatBox   Number  {floatatom}}
! 	{SymbolBox  Symbol  {symbolatom}}
! 	{CommentBox Comment {text}}
! 	{bng     bng    {obj bng}}
! 	{tgl     tgl    {obj tgl}}
! 	{nbx     nbx    {obj nbx}}
! 	{vsl     vsl    {obj vsl}}
! 	{hsl     hsl    {obj hsl}}
! 	{vradio  vradio {obj vradio}}
! 	{hradio  hradio {obj hradio}}
! 	{vu      vu     {obj vu}}
! 	{cnv     cnv    {obj cnv}}
! 	{Graph   graph  {graph}}
! 	{Array   array  {menuarray 0}}
  }
  #	{dropper dropper    {pd %W dropper 0}}





More information about the Pd-cvs mailing list