From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28820 invoked by alias); 6 Feb 2007 14:25:53 -0000 Received: (qmail 28793 invoked by uid 22791); 6 Feb 2007 14:25:52 -0000 X-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 06 Feb 2007 14:25:40 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l16EPbUC032212; Tue, 6 Feb 2007 09:25:37 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l16EPawE026935; Tue, 6 Feb 2007 09:25:36 -0500 Received: from [127.0.0.1] (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.13.1/8.12.8) with ESMTP id l16EPaal032672; Tue, 6 Feb 2007 09:25:36 -0500 Message-ID: <45C88FE1.7030205@redhat.com> Date: Tue, 06 Feb 2007 14:25:00 -0000 From: Andrew Cagney User-Agent: Thunderbird 1.5.0.9 (X11/20070102) MIME-Version: 1.0 To: kasal@sourceware.org CC: frysk@sourceware.org Subject: Re: frysk-gui ChangeLog Makefile.am References: <20070206120140.10343.qmail@sourceware.org> <20070206132924.GA12498@hermans.wildebeest.org> In-Reply-To: <20070206132924.GA12498@hermans.wildebeest.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2007-q1/txt/msg00081.txt.bz2 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 > > * 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 > > > >