all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#30763] [PATCH core-updates 00/27] Use xorgproto everywhere
@ 2018-03-10 15:45 Marius Bakke
  2018-03-10 15:47 ` [bug#30763] [PATCH core-updates 01/27] gnu: Switch from xproto to xorgproto Marius Bakke
  2018-03-12 14:38 ` [bug#30763] [PATCH core-updates 00/27] Use xorgproto everywhere Ludovic Courtès
  0 siblings, 2 replies; 30+ messages in thread
From: Marius Bakke @ 2018-03-10 15:45 UTC (permalink / raw)
  To: 30763

Hello!

As promised in
<https://lists.gnu.org/archive/html/guix-devel/2018-02/msg00335.html>,
this patch series makes the "xorgproto" package supersede the various
X.org "-proto" packages that were previously distributed separately.

Marius Bakke (27):
  gnu: Switch from xproto to xorgproto.
  gnu: Switch from randrproto to xorgproto.
  gnu: Switch from bigreqsproto to xorgproto.
  gnu: Switch from xextproto to xorgproto.
  gnu: Switch from fixesproto to xorgproto.
  gnu: Switch from compositeproto to xorgproto.
  gnu: Switch from kbproto to xorgproto.
  gnu: Switch from inputproto to xorgproto.
  gnu: Switch from fontsproto to xorgproto.
  gnu: Switch from glproto to xorgproto.
  gnu: Switch from dmxproto to xorgproto.
  gnu: Switch from damageproto to xorgproto.
  gnu: Switch from dri2proto to xorgproto.
  gnu: Switch from dri3proto to xorgproto.
  gnu: Switch from videoproto to xorgproto.
  gnu: Switch from windowswmproto to xorgproto.
  gnu: Switch from xcmiscproto to xorgproto.
  gnu: Switch from presentproto to xorgproto.
  gnu: Switch from renderproto to xorgproto.
  gnu: Switch from resourceproto to xorgproto.
  gnu: Switch from recordproto to xorgproto.
  gnu: Switch from scrnsaverproto to xorgproto.
  gnu: Switch from xf86driproto to xorgproto.
  gnu: Switch from xf86dgaproto to xorgproto.
  gnu: Switch from xf86bigfontproto to xorgproto.
  gnu: Switch from xf86vidmodeproto to xorgproto.
  gnu: Switch from xineramaproto to xorgproto.

 gnu/packages/compton.scm          |   2 +-
 gnu/packages/enlightenment.scm    |   5 +-
 gnu/packages/gl.scm               |  11 +-
 gnu/packages/gnome.scm            |   2 +-
 gnu/packages/gtk.scm              |   2 +-
 gnu/packages/haskell.scm          |   2 +-
 gnu/packages/image-processing.scm |   2 +-
 gnu/packages/mate.scm             |  19 +-
 gnu/packages/ratpoison.scm        |   5 +-
 gnu/packages/tcl.scm              |   2 +-
 gnu/packages/video.scm            |   6 +-
 gnu/packages/xdisorg.scm          |   4 +-
 gnu/packages/xnee.scm             |   5 +-
 gnu/packages/xorg.scm             | 361 +++++++++++++++++---------------------
 14 files changed, 182 insertions(+), 246 deletions(-)

-- 
2.16.2

^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2018-03-17 23:22 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-10 15:45 [bug#30763] [PATCH core-updates 00/27] Use xorgproto everywhere Marius Bakke
2018-03-10 15:47 ` [bug#30763] [PATCH core-updates 01/27] gnu: Switch from xproto to xorgproto Marius Bakke
2018-03-10 15:47   ` [bug#30763] [PATCH core-updates 02/27] gnu: Switch from randrproto " Marius Bakke
2018-03-10 15:47   ` [bug#30763] [PATCH core-updates 03/27] gnu: Switch from bigreqsproto " Marius Bakke
2018-03-10 15:47   ` [bug#30763] [PATCH core-updates 04/27] gnu: Switch from xextproto " Marius Bakke
2018-03-10 15:47   ` [bug#30763] [PATCH core-updates 05/27] gnu: Switch from fixesproto " Marius Bakke
2018-03-10 15:47   ` [bug#30763] [PATCH core-updates 06/27] gnu: Switch from compositeproto " Marius Bakke
2018-03-10 15:47   ` [bug#30763] [PATCH core-updates 07/27] gnu: Switch from kbproto " Marius Bakke
2018-03-10 15:47   ` [bug#30763] [PATCH core-updates 08/27] gnu: Switch from inputproto " Marius Bakke
2018-03-10 15:47   ` [bug#30763] [PATCH core-updates 09/27] gnu: Switch from fontsproto " Marius Bakke
2018-03-10 15:47   ` [bug#30763] [PATCH core-updates 10/27] gnu: Switch from glproto " Marius Bakke
2018-03-10 15:47   ` [bug#30763] [PATCH core-updates 11/27] gnu: Switch from dmxproto " Marius Bakke
2018-03-10 15:47   ` [bug#30763] [PATCH core-updates 12/27] gnu: Switch from damageproto " Marius Bakke
2018-03-10 15:47   ` [bug#30763] [PATCH core-updates 13/27] gnu: Switch from dri2proto " Marius Bakke
2018-03-10 15:47   ` [bug#30763] [PATCH core-updates 14/27] gnu: Switch from dri3proto " Marius Bakke
2018-03-10 15:47   ` [bug#30763] [PATCH core-updates 15/27] gnu: Switch from videoproto " Marius Bakke
2018-03-10 15:47   ` [bug#30763] [PATCH core-updates 16/27] gnu: Switch from windowswmproto " Marius Bakke
2018-03-10 15:47   ` [bug#30763] [PATCH core-updates 17/27] gnu: Switch from xcmiscproto " Marius Bakke
2018-03-10 15:47   ` [bug#30763] [PATCH core-updates 18/27] gnu: Switch from presentproto " Marius Bakke
2018-03-10 15:47   ` [bug#30763] [PATCH core-updates 19/27] gnu: Switch from renderproto " Marius Bakke
2018-03-10 15:48   ` [bug#30763] [PATCH core-updates 20/27] gnu: Switch from resourceproto " Marius Bakke
2018-03-10 15:48   ` [bug#30763] [PATCH core-updates 21/27] gnu: Switch from recordproto " Marius Bakke
2018-03-10 15:48   ` [bug#30763] [PATCH core-updates 22/27] gnu: Switch from scrnsaverproto " Marius Bakke
2018-03-10 15:48   ` [bug#30763] [PATCH core-updates 23/27] gnu: Switch from xf86driproto " Marius Bakke
2018-03-10 15:48   ` [bug#30763] [PATCH core-updates 24/27] gnu: Switch from xf86dgaproto " Marius Bakke
2018-03-10 15:48   ` [bug#30763] [PATCH core-updates 25/27] gnu: Switch from xf86bigfontproto " Marius Bakke
2018-03-10 15:48   ` [bug#30763] [PATCH core-updates 26/27] gnu: Switch from xf86vidmodeproto " Marius Bakke
2018-03-10 15:48   ` [bug#30763] [PATCH core-updates 27/27] gnu: Switch from xineramaproto " Marius Bakke
2018-03-12 14:38 ` [bug#30763] [PATCH core-updates 00/27] Use xorgproto everywhere Ludovic Courtès
2018-03-17 23:21   ` bug#30763: " Marius Bakke

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.