gnu: Switch from fixesproto to xorgproto.
* gnu/packages/xorg.scm (compositeproto)[inputs]: Replace FIXESPROTO with XORGPROTO. (libxfixes)[propagated-inputs]: Likewise. [inputs]: Remove XORGPROTO. (fixesproto)[properties]: Mark as superseded by XORGPROTO.
This commit is contained in:
parent
caf90259fc
commit
89ad4fc6b3
|
@ -265,7 +265,7 @@ requests that exceed 262140 bytes in length.")
|
||||||
"1z0crmf669hirw4s7972mmp8xig80kfndja9h559haqbpvq5k4q4"))))
|
"1z0crmf669hirw4s7972mmp8xig80kfndja9h559haqbpvq5k4q4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("fixesproto" ,fixesproto)))
|
`(("xorgproto" ,xorgproto)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(home-page "https://www.x.org/wiki/")
|
(home-page "https://www.x.org/wiki/")
|
||||||
|
@ -4504,8 +4504,8 @@ formatted dump file, such as produced by xwd.")
|
||||||
"Fixes Extension makes changes to many areas of the protocol to resolve
|
"Fixes Extension makes changes to many areas of the protocol to resolve
|
||||||
issues raised by application interaction with core protocol mechanisms that
|
issues raised by application interaction with core protocol mechanisms that
|
||||||
cannot be adequately worked around on the client side of the wire.")
|
cannot be adequately worked around on the client side of the wire.")
|
||||||
(license license:x11)))
|
(license license:x11)
|
||||||
|
(properties `((superseded . ,xorgproto)))))
|
||||||
|
|
||||||
(define-public libxdamage
|
(define-public libxdamage
|
||||||
(package
|
(package
|
||||||
|
@ -4854,10 +4854,9 @@ an X Window System display.")
|
||||||
"1miana3y4hwdqdparsccmygqr3ic3hs5jrqfzp70hvi2zwxd676y"))))
|
"1miana3y4hwdqdparsccmygqr3ic3hs5jrqfzp70hvi2zwxd676y"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("fixesproto" ,fixesproto)))
|
`(("xorgproto" ,xorgproto)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("xorgproto" ,xorgproto)
|
`(("libx11" ,libx11)))
|
||||||
("libx11" ,libx11)))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(home-page "https://www.x.org/wiki/")
|
(home-page "https://www.x.org/wiki/")
|
||||||
|
|
Loading…
Reference in New Issue