From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: Google Summer of Code project concepts Date: Sun, 14 Apr 2013 16:50:21 +0200 Message-ID: <516AC22D.8020103@gmail.com> References: <871uak1a8t.fsf@naga.invergo.net> <87li8pmfa7.fsf@gnu.org> <87y5cog99v.fsf@gnu.org> <87ehef5wyb.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50100) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UROTI-0001I0-VG for bug-guix@gnu.org; Sun, 14 Apr 2013 11:04:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UROTI-0002aH-1V for bug-guix@gnu.org; Sun, 14 Apr 2013 11:04:00 -0400 In-Reply-To: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Chris Dale Cc: bug-guix@gnu.org On 04/13/2013 12:19 AM, Chris Dale wrote: >> Conversely, adding GNOME means packaging all the GNOME stack, which >> includes dozens of related packages and tools, plus specific issues to >> make sure it supports our file system layout. It’s may be slightly less >> difficult for GNUstep, but still quite involved. >> >> Is it something you would be interested in? >> > > I would definitely like to get involved in making this more palatable. Not > to mention it sounds like a challenge! I would definitely have to learn > more about the workflow involved before I could draw up a proposal. I would > have to ask: would the coding be primarily Guile or C? The coding would primarily be done in Guile, but you'll probably need to be able to read the languages used by the DE you will be working on. > >> That’s already the case, in the sense that you can use it atop your >> already running GNU/Linux system. >> > That's true. I was referring to having a nice little cocoon of Scheme all > around me, so I could ignore the scary world outside :P > >> Again, I don’t clearly see what that integration would be, nor whether >> it’s really in the scope of Guix as a project. Surely having packages >> for these in the distro is desirable, but that’s insufficient for a GSoC >> project. >> > > Yeah, that's fair. Hopefully I'd have time over the summer to package them > up anyway! > > In the run-up to the proposal submission period, I'd like to have some > experience packaging for Guix. Is there any particular piece of software > that anyone would like me to focus on? Is there any simple piece of software you use every day, but that is not packaged in Guix yet ? That might be a good starting point. You could also package a small WM, such as twm or wmii. We have support for the client-side of X in the core-updates branch, so you could package small GUI programs. Cyril.