gnu: Switch from recordproto to xorgproto.

* gnu/packages/xnee.scm (xnee)[inputs]: Remove RECORDPROTO.
* gnu/packages/xorg.scm (recordproto)[properties]: Mark as superseded by
XORGPROTO.
(libxtst)[propagated-inputs]: Replace RECORDPROTO with XORGPROTO.
[inputs]: Remove XORGPROTO.
* gnu/packages/xorg.scm (xorg-server)[inputs]: Remove RECORDPROTO.
master
Marius Bakke 2018-03-10 14:17:20 +01:00
parent 2bf1fa98f2
commit ec89471d83
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
2 changed files with 5 additions and 8 deletions

View File

@ -44,7 +44,6 @@
("libxext" ,libxext)
("libxi" ,libxi)
("libxtst" ,libxtst)
("recordproto" ,recordproto)
("xorgproto" ,xorgproto)))
(native-inputs
`(("pkg-config" ,pkg-config)))

View File

@ -1702,8 +1702,8 @@ window of a screen.")
(description
"Record Extension defines a protocol for the recording and playback
of user actions in the X Window System.")
(license license:x11)))
(license license:x11)
(properties `((superseded . ,xorgproto)))))
(define-public renderproto
(package
@ -4658,11 +4658,10 @@ cannot be adequately worked around on the client side of the wire.")
"012jpyj7xfm653a9jcfqbzxyywdmwb2b5wr1dwylx14f3f54jma6"))))
(build-system gnu-build-system)
(propagated-inputs
`(("recordproto" ,recordproto)
("libxi" ,libxi)))
`(("libxi" ,libxi)
("xorgproto" ,xorgproto)))
(inputs
`(("libx11" ,libx11)
("xorgproto" ,xorgproto)))
`(("libx11" ,libx11)))
(native-inputs
`(("pkg-config" ,pkg-config)))
(home-page "https://www.x.org/wiki/")
@ -5117,7 +5116,6 @@ over Xlib, including:
("libxshmfence" ,libxshmfence)
("libxt" ,libxt)
("libxv" ,libxv)
("recordproto" ,recordproto)
("xf86bigfontproto" ,xf86bigfontproto)
("xf86dgaproto" ,xf86dgaproto)
("xf86vidmodeproto" ,xf86vidmodeproto)