iyzsong pushed a commit to branch xorg-updates
in repository guix.
commit 24e0ea049f9dd11f704db2e47dc795f5381a5fbd
Author: Sou Bunnbu (宋文武) <[email protected]>
AuthorDate: Sat Dec 28 16:22:34 2024 +0800
gnu: xorgproto: Update to 2024.1.
* gnu/packages/xorg.scm (xorgproto): Update to 2024.1.
(xorgproto-2024): Remove package.
(xorg-server-wayland)[inputs]: Replace xorgproto-2024 with xorgproto.
Change-Id: I330362aae60521c73928e1f2d4ceda05a922240d
---
gnu/packages/xorg.scm | 18 +++---------------
1 file changed, 3 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 34478a02bd..e60ea4e27f 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -254,14 +254,14 @@ which can be read by any architecture.")
(define-public xorgproto
(package
(name "xorgproto")
- (version "2023.2")
+ (version "2024.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/proto"
"/xorgproto-" version ".tar.xz"))
(sha256
(base32
- "0b4c27aq25w1fccks49p020avf9jzh75kaq5qwnww51bp1yvq7xn"))))
+ "0nfbbi4j130m2gxzp20hp642xizbbl68jpbzahiq8nw183yja8ip"))))
(build-system gnu-build-system)
(propagated-inputs
;; To get util-macros in (almost?) all package inputs.
@@ -273,18 +273,6 @@ which can be read by any architecture.")
the core protocol and (many) extensions for the X Window System.")
(license license:x11)))
-(define-public xorgproto-2024
- (package
- (inherit xorgproto)
- (version "2024.1")
- (source (origin
- (method url-fetch)
- (uri (string-append "mirror://xorg/individual/proto"
- "/xorgproto-" version ".tar.xz"))
- (sha256
- (base32
- "0nfbbi4j130m2gxzp20hp642xizbbl68jpbzahiq8nw183yja8ip"))))))
-
(define-public bigreqsproto
(package
(name "bigreqsproto")
@@ -5379,7 +5367,7 @@ EGLStream families of extensions.")
wayland-protocols
xkbcomp
xkeyboard-config
- xorgproto-2024
+ xorgproto
xtrans))
(native-inputs (cons pkg-config
(if (%current-target-system)