public inbox for frysk@sourceware.org
 help / color / mirror / Atom feed
* Re: frysk-gui ChangeLog Makefile.am
       [not found] <20070206120140.10343.qmail@sourceware.org>
@ 2007-02-06 13:29 ` Mark Wielaard
  2007-02-06 14:25   ` Andrew Cagney
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Wielaard @ 2007-02-06 13:29 UTC (permalink / raw)
  To: frysk; +Cc: kasal

On Tue, Feb 06, 2007 at 12:01:40PM -0000, kasal@sourceware.org wrote:
> CVSROOT:	/cvs/frysk
> Module name:	frysk-gui
> Changes by:	kasal@sourceware.org	2007-02-06 12:01:40
> 
> Modified files:
> 	.              : ChangeLog Makefile.am 
> 
> Log message:
> 	* Makefile.am (icondir, dist_icon_DATA): New variables, likewise.

This breaks the build since images are held in the imagesdir now.
Fixed as follows:

2007-02-06  Mark Wielaard  <mark@klomp.org>

       * Makefile.am (icon_DATA): Use imagesdir.

Committed,

Mark

diff -u -r1.84 Makefile.am
--- Makefile.am 6 Feb 2007 12:01:40 -0000       1.84
+++ Makefile.am 6 Feb 2007 13:26:59 -0000
@@ -143,7 +143,7 @@
 desktopdir = $(datadir)/applications
 dist_desktop_DATA = frysk/gui/frysk.desktop
 icondir = $(datadir)/pixmaps
-icon_DATA = frysk/gui/images/48/fryskTrayIcon48.png
+icon_DATA = frysk/gui/imagesdir/48/fryskTrayIcon48.png
 propertydir = $(pkgdatadir)
 dist_property_DATA = frysk/gui/common/messages.properties
 


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: frysk-gui ChangeLog Makefile.am
  2007-02-06 13:29 ` frysk-gui ChangeLog Makefile.am Mark Wielaard
@ 2007-02-06 14:25   ` Andrew Cagney
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Cagney @ 2007-02-06 14:25 UTC (permalink / raw)
  To: kasal; +Cc: frysk

Stepan,

What was the original problem?  I just fixed the case of images not 
being installed?

Also why are files being removed from files.list?

Andrew

Mark Wielaard wrote:
> On Tue, Feb 06, 2007 at 12:01:40PM -0000, kasal@sourceware.org wrote:
>   
>> CVSROOT:	/cvs/frysk
>> Module name:	frysk-gui
>> Changes by:	kasal@sourceware.org	2007-02-06 12:01:40
>>
>> Modified files:
>> 	.              : ChangeLog Makefile.am 
>>
>> Log message:
>> 	* Makefile.am (icondir, dist_icon_DATA): New variables, likewise.
>>     
>
> This breaks the build since images are held in the imagesdir now.
> Fixed as follows:
>
> 2007-02-06  Mark Wielaard  <mark@klomp.org>
>
>        * Makefile.am (icon_DATA): Use imagesdir.
>
> Committed,
>
> Mark
>
> diff -u -r1.84 Makefile.am
> --- Makefile.am 6 Feb 2007 12:01:40 -0000       1.84
> +++ Makefile.am 6 Feb 2007 13:26:59 -0000
> @@ -143,7 +143,7 @@
>  desktopdir = $(datadir)/applications
>  dist_desktop_DATA = frysk/gui/frysk.desktop
>  icondir = $(datadir)/pixmaps
> -icon_DATA = frysk/gui/images/48/fryskTrayIcon48.png
> +icon_DATA = frysk/gui/imagesdir/48/fryskTrayIcon48.png
>  propertydir = $(pkgdatadir)
>  dist_property_DATA = frysk/gui/common/messages.properties
>  
>
>
>   

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-06 14:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20070206120140.10343.qmail@sourceware.org>
2007-02-06 13:29 ` frysk-gui ChangeLog Makefile.am Mark Wielaard
2007-02-06 14:25   ` Andrew Cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).