Update of /cvsroot/audacity/audacity-src
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9381

Modified Files:
        Makefile.in 
Log Message:
If we hide the pixmap away then desktop environments can't find it. Putting it 
here seems to be the concensous for legacy xpm icons (patch picked up from 
Gentoo bugzilla)


Index: Makefile.in
===================================================================
RCS file: /cvsroot/audacity/audacity-src/Makefile.in,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- Makefile.in 23 Jan 2009 23:35:52 -0000      1.33
+++ Makefile.in 25 Nov 2009 22:51:51 -0000      1.34
@@ -54,8 +54,8 @@
        $(MAKE) -C locale install
 
        # install an icon for audacity
-       $(INSTALL) -d $(DESTDIR)$(DATADIR)/$(AUDACITY_NAME)/
-       $(INSTALL) -m 644 images/AudacityLogo48x48.xpm 
$(DESTDIR)$(DATADIR)/$(AUDACITY_NAME)/audacity.xpm
+       $(INSTALL) -d $(DESTDIR)$(DATADIR)/pixmaps/
+       $(INSTALL) -m 644 images/AudacityLogo48x48.xpm 
$(DESTDIR)$(DATADIR)/pixmaps/audacity.xpm
 
 .PHONY: install-extra-data
 install-extra-data:


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to