[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#75160] [PATCH xorg-updates 005/109] gnu: xorgproto: Update to 2024.
From: |
iyzsong |
Subject: |
[bug#75160] [PATCH xorg-updates 005/109] gnu: xorgproto: Update to 2024.1. |
Date: |
Sat, 28 Dec 2024 19:14:36 +0800 |
From: 宋文武 <iyzsong@member.fsf.org>
* 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 5251f436d6..04cee9da29 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -253,14 +253,14 @@ (define-public bdftopcf
(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.
@@ -272,18 +272,6 @@ (define-public xorgproto
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")
@@ -5378,7 +5366,7 @@ (define-public xorg-server-xwayland
wayland-protocols
xkbcomp
xkeyboard-config
- xorgproto-2024
+ xorgproto
xtrans))
(native-inputs (cons pkg-config
(if (%current-target-system)
--
2.46.0
- [bug#75160] [PATCH xorg-updates 000/109] Xorg updates, iyzsong, 2024/12/28
- [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8., iyzsong, 2024/12/28
- [bug#75160] [PATCH xorg-updates 002/109] gnu: imake: Update to 1.0.10., iyzsong, 2024/12/28
- [bug#75160] [PATCH xorg-updates 005/109] gnu: xorgproto: Update to 2024.1.,
iyzsong <=
- [bug#75160] [PATCH xorg-updates 003/109] gnu: lndir: Update to 1.0.5., iyzsong, 2024/12/28
- [bug#75160] [PATCH xorg-updates 004/109] gnu: util-macros: Update to 1.20.2., iyzsong, 2024/12/28
- [bug#75160] [PATCH xorg-updates 006/109] gnu: gccmakedep: Update to 1.0.4., iyzsong, 2024/12/28
- [bug#75160] [PATCH xorg-updates 008/109] gnu: fonttosfnt: Update to 1.2.4., iyzsong, 2024/12/28
- [bug#75160] [PATCH xorg-updates 007/109] gnu: transset: Update to 1.0.4., iyzsong, 2024/12/28
- [bug#75160] [PATCH xorg-updates 009/109] gnu: font-util: Update to 1.4.1., iyzsong, 2024/12/28
- [bug#75160] [PATCH xorg-updates 010/109] gnu: encodings: Update to 1.1.0., iyzsong, 2024/12/28
- [bug#75160] [PATCH xorg-updates 012/109] gnu: iceauth: Update to 1.0.10., iyzsong, 2024/12/28
- [bug#75160] [PATCH xorg-updates 013/109] gnu: libdmx: Update to 1.1.5., iyzsong, 2024/12/28
- [bug#75160] [PATCH xorg-updates 011/109] gnu: editres: Update to 1.0.9., iyzsong, 2024/12/28