From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: FYI: started working on kde-frameworks Date: Tue, 14 Jun 2016 10:24:54 +0200 Message-ID: <20160614082454.GA1784@solar> References: <575DB6D7.8080607@crazy-compilers.com> <87oa75cesp.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39465) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCjem-0007JT-IQ for guix-devel@gnu.org; Tue, 14 Jun 2016 04:25:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bCjef-0002mU-JO for guix-devel@gnu.org; Tue, 14 Jun 2016 04:25:07 -0400 Received: from mailrelay6.public.one.com ([91.198.169.200]:35135) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCjef-0002lx-75 for guix-devel@gnu.org; Tue, 14 Jun 2016 04:25:01 -0400 Content-Disposition: inline In-Reply-To: <87oa75cesp.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel On Mon, Jun 13, 2016 at 05:02:46PM +0200, Ludovic Courtès wrote: > Hartmut Goebel skribis: > > The KDE frameworks are layered into 4 tiers and I'll work my way tier by > > tier. > Nice. Andreas started packaging KDE things some time ago, but I can’t > remember if they did something about kde-frameworks. So far, there are just three packages in kde-frameworks.scm, and nothing left on my disk. So you can go ahead! > > I'd like to share my WIP, is there a good place for doing this? Esp. > > since my time is somewhat limited :-) > Maybe just push it on a Git repo you have access to and regularly send > status updates here? I think you could work in the file and submit additional packages one by one; there is no need to wait until everything is finished. If the additional packages compile, that is fine; if you notice problems later on, you can still correct them as they appear. Andreas