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 19:40:36 -0400 Message-ID: <20160816234036.GA24066@jasmine> References: <20160816180104.20832-1-dannym@scratchpost.org> <20160816200303.GC20269@jasmine> <20160816220916.6ecaf4ed@scratchpost.org> <20160816201407.GD20269@jasmine> <20160816224000.6bfbbbd5@scratchpost.org> <20160817011207.16bb5281@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]:51177) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZnya-0005Vd-5T for guix-devel@gnu.org; Tue, 16 Aug 2016 19:40:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bZnyV-0004KD-RQ for guix-devel@gnu.org; Tue, 16 Aug 2016 19:40:54 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:55730) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZnyT-0004JI-0H for guix-devel@gnu.org; Tue, 16 Aug 2016 19:40:51 -0400 Content-Disposition: inline In-Reply-To: <20160817011207.16bb5281@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 Wed, Aug 17, 2016 at 01:12:07AM +0200, Danny Milosavljevic wrote: > I've checked how bad it would be to move all the stuff: > > * gnu/packages/gnome.scm (libcroco, json-glib, libxklavier): Move variables from here... > * gnu/packages/glib.scm (libcroco, json-glib, libxklavier): ... to here. > > * gnu/packages/gnome.scm (desktop-file-utils, shared-mime-info, hicolor-icon-theme, upower): Move variables from here... > * gnu/packages/freedesktop.scm (desktop-file-utils, shared-mime-info, hicolor-icon-theme, upower): ... to here. > > * gnu/packages/gnome.scm (librsvg, libglade, gtkglext, glade3, vala, libgsf, libnotify, libwnck, libwnck-2, vte, vte-0.36, vte/gtk+-2): Move variables from here... > * gnu/packages/gtk.scm (librsvg, libglade, gtkglext, glade3, vala, libgsf, libnotify, libwnck, libwnck-2, vte, vte-0.36, vte/gtk+-2): ... to here. > > * gnu/packages/gtk.scm (guile-gnome): Move variables from here... > * gnu/packages/gnome.scm (guile-gnome): ... to here. > > * gnu/packages/gnome.scm (libgudev): Move variables from here... > * gnu/packages/linux.scm (libgudev): ... to here. > > * gnu/packages/engineering.scm: Remove gnome import, add freedesktop import. > * gnu/packages/games.scm: Remove gnome import. > > * gnu/packages/fvwm.scm: Use gtk instead of gnome import. > * gnu/packages/game-development.scm: Use freedesktop instead of gnome import. > * gnu/packages/games.scm: Remove gnome import. > * gnu/packages/maths.scm: Add freedesktop import. > * gnu/packages/mail.scm: Add freedesktop import. > * gnu/packages/wv.scm: Use gtk instead of gnome import. > * gnu/packages/xfce.scm: Use freedesktop import instead of gnome import. > * gnu/packages/gnome.scm: Add freedesktop import. > * gnu/packages/freedesktop.scm (upower): Use gnu-build-system instead of glib-or-gtk-build-system. > * gnu/packages/freedesktop.scm: Add (gnu packages) import. Add (gnu packages libusb) import. > * gnu/packages/gnustep.scm: Add (gnu packages freedesktop) import. > * gnu/packages/gtk.scm: Add (gnu packages tls) import. Add (gnu packages ncurses) import. > * gnu/packages/gtk.scm: Add (gnu packages iso-codes) import. > * gnu/packages/wicd.scm: Add (gnu packages freedesktop) import. Remove gnome import. > * gnu/packages/linux.scm: Add (gnu packages iso-codes) import. > * gnu/packages/xfce.scm (xfce): Remove gnome-icon-theme. > > I'll send a patch. We can think of what we want to do with it - but at least we can see the extent then. I would wait for some comments before writing the patch.