From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Move gtkglext from gnome to gtk. Date: Tue, 16 Aug 2016 16:14:07 -0400 Message-ID: <20160816201407.GD20269@jasmine> References: <20160816180104.20832-1-dannym@scratchpost.org> <20160816200303.GC20269@jasmine> <20160816220916.6ecaf4ed@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46784) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZkkh-00017L-RG for guix-devel@gnu.org; Tue, 16 Aug 2016 16:14:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bZkkc-00037O-SC for guix-devel@gnu.org; Tue, 16 Aug 2016 16:14:23 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:56654) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZkka-00036S-Hh for guix-devel@gnu.org; Tue, 16 Aug 2016 16:14:18 -0400 Content-Disposition: inline In-Reply-To: <20160816220916.6ecaf4ed@scratchpost.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: Danny Milosavljevic Cc: guix-devel@gnu.org On Tue, Aug 16, 2016 at 10:09:16PM +0200, Danny Milosavljevic wrote: > Hi Leo, > > On Tue, 16 Aug 2016 16:03:03 -0400 > Leo Famulari wrote: > > > On Tue, Aug 16, 2016 at 08:01:04PM +0200, Danny Milosavljevic wrote: > > > gnu: Move gtkglext from gnome to gtk. > > > > > > * gnu/packages/gnome.scm (gtkglext): Moved from here... > > > * gnu/packages/gtk.scm (gtkglext): ... to here > > > > Why? I see that the package relates to GTK+, but it's also GNOME > > software. > > Is it? Well its name and its dependencies say it should be gtk :) > > > And, moving packages around like this does cause problems, because all > > the referring packages have to update their module imports. Not to > > mention the possibility of more conflicts when merging core-updates and > > other updates branches. > > I know what you mean and I usually don't move stuff around. This one > is very well-mannered since we have only 3 clients for it (two in > games.scm and one in engineering.scm - both modules already include > gtk as well). Okay. Do the games and engineering modules still need to import the gnome module if we make this move?