From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Brasero, or gnome without gnome Date: Wed, 2 Oct 2013 22:53:08 +0200 Message-ID: <20131002205308.GA1589@debian> References: <20131002124146.GA15506@debian> <524C7350.9080208@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44966) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRTQ8-0000Ek-6j for guix-devel@gnu.org; Wed, 02 Oct 2013 16:53:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VRTQ1-0004jw-N5 for guix-devel@gnu.org; Wed, 02 Oct 2013 16:53:19 -0400 Received: from moutng.kundenserver.de ([212.227.17.8]:63073) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRTQ1-0004jk-DV for guix-devel@gnu.org; Wed, 02 Oct 2013 16:53:13 -0400 Content-Disposition: inline In-Reply-To: <524C7350.9080208@gmail.com> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Cyril Roelandt Cc: guix-devel@gnu.org On Wed, Oct 02, 2013 at 09:26:08PM +0200, Cyril Roelandt wrote: > Should this go in cdrom.scm or in gnome.scm ? How do we decide on > where we define GNOME programs ? We could decide that everything from mirror://gnome is a gnome program. Then brasero should go into gnome.scm. So far, there is also glib.scm and gtk.scm with bits and pieces from gnome. On the other hand, I just put hicolor-icon-theme and icon-naming-utils into gnome.scm, although they are not part of gnome (but the first one is needed by brasero and supposedly most other gnome programs, and the second one is needed to compile gnome-icon-theme). A good scheme would be very welcome. One possibility would be a purely syntactical one: regroup everything from mirror://gnome into gnome.scm (which would become rather large, I suppose), and everything from freedesktop.org into a newly created freedesktop.scm. Andreas