me
/
guix
Archived
1
0
Fork 0

gnu: Switch from xf86vidmodeproto to xorgproto.

* gnu/packages/xorg.scm (xf86vidmodeproto)[properties]: Mark as superseded by
XORGPROTO.
(libxxf86vm)[propagated-inputs]: Replace XF86VIDMODEPROTO with XORGPROTO.
(xorg-server)[inputs]: Remove XF86VIDMODEPROTO.
master
Marius Bakke 2018-03-10 14:46:31 +01:00
parent d7f3769195
commit 5b6f1be783
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 4 deletions

View File

@ -3591,8 +3591,8 @@ requiring data to be passed through the X server.")
(description (description
"XFree86 Video Mode Extension defines a protocol for dynamically "XFree86 Video Mode Extension defines a protocol for dynamically
configuring modelines and gamma.") configuring modelines and gamma.")
(license license:x11))) (license license:x11)
(properties `((superseded . ,xorgproto)))))
(define-public xgamma (define-public xgamma
(package (package
@ -5002,7 +5002,7 @@ new API's in libXft, or the legacy API's in libX11.")
(build-system gnu-build-system) (build-system gnu-build-system)
(propagated-inputs (propagated-inputs
`(("libxext" ,libxext) `(("libxext" ,libxext)
("xf86vidmodeproto" ,xf86vidmodeproto))) ("xorgproto" ,xorgproto)))
(inputs (inputs
`(("libx11" ,libx11))) `(("libx11" ,libx11)))
(native-inputs (native-inputs
@ -5112,7 +5112,6 @@ over Xlib, including:
("libxshmfence" ,libxshmfence) ("libxshmfence" ,libxshmfence)
("libxt" ,libxt) ("libxt" ,libxt)
("libxv" ,libxv) ("libxv" ,libxv)
("xf86vidmodeproto" ,xf86vidmodeproto)
("xkbcomp" ,xkbcomp) ("xkbcomp" ,xkbcomp)
("xkeyboard-config" ,xkeyboard-config) ("xkeyboard-config" ,xkeyboard-config)
("xtrans" ,xtrans) ("xtrans" ,xtrans)