gnu: libxcursor: Remove graft for 1.1.15.
* gnu/packages/xorg.scm (libxcursor): Update to 1.1.5. (libxcursor-1.1.15): Remove variable.
This commit is contained in:
parent
2664e0f680
commit
fa9fcd35bb
|
@ -5296,8 +5296,7 @@ draggable titlebars and borders.")
|
||||||
(define-public libxcursor
|
(define-public libxcursor
|
||||||
(package
|
(package
|
||||||
(name "libxcursor")
|
(name "libxcursor")
|
||||||
(version "1.1.14")
|
(version "1.1.15")
|
||||||
(replacement libxcursor-1.1.15)
|
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -5307,7 +5306,7 @@ draggable titlebars and borders.")
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1prkdicl5y5yx32h1azh6gjfbijvjp415javv8dsakd13jrarilv"))))
|
"0syzlfvh29037p0vnlc8f3jxz8nl55k65blswsakklkwsc6nfki9"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("libx11" ,libx11)
|
`(("libx11" ,libx11)
|
||||||
|
@ -5330,19 +5329,6 @@ draggable titlebars and borders.")
|
||||||
(description "Xorg Cursor management library.")
|
(description "Xorg Cursor management library.")
|
||||||
(license license:x11)))
|
(license license:x11)))
|
||||||
|
|
||||||
;; For CVE-2017-16612.
|
|
||||||
(define-public libxcursor-1.1.15
|
|
||||||
(package
|
|
||||||
(inherit libxcursor)
|
|
||||||
(version "1.1.15")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "mirror://xorg/individual/lib/libXcursor-"
|
|
||||||
version ".tar.bz2"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0syzlfvh29037p0vnlc8f3jxz8nl55k65blswsakklkwsc6nfki9"))))))
|
|
||||||
|
|
||||||
(define-public libxt
|
(define-public libxt
|
||||||
(package
|
(package
|
||||||
(name "libxt")
|
(name "libxt")
|
||||||
|
|
Loading…
Reference in New Issue