From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: [PATCH] gnu: Move gtkglext from gnome to gtk. Date: Tue, 16 Aug 2016 22:09:16 +0200 Message-ID: <20160816220916.6ecaf4ed@scratchpost.org> References: <20160816180104.20832-1-dannym@scratchpost.org> <20160816200303.GC20269@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44891) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZkg5-0007iw-91 for guix-devel@gnu.org; Tue, 16 Aug 2016 16:09:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bZkfz-0001cM-9Z for guix-devel@gnu.org; Tue, 16 Aug 2016 16:09:36 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:49287) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZkfz-0001c4-2e for guix-devel@gnu.org; Tue, 16 Aug 2016 16:09:31 -0400 In-Reply-To: <20160816200303.GC20269@jasmine> 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: Leo Famulari Cc: guix-devel@gnu.org 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).