[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#75160] [PATCH xorg-updates 087/109] gnu: xcb-util-errors: Update to
From: |
iyzsong |
Subject: |
[bug#75160] [PATCH xorg-updates 087/109] gnu: xcb-util-errors: Update to 1.0.1. |
Date: |
Sat, 28 Dec 2024 19:15:58 +0800 |
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xcb-util-errors): Update to 1.0.1.
Change-Id: I43b48895b9654df48bbc9898f702e24b401c8e16
---
gnu/packages/xorg.scm | 72 +++++++++++++++++--------------------------
1 file changed, 28 insertions(+), 44 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 0d7f46d2cc..9d56f8ba49 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5599,49 +5599,33 @@ (define-public xcb-util-cursor
"See COPYING in the distribution."))))
(define-public xcb-util-errors
- (let ((commit "5d660ebe872cadcdc85de9d6f9afe05de629c030")
- (revision "1"))
- (package
- (name "xcb-util-errors")
- (version (git-version "1.0" revision commit))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url
"https://anongit.freedesktop.org/git/xcb/util-errors.git")
- (commit commit)
- (recursive? #t)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "12bah0iz5k6b9hwlc5zffyfg2gnrajll3gn5s8zmazgynvw72ahg"))))
- (build-system gnu-build-system)
- (outputs '("out"))
- (inputs
- (list util-macros xcb-proto))
- (propagated-inputs
- (list libxcb))
- (native-inputs
- `(("autoconf" ,autoconf)
- ("automake" ,automake)
- ("libtool" ,libtool)
- ("python" ,python-wrapper)
- ("pkg-config" ,pkg-config)
- ,@(if (%current-target-system)
- `(("libxcb" ,libxcb))
- `())))
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (replace 'bootstrap
- (lambda _
- ;; The default 'bootstrap' phase would run 'autogen.sh', which
- ;; would try to run ./configure and fail due to unpatched
- ;; shebangs.
- (invoke "autoreconf" "-v" "--install"))))))
- (home-page "https://cgit.freedesktop.org/xcb/util-errors/")
- (synopsis "XCB helper library for printing information about X11 errors")
- (description
- "The XCB util module provides a number of libraries which sit on
+ (package
+ (name "xcb-util-errors")
+ (version "1.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://xcb.freedesktop.org/dist/"
+ "xcb-util-errors-" version ".tar.xz"))
+ (sha256
+ (base32 "0mzkh3xj1n690dw8hrdhyjykd71ib0ls9n5cgf9asna2k1xwha2n"))))
+ (build-system gnu-build-system)
+ (outputs '("out"))
+ (inputs
+ (list util-macros xcb-proto))
+ (propagated-inputs
+ (list libxcb))
+ (native-inputs
+ `(("m4" ,m4)
+ ("python" ,python-wrapper)
+ ("pkg-config" ,pkg-config)
+ ,@(if (%current-target-system)
+ `(("libxcb" ,libxcb))
+ `())))
+ (home-page "https://cgit.freedesktop.org/xcb/util-errors/")
+ (synopsis "XCB helper library for printing information about X11 errors")
+ (description
+ "The XCB util module provides a number of libraries which sit on
top of libxcb, the core X protocol library, and some of the extension
libraries. These experimental libraries provide convenience functions
and interfaces which make the raw X protocol more usable. Some of the
@@ -5651,7 +5635,7 @@ (define-public xcb-util-errors
The XCB util-errors module provides a utility library that gives human
readable names to error codes, event codes, and also to major and minor
numbers.")
- (license license:x11))))
+ (license license:x11)))
(define-public xcb-util-image
(package
--
2.46.0
- [bug#75160] [PATCH xorg-updates 043/109] gnu: xfontsel: Update to 1.1.1., (continued)
- [bug#75160] [PATCH xorg-updates 043/109] gnu: xfontsel: Update to 1.1.1., iyzsong, 2024/12/28
- [bug#75160] [PATCH xorg-updates 049/109] gnu: xrdb: Update 1.2.2., iyzsong, 2024/12/28
- [bug#75160] [PATCH xorg-updates 051/109] gnu: xtrans: Update to 1.5.2., iyzsong, 2024/12/28
- [bug#75160] [PATCH xorg-updates 050/109] gnu: xrefresh: Update to 1.1.0., iyzsong, 2024/12/28
- [bug#75160] [PATCH xorg-updates 100/109] gnu: xf86-video-fbdev: Update to 0.5.1., iyzsong, 2024/12/28
- [bug#75160] [PATCH xorg-updates 094/109] gnu: xf86-input-libinput: Update to 1.5.0., iyzsong, 2024/12/28
- [bug#75160] [PATCH xorg-updates 093/109] gnu: xf86-input-evdev: Update to 2.11.0., iyzsong, 2024/12/28
- [bug#75160] [PATCH xorg-updates 088/109] gnu: libxfont2: Update to 2.0.7., iyzsong, 2024/12/28
- [bug#75160] [PATCH xorg-updates 095/109] gnu: xf86-input-keyboard: Update to 2.1.0., iyzsong, 2024/12/28
- [bug#75160] [PATCH xorg-updates 098/109] gnu: xf86-video-amdgpu: Update to 23.0.0., iyzsong, 2024/12/28
- [bug#75160] [PATCH xorg-updates 087/109] gnu: xcb-util-errors: Update to 1.0.1.,
iyzsong <=
- [bug#75160] [PATCH xorg-updates 089/109] gnu: xf86-video-ark: Update to 0.7.6., iyzsong, 2024/12/28
- [bug#75160] [PATCH xorg-updates 081/109] gnu: libxaw3d: Update to 1.6.6., iyzsong, 2024/12/28
- [bug#75160] [PATCH xorg-updates 083/109] gnu: xmag: Update to 1.0.8., iyzsong, 2024/12/28
- [bug#75160] [PATCH xorg-updates 071/109] gnu: libx11: Update to 1.8.10., iyzsong, 2024/12/28
- [bug#75160] [PATCH xorg-updates 085/109] gnu: xterm: Update to 396., iyzsong, 2024/12/28
- [bug#75160] [PATCH xorg-updates 073/109] gnu: libxt: Update to 1.3.1., iyzsong, 2024/12/28
- [bug#75160] [PATCH xorg-updates 066/109] gnu: libxrandr: Update to 1.5.4., iyzsong, 2024/12/28
- [bug#75160] [PATCH xorg-updates 082/109] gnu: libxpresent: Update to 1.0.1., iyzsong, 2024/12/28
- [bug#75160] [PATCH xorg-updates 084/109] gnu: xmessage: Update to 1.0.7., iyzsong, 2024/12/28
- [bug#75160] [PATCH xorg-updates 076/109] gnu: xcb-util-cursor: Update to 0.1.5., iyzsong, 2024/12/28