From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: [PATCH] gnu: Move gtkglext from gnome to gtk. Date: Wed, 17 Aug 2016 01:12:07 +0200 Message-ID: <20160817011207.16bb5281@scratchpost.org> References: <20160816180104.20832-1-dannym@scratchpost.org> <20160816200303.GC20269@jasmine> <20160816220916.6ecaf4ed@scratchpost.org> <20160816201407.GD20269@jasmine> <20160816224000.6bfbbbd5@scratchpost.org> 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]:47845) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZnWw-0000Cp-Dj for guix-devel@gnu.org; Tue, 16 Aug 2016 19:12:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bZnWs-0008Ox-4G for guix-devel@gnu.org; Tue, 16 Aug 2016 19:12:21 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:56706) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZnWr-0008Oq-TO for guix-devel@gnu.org; Tue, 16 Aug 2016 19:12:18 -0400 In-Reply-To: <20160816224000.6bfbbbd5@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: Leo Famulari Cc: guix-devel@gnu.org 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.