gnu: xorg-server@1.19.2: Update to 1.19.3.
This is to adjust for the inputs and arguments change of xorg-server proper. * gnu/packages/xorg.scm (xorg-server-1.19.2): Rename to ... (xorg-server-1.19.3): ... this. Update version and origin. * gnu/packages/gtk.scm (gtk+)[native-inputs]: Adjust accordingly. [arguments]<#:disallowed-references>: Likewise.
This commit is contained in:
parent
7c42cc7738
commit
3433413b18
|
@ -691,9 +691,9 @@ application suites.")
|
||||||
("python-wrapper" ,python-wrapper)
|
("python-wrapper" ,python-wrapper)
|
||||||
;; By using a special xorg-server for GTK+'s tests, we reduce the impact
|
;; By using a special xorg-server for GTK+'s tests, we reduce the impact
|
||||||
;; of updating xorg-server directly on the master branch.
|
;; of updating xorg-server directly on the master branch.
|
||||||
("xorg-server" ,xorg-server-1.19.2)))
|
("xorg-server" ,xorg-server-1.19.3)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:disallowed-references (,xorg-server-1.19.2)
|
`(#:disallowed-references (,xorg-server-1.19.3)
|
||||||
;; 47 MiB goes to "out" (24 of which is locale data!), and 26 MiB goes
|
;; 47 MiB goes to "out" (24 of which is locale data!), and 26 MiB goes
|
||||||
;; to "doc".
|
;; to "doc".
|
||||||
#:configure-flags (list (string-append "--with-html-dir="
|
#:configure-flags (list (string-append "--with-html-dir="
|
||||||
|
|
|
@ -5106,11 +5106,11 @@ draggable titlebars and borders.")
|
||||||
(license license:x11)))
|
(license license:x11)))
|
||||||
|
|
||||||
;;; This package is intended to be used when building GTK+.
|
;;; This package is intended to be used when building GTK+.
|
||||||
(define-public xorg-server-1.19.2
|
(define-public xorg-server-1.19.3
|
||||||
(package
|
(package
|
||||||
(inherit xorg-server)
|
(inherit xorg-server)
|
||||||
(name "xorg-server")
|
(name "xorg-server")
|
||||||
(version "1.19.2")
|
(version "1.19.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -5119,7 +5119,7 @@ draggable titlebars and borders.")
|
||||||
name "-" version ".tar.bz2"))
|
name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fw4b2lf75nsqkiyhn95b1c2if1l3cw5a188a1szx1d8l7sbk2jg"))))))
|
"162s1v901djr57gxmmk4airk8hiwcz79dqyz72972x1lw1k82yk7"))))))
|
||||||
|
|
||||||
(define-public xorg-server-xwayland
|
(define-public xorg-server-xwayland
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue