all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Marius Bakke <mbakke@fastmail.com>
To: 30763@debbugs.gnu.org
Subject: [bug#30763] [PATCH core-updates 02/27] gnu: Switch from randrproto to xorgproto.
Date: Sat, 10 Mar 2018 16:47:42 +0100	[thread overview]
Message-ID: <20180310154807.7225-2-mbakke@fastmail.com> (raw)
In-Reply-To: <20180310154807.7225-1-mbakke@fastmail.com>

* gnu/packages/mate.scm (mate-control-center, mate-screensaver)[inputs]:
Remove RANDRPROTO.
* gnu/packages/xorg.scm (libxrandr, xorg-server)[inputs]: Likewise.
(randrproto)[properties]: Mark as superseded by XORGPROTO.
---
 gnu/packages/mate.scm | 2 --
 gnu/packages/xorg.scm | 5 ++---
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 1faabd133..d6ad02298 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -924,7 +924,6 @@ icons on the MATE desktop.  It works on local and remote file systems.")
        ("yelp-tools" ,yelp-tools)
        ("desktop-file-utils" ,desktop-file-utils)
        ("kbproto" ,kbproto)
-       ("randrproto" ,randrproto)
        ("renderproto" ,renderproto)
        ("scrnsaverproto" ,scrnsaverproto)
        ("xextpro" ,xextproto)
@@ -1197,7 +1196,6 @@ Re-decorates windows on un-maximise.
        ("kbproto" ,kbproto)
        ("mate-common" ,mate-common)
        ("pkg-config" ,pkg-config)
-       ("randrproto" ,randrproto)
        ("renderproto" ,renderproto)
        ("scrnsaverproto" ,scrnsaverproto)
        ("which" ,which)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 26704e606..c3fb9f214 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1677,7 +1677,8 @@ network-transparent printing system.")
      "Resize and Rotate Extension defines a protocol for clients to
 dynamically change X screens, so as to resize, rotate and reflect the root
 window of a screen.")
-    (license license:x11)))
+    (license license:x11)
+    (properties `((superseded . ,xorgproto)))))
 
 
 (define-public recordproto
@@ -4969,7 +4970,6 @@ new API's in libXft, or the legacy API's in libX11.")
       `(("libx11" ,libx11)
         ("libxext" ,libxext)
         ("libxrender" ,libxrender)
-        ("randrproto" ,randrproto)
         ("xorgproto" ,xorgproto)))
     (native-inputs
        `(("pkg-config" ,pkg-config)))
@@ -5123,7 +5123,6 @@ over Xlib, including:
         ("mesa" ,mesa)
         ("pixman" ,pixman)
         ("presentproto" ,presentproto)
-        ("randrproto" ,randrproto)
         ("renderproto" ,renderproto)
         ("resourceproto" ,resourceproto)
         ("scrnsaverproto" ,scrnsaverproto)
-- 
2.16.2

  reply	other threads:[~2018-03-10 15:49 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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   ` Marius Bakke [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180310154807.7225-2-mbakke@fastmail.com \
    --to=mbakke@fastmail.com \
    --cc=30763@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.