[PD-cvs] packages/linux_make pd-48x48.png, NONE, 1.1.2.1 Makefile, 1.21.2.4, 1.21.2.5

Hans-Christoph Steiner eighthave at users.sourceforge.net
Mon Jul 23 19:04:13 CEST 2007


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

Modified Files:
      Tag: branch-v0-39-2-extended
	Makefile 
Added Files:
      Tag: branch-v0-39-2-extended
	pd-48x48.png 
Log Message:
added 48x48 png for the Applications menu

--- NEW FILE: pd-48x48.png ---
(This appears to be a binary file; contents omitted.)

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/linux_make/Makefile,v
retrieving revision 1.21.2.4
retrieving revision 1.21.2.5
diff -C2 -d -r1.21.2.4 -r1.21.2.5
*** Makefile	12 Jul 2007 14:45:00 -0000	1.21.2.4
--- Makefile	23 Jul 2007 17:04:11 -0000	1.21.2.5
***************
*** 73,78 ****
  # GNOME menu support
  	install -d $(DESTDIR)/usr/share/icons/hicolor/128x128/apps
! 	install -p $(packages_src)/linux_make/pd.png \
  		$(DESTDIR)/usr/share/icons/hicolor/128x128/apps/
  	install -d $(DESTDIR)/usr/share/applications/ 
  	install -p $(packages_src)/linux_make/pd-extended.desktop \
--- 73,81 ----
  # GNOME menu support
  	install -d $(DESTDIR)/usr/share/icons/hicolor/128x128/apps
! 	install -p -m0644 $(packages_src)/linux_make/pd.png \
  		$(DESTDIR)/usr/share/icons/hicolor/128x128/apps/
+ 	install -d $(DESTDIR)/usr/share/pixmaps
+ 	install -p -m0644 $(packages_src)/linux_make/pd-48x48.png \
+ 		$(DESTDIR)/usr/share/pixmaps/pd.png
  	install -d $(DESTDIR)/usr/share/applications/ 
  	install -p $(packages_src)/linux_make/pd-extended.desktop \





More information about the Pd-cvs mailing list