mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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.
This commit is contained in:
parent
2bf1fa98f2
commit
ec89471d83
2 changed files with 5 additions and 8 deletions
|
@ -44,7 +44,6 @@ (define-public xnee
|
|||
("libxext" ,libxext)
|
||||
("libxi" ,libxi)
|
||||
("libxtst" ,libxtst)
|
||||
("recordproto" ,recordproto)
|
||||
("xorgproto" ,xorgproto)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
|
|
|
@ -1702,8 +1702,8 @@ (define-public recordproto
|
|||
(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 @@ (define-public libxtst
|
|||
"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 @@ (define-public xorg-server
|
|||
("libxshmfence" ,libxshmfence)
|
||||
("libxt" ,libxt)
|
||||
("libxv" ,libxv)
|
||||
("recordproto" ,recordproto)
|
||||
("xf86bigfontproto" ,xf86bigfontproto)
|
||||
("xf86dgaproto" ,xf86dgaproto)
|
||||
("xf86vidmodeproto" ,xf86vidmodeproto)
|
||||
|
|
Loading…
Reference in a new issue