* [bug#75160] [PATCH xorg-updates 002/109] gnu: imake: Update to 1.0.10.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
@ 2024-12-28 11:14 ` iyzsong--- via Guix-patches via
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 003/109] gnu: lndir: Update to 1.0.5 iyzsong--- via Guix-patches via
` (106 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:14 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (imake): Update to 1.0.10.
Change-Id: Ia219dd5212f0a320b8df1e220d5773d617a3e86b
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 4cd794066f..46e2eab477 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -158,14 +158,14 @@ (define xorg-cf-files
(define-public imake
(package
(name "imake")
- (version "1.0.9")
+ (version "1.0.10")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/util/imake-"
version ".tar.xz"))
(sha256
- (base32 "10wgw3l0rsnvc2191awyg5j24n3g552xgc671qr5vnbliwkrvpkj"))))
+ (base32 "1xgcsamfij22ggc4p8anvvihwyf4adg6gjdd6v7m9cypm37cppkm"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 003/109] gnu: lndir: Update to 1.0.5.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 002/109] gnu: imake: Update to 1.0.10 iyzsong--- via Guix-patches via
@ 2024-12-28 11:14 ` iyzsong--- via Guix-patches via
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 004/109] gnu: util-macros: Update to 1.20.2 iyzsong--- via Guix-patches via
` (105 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:14 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (lndir): Update to 1.0.5.
Change-Id: I8b7b070b69f00f5c88ad463895cffc4fb76ac3fa
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 46e2eab477..a623a5c06b 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -206,7 +206,7 @@ (define-public imake
(define-public lndir
(package
(name "lndir")
- (version "1.0.4")
+ (version "1.0.5")
(source (origin
(method url-fetch)
(uri (string-append
@@ -214,7 +214,7 @@ (define-public lndir
"lndir-" version ".tar.xz"))
(sha256
(base32
- "11syg5hx3f7m1d2p7zw717lryk819h6wk8h4vmapfdxvsflkfd1y"))))
+ "1nsd23kz6iqxfcis3432zq01i54n98b94m2gcsay1k3mamx5fr9v"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 004/109] gnu: util-macros: Update to 1.20.2.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 002/109] gnu: imake: Update to 1.0.10 iyzsong--- via Guix-patches via
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 003/109] gnu: lndir: Update to 1.0.5 iyzsong--- via Guix-patches via
@ 2024-12-28 11:14 ` iyzsong--- via Guix-patches via
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 005/109] gnu: xorgproto: Update to 2024.1 iyzsong--- via Guix-patches via
` (104 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:14 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (util-macros): Update to 1.20.2.
Change-Id: I1d352d9a47314fab3c44a273e9c2839ac1f62cae
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index a623a5c06b..5251f436d6 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2001,17 +2001,17 @@ (define-public smproxy
(define-public util-macros
(package
(name "util-macros")
- (version "1.19.3")
+ (version "1.20.2")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/util/util-macros-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "0w8ryfqylprz37zj9grl4jzdsqq67ibfwq5raj7vm1i7kmp2x08g"))))
+ "13ifr0dabci130xk04kp9bq16g9kbyzf8x1mgdyjsrsglbmnkhls"))))
(build-system gnu-build-system)
(native-inputs (list pkg-config))
(arguments
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 005/109] gnu: xorgproto: Update to 2024.1.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (2 preceding siblings ...)
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 004/109] gnu: util-macros: Update to 1.20.2 iyzsong--- via Guix-patches via
@ 2024-12-28 11:14 ` iyzsong--- via Guix-patches via
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 006/109] gnu: gccmakedep: Update to 1.0.4 iyzsong--- via Guix-patches via
` (103 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:14 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
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
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 006/109] gnu: gccmakedep: Update to 1.0.4.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (3 preceding siblings ...)
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 005/109] gnu: xorgproto: Update to 2024.1 iyzsong--- via Guix-patches via
@ 2024-12-28 11:14 ` iyzsong--- via Guix-patches via
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 007/109] gnu: transset: " iyzsong--- via Guix-patches via
` (102 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:14 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (gccmakedep): Update to 1.0.4.
Change-Id: If3686c7489ecec0ba704ba561f345bd9a4024b86
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 04cee9da29..6a9a53a4de 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6683,14 +6683,14 @@ (define-public xcur2png
(define-public gccmakedep
(package
(name "gccmakedep")
- (version "1.0.3")
+ (version "1.0.4")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/util/gccmakedep-"
- version ".tar.bz2"))
+ version ".tar.xz"))
(sha256
- (base32 "1r1fpy5ni8chbgx7j5sz0008fpb6vbazpy1nifgdhgijyzqxqxdj"))))
+ (base32 "1di5rxv930nhf5ls07fx04l0lqsakxycplmrx4kc6qzvd63zk22h"))))
(build-system gnu-build-system)
(synopsis "Create dependencies in makefiles using 'gcc -M'")
(description
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 007/109] gnu: transset: Update to 1.0.4.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (4 preceding siblings ...)
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 006/109] gnu: gccmakedep: Update to 1.0.4 iyzsong--- via Guix-patches via
@ 2024-12-28 11:14 ` iyzsong--- via Guix-patches via
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 008/109] gnu: fonttosfnt: Update to 1.2.4 iyzsong--- via Guix-patches via
` (101 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:14 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (transset): Update to 1.0.4.
Change-Id: I94ad9c4023363d4016588bff04dc1180d86575ab
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 6a9a53a4de..a515c225a9 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6516,14 +6516,14 @@ (define-public keynav
(define-public transset
(package
(name "transset")
- (version "1.0.3")
+ (version "1.0.4")
(source (origin
(method url-fetch)
(uri (string-append "https://www.x.org/releases/individual/app/"
name "-" version ".tar.gz"))
(sha256
(base32
- "095q1xnr0m1y88gkk85g64plypk813fif0gcfm9bxpmc3nl0vfmd"))))
+ "1hw0sacfa2r18zv1jj47y5blrsb3b5w0yrp5yq9bj3d434k5lhsp"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 008/109] gnu: fonttosfnt: Update to 1.2.4.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (5 preceding siblings ...)
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 007/109] gnu: transset: " iyzsong--- via Guix-patches via
@ 2024-12-28 11:14 ` iyzsong--- via Guix-patches via
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 009/109] gnu: font-util: Update to 1.4.1 iyzsong--- via Guix-patches via
` (100 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:14 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (fonttosfnt): Update to 1.2.4.
Change-Id: I42d825dbf1fcae01450c953cb8bd39a2659b687d
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index a515c225a9..c091da855c 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -482,14 +482,14 @@ (define-public encodings
(define-public fonttosfnt
(package
(name "fonttosfnt")
- (version "1.2.2")
+ (version "1.2.4")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/app/"
"fonttosfnt-" version ".tar.gz"))
(sha256
- (base32 "0j66hv6z2bh4q88kbhncakyfpxqs71jmwn8pqw4gyfpn71y324c1"))))
+ (base32 "03yzsfzxd3ik126fnh2sn7fsyxsvjv83bzj946w3c4qh2y6aqh34"))))
(build-system gnu-build-system)
(native-inputs (list pkg-config))
(inputs (list freetype libfontenc xorgproto))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 009/109] gnu: font-util: Update to 1.4.1.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (6 preceding siblings ...)
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 008/109] gnu: fonttosfnt: Update to 1.2.4 iyzsong--- via Guix-patches via
@ 2024-12-28 11:14 ` iyzsong--- via Guix-patches via
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 010/109] gnu: encodings: Update to 1.1.0 iyzsong--- via Guix-patches via
` (99 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:14 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (font-util): Update to 1.4.1.
Change-Id: Ia8bb1fc589c7d062434020de543426c52f6e2e52
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index c091da855c..b7a6fdb9fb 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -866,14 +866,14 @@ (define-public font-sun-misc
(define-public font-util
(package
(name "font-util")
- (version "1.3.3")
+ (version "1.4.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/font/font-util-"
version ".tar.xz"))
(sha256
- (base32 "1lpb5qd2drilql4wl644m682hvmv67hdbbisnrm0ah4wfy8ci4g7"))))
+ (base32 "15fcd3rzlgm51fwgfapg6vzyd1kkd28rj149xq7iajqr7h9697sw"))))
(build-system gnu-build-system)
(native-inputs (list pkg-config))
(home-page "https://www.x.org/wiki/")
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 010/109] gnu: encodings: Update to 1.1.0.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (7 preceding siblings ...)
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 009/109] gnu: font-util: Update to 1.4.1 iyzsong--- via Guix-patches via
@ 2024-12-28 11:14 ` iyzsong--- via Guix-patches via
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 011/109] gnu: editres: Update to 1.0.9 iyzsong--- via Guix-patches via
` (98 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:14 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (encodings): Update to 1.1.0.
Change-Id: Icf54b567da1d456b53d336a764188fb76c69f952
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index b7a6fdb9fb..c3e8995741 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -461,14 +461,14 @@ (define-public editres
(define-public encodings
(package
(name "encodings")
- (version "1.0.6")
+ (version "1.1.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/font/encodings-"
version ".tar.xz"))
(sha256
- (base32 "09pwhj8arm9hx0819m1yykaw9n77lxavaq4gn4iacd8zcvg03qvp"))))
+ (base32 "0xg99nmpvik6vaz4h03xay7rx0r3bf5a8azkjlpa3ksn2xi3rwcz"))))
(build-system gnu-build-system)
(inputs
(list mkfontscale))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 011/109] gnu: editres: Update to 1.0.9.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (8 preceding siblings ...)
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 010/109] gnu: encodings: Update to 1.1.0 iyzsong--- via Guix-patches via
@ 2024-12-28 11:14 ` iyzsong--- via Guix-patches via
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 012/109] gnu: iceauth: Update to 1.0.10 iyzsong--- via Guix-patches via
` (97 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:14 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (editres): Update to 1.0.9.
[inputs]: Add libxkbfile.
Change-Id: I38af3b27a89d227f8b711089b7c0805a520716ed
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index c3e8995741..b59a9ec426 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -427,7 +427,7 @@ (define-public %app-defaults-dir "/lib/X11/app-defaults")
(define-public editres
(package
(name "editres")
- (version "1.0.8")
+ (version "1.0.9")
(source
(origin
(method url-fetch)
@@ -436,14 +436,14 @@ (define-public editres
version
".tar.xz"))
(sha256
- (base32 "1ydn32x9qh2zkn90w6nfv33gcq75z67w93bakkykadl8n7zmvkw3"))))
+ (base32 "1imk7mgdc3q9lf058xisajij374x8r31ynvqmwbs9khfdxx3zz6d"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
(list (string-append "--with-appdefaultdir="
%output ,%app-defaults-dir))))
(inputs
- (list libxaw libxmu libxt))
+ (list libxaw libxkbfile libxmu libxt))
(native-inputs
(list pkg-config))
(home-page "https://www.x.org/wiki/")
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 012/109] gnu: iceauth: Update to 1.0.10.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (9 preceding siblings ...)
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 011/109] gnu: editres: Update to 1.0.9 iyzsong--- via Guix-patches via
@ 2024-12-28 11:14 ` iyzsong--- via Guix-patches via
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 013/109] gnu: libdmx: Update to 1.1.5 iyzsong--- via Guix-patches via
` (96 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:14 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (iceauth): Update to 1.0.10.
Change-Id: I5881cbeed376898f3a310a41d3116fe765d6f733
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index b59a9ec426..90923d085b 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -991,7 +991,7 @@ (define-public ghc-xcb-types
(define-public iceauth
(package
(name "iceauth")
- (version "1.0.9")
+ (version "1.0.10")
(source
(origin
(method url-fetch)
@@ -1000,7 +1000,7 @@ (define-public iceauth
version
".tar.xz"))
(sha256
- (base32 "01cc816fvdkkfcnqnyvgcshcip2jzjivwa8hzdvsz0snak5xzf9c"))))
+ (base32 "0ad0kbr5bfdk9na3jmjpg26gd6hwv4lxja2nkdwxrybal9yzpvix"))))
(build-system gnu-build-system)
(inputs
(list libice))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 013/109] gnu: libdmx: Update to 1.1.5.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (10 preceding siblings ...)
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 012/109] gnu: iceauth: Update to 1.0.10 iyzsong--- via Guix-patches via
@ 2024-12-28 11:14 ` iyzsong--- via Guix-patches via
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 014/109] gnu: libxshmfence: Update to 1.3.3 iyzsong--- via Guix-patches via
` (95 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:14 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (libdmx): Update to 1.1.5.
Change-Id: I6974b1e8bc6dfa19b3f41539e658e95793a15705
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 90923d085b..09134af393 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1069,17 +1069,17 @@ (define-public kbproto
(define-public libdmx
(package
(name "libdmx")
- (version "1.1.4")
+ (version "1.1.5")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/lib/libdmx-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "0hvjfhrcym770cr0zpqajdy3cda30aiwbjzv16iafkqkbl090gr5"))))
+ "0kzprd1ak3m3042m5hra50nsagswciis9p21ckilyaqbidmf591m"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 014/109] gnu: libxshmfence: Update to 1.3.3.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (11 preceding siblings ...)
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 013/109] gnu: libdmx: Update to 1.1.5 iyzsong--- via Guix-patches via
@ 2024-12-28 11:14 ` iyzsong--- via Guix-patches via
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 015/109] gnu: bdftopcf: Update to 1.1.2 iyzsong--- via Guix-patches via
` (94 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:14 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (libxshmfence): Update to 1.3.3.
Change-Id: Id4b27ca23df5af10308d1fad61b9e0ce27ce00f8
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 09134af393..4a5ebce504 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1096,15 +1096,15 @@ (define-public libdmx
(define-public libxshmfence
(package
(name "libxshmfence")
- (version "1.3")
+ (version "1.3.3")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/lib/"
- name "-" version ".tar.bz2"))
+ name "-" version ".tar.xz"))
(sha256
(base32
- "1ir0j92mnd1nk37mrv9bz5swnccqldicgszvfsh62jd14q6k115q"))))
+ "046y7zn8agp8kdr1lg11yyvpx90i9sjf77h25jhgx5msd84xz96l"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 015/109] gnu: bdftopcf: Update to 1.1.2.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (12 preceding siblings ...)
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 014/109] gnu: libxshmfence: Update to 1.3.3 iyzsong--- via Guix-patches via
@ 2024-12-28 11:14 ` iyzsong--- via Guix-patches via
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 016/109] gnu: libfontenc: Update to 1.1.8 iyzsong--- via Guix-patches via
` (93 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:14 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (bdftopcf): Update to 1.1.2.
Change-Id: I6bd2e9a9c96069f861ccf31f62201195c17c821c
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 4a5ebce504..a79f4e4145 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -229,14 +229,14 @@ (define-public lndir
(define-public bdftopcf
(package
(name "bdftopcf")
- (version "1.1.1")
+ (version "1.1.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/util/"
"bdftopcf-" version ".tar.xz"))
(sha256
- (base32 "026rzs92h9jsc7r0kvvyvwhm22q0805gp38rs14x6ghg7kam7j8i"))))
+ (base32 "0fjjn1z0cbsmhxkms93w73j2jbzf9f3xgbnjvnisl3rk0icvwq5w"))))
(build-system gnu-build-system)
(inputs
(list libxfont2))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 016/109] gnu: libfontenc: Update to 1.1.8.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (13 preceding siblings ...)
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 015/109] gnu: bdftopcf: Update to 1.1.2 iyzsong--- via Guix-patches via
@ 2024-12-28 11:14 ` iyzsong--- via Guix-patches via
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 017/109] gnu: libfs: Update to 1.0.10 iyzsong--- via Guix-patches via
` (92 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:14 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (libfontenc): Update to 1.1.8.
Change-Id: I673f06f4d34aefb7b9c20e581b12624facaf8e5e
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index a79f4e4145..562ff9848f 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1122,17 +1122,17 @@ (define-public libxshmfence
(define-public libfontenc
(package
(name "libfontenc")
- (version "1.1.4")
+ (version "1.1.8")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/lib/libfontenc-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "0y90170dp8wsidr1dzza0grxr1lfh30ji3b5vkjz4j6x1n0wxz1c"))))
+ "1ihlznj4m49jn1887cr86qqhrrlghvbfj7bbh230svi30pac60kv"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 017/109] gnu: libfs: Update to 1.0.10.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (14 preceding siblings ...)
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 016/109] gnu: libfontenc: Update to 1.1.8 iyzsong--- via Guix-patches via
@ 2024-12-28 11:14 ` iyzsong--- via Guix-patches via
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 018/109] gnu: libpciaccess: Update to 0.18.1 iyzsong--- via Guix-patches via
` (91 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:14 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (libfs): Update to 1.0.10.
Change-Id: I402c9da76984c8618f5e2b8ca5956c889d7faf56
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 562ff9848f..9f067acf87 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1148,14 +1148,14 @@ (define-public libfontenc
(define-public libfs
(package
(name "libfs")
- (version "1.0.9")
+ (version "1.0.10")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/lib/libFS-" version ".tar.xz"))
(sha256
- (base32 "12i0zh1v5zlba617nam8sjhfqi68qqnl7z5hsz3wqhijid1pjwsr"))))
+ (base32 "0xrv9x5v6km7ib3d5k9xr704xkhfvigh8i507mb9i706hqybvawv"))))
(build-system gnu-build-system)
(inputs
(list xtrans xorgproto))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 018/109] gnu: libpciaccess: Update to 0.18.1.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (15 preceding siblings ...)
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 017/109] gnu: libfs: Update to 1.0.10 iyzsong--- via Guix-patches via
@ 2024-12-28 11:14 ` iyzsong--- via Guix-patches via
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 019/109] gnu: libsm: Update to 1.2.5 iyzsong--- via Guix-patches via
` (90 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:14 UTC (permalink / raw)
To: 75160; +Cc: 宋文武, Janneke Nieuwenhuizen
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (libpciaccess): Update to 0.18.1.
Switch to meson-build-system.
(libpciaccess-0.17): Remove package.
* gnu/packages/patches/libpciaccess-hurd64.patch: Remove patch.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/hurd.scm (hurd, netdde, rumpkernel): Use libpciaccess.
Change-Id: I12c2ca80f7e9e404d80303b326bcfd36a8839723
---
gnu/local.mk | 1 -
gnu/packages/hurd.scm | 8 +--
.../patches/libpciaccess-hurd64.patch | 58 -------------------
gnu/packages/xorg.scm | 58 ++++---------------
4 files changed, 16 insertions(+), 109 deletions(-)
delete mode 100644 gnu/packages/patches/libpciaccess-hurd64.patch
diff --git a/gnu/local.mk b/gnu/local.mk
index 84160f407a..90a4896fa1 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1731,7 +1731,6 @@ dist_patch_DATA = \
%D%/packages/patches/libmpeg2-global-symbol-test.patch \
%D%/packages/patches/libmygpo-qt-fix-qt-5.11.patch \
%D%/packages/patches/libmygpo-qt-missing-qt5-modules.patch \
- %D%/packages/patches/libpciaccess-hurd64.patch \
%D%/packages/patches/libphonenumber-reproducible-build.patch \
%D%/packages/patches/libqalculate-3.8.0-libcurl-ssl-fix.patch \
%D%/packages/patches/libquicktime-ffmpeg.patch \
diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 4342686517..7a7f621e40 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -48,7 +48,7 @@ (define-module (gnu packages hurd)
#:use-module (gnu packages bash)
#:use-module (gnu packages texinfo)
#:use-module (gnu packages onc-rpc)
- #:use-module (gnu packages xorg) ;libpciaccess-0.17
+ #:use-module (gnu packages xorg) ;libpciaccess
#:use-module (guix git-download)
#:use-module (ice-9 match))
@@ -572,7 +572,7 @@ (define-public hurd
`(("libgcrypt" ,libgcrypt) ;for /hurd/random
("libdaemon" ,libdaemon) ;for /bin/console --daemonize
("unifont" ,unifont)
- ("libpciaccess" ,libpciaccess-0.17) ;need libpciaccess > 0.16
+ ("libpciaccess" ,libpciaccess)
;; For NFS support
("libtirpc" ,libtirpc/hurd)
@@ -700,7 +700,7 @@ (define-public netdde
(install-file "netdde" hurd)
(install-file "netdde.static" hurd)))))))
(inputs
- (list hurd libpciaccess-0.17 zlib `(,zlib "static")))
+ (list hurd libpciaccess zlib `(,zlib "static")))
(native-inputs
`(("coreutils" ,coreutils)
("gawk" ,gawk)
@@ -912,7 +912,7 @@ (define-public rumpkernel
(append (find-files "buildrump.sh/src" "librump.*[.](a|so.*)")
(find-files "obj" "librump.*[.](a|so.*)")))))))))
(inputs
- (list gnumach-headers libpciaccess-0.17))
+ (list gnumach-headers libpciaccess))
(native-inputs
(list autoconf
automake
diff --git a/gnu/packages/patches/libpciaccess-hurd64.patch b/gnu/packages/patches/libpciaccess-hurd64.patch
deleted file mode 100644
index f7e11059b1..0000000000
--- a/gnu/packages/patches/libpciaccess-hurd64.patch
+++ /dev/null
@@ -1,58 +0,0 @@
-Upstream-status: Taken from upstream:
-
-<https://gitlab.freedesktop.org/xorg/lib/libpciaccess/-/commit/6cd5a4afbb70868c7746de8d50dea59e02e9acf2>.
-
-From 6cd5a4afbb70868c7746de8d50dea59e02e9acf2 Mon Sep 17 00:00:00 2001
-From: Flavio Cruz <flaviocruz@gmail.com>
-Date: Wed, 28 Jun 2023 01:02:34 -0400
-Subject: [PATCH] Fix compilation warnings when building against hurd-amd64.
-Content-Transfer-Encoding: 8bit
-Content-Type: text/plain; charset=UTF-8
-
-Passes mach_msg_type_number_t instead of size_t which have different
-sizes. Example warning:
-
-/hurd_pci.c:101:53: warning: passing argument 3 of 'pci_get_dev_regions' from incompatible pointer type [-Wincompatible-pointer-types]
- 101 | err = pci_get_dev_regions(d->device_port, &buf, &size);
- | ^~~~~
- | |
- | size_t * {aka long unsigned int *}
----
- src/hurd_pci.c | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/src/hurd_pci.c b/src/hurd_pci.c
-index 8653e1b..9ac3813 100644
---- a/src/hurd_pci.c
-+++ b/src/hurd_pci.c
-@@ -82,7 +82,7 @@ pci_device_hurd_probe(struct pci_device *dev)
- struct pci_bar regions[6];
- struct pci_xrom_bar rom;
- struct pci_device_private *d;
-- size_t size;
-+ mach_msg_type_number_t size;
- char *buf;
-
- /* Many of the fields were filled in during initial device enumeration.
-@@ -323,7 +323,7 @@ pciclient_cfg_read(mach_port_t device_port, int reg, char *buf,
- size_t * nbytes)
- {
- int err;
-- size_t nread;
-+ mach_msg_type_number_t nread;
- char *data;
-
- data = buf;
-@@ -473,7 +473,7 @@ simple_readdir(mach_port_t port, uint32_t *first_entry)
- {
- char *data;
- int nentries = 0;
-- vm_size_t size;
-+ mach_msg_type_number_t size;
-
- dir_readdir (port, &data, &size, *first_entry, 1, 0, &nentries);
-
---
-Janneke Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond https://LilyPond.org
-Freelance IT https://www.JoyOfSource.com | Avatar® https://AvatarAcademy.com
-
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 9f067acf87..2b403ec9f2 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1172,72 +1172,38 @@ (define-public libfs
(define-public libpciaccess
(package
(name "libpciaccess")
- (version "0.16")
+ (version "0.18.1")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/lib/libpciaccess-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "12glp4w1kgvmqn89lk19cgr6jccd3awxra4dxisp7pagi06rsk11"))))
- (build-system gnu-build-system)
+ "0xpslrjnfrc1a7y8f8qwnd3wq24ndpj2q77ds12mbnwand239x2a"))))
+ (build-system meson-build-system)
(arguments
(list
;; Make sure libpciaccess can read compressed 'pci.ids' files as
;; provided by pciutils.
#:configure-flags
- #~(list "--with-zlib"
- (string-append "--with-pciids-path="
- (assoc-ref %build-inputs "pciutils")
- "/share/hwdata"))
-
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'install 'add-L-zlib
- (lambda* (#:key inputs outputs #:allow-other-keys)
- ;; Provide '-LZLIB/lib' next to '-lz' in the .la file.
- (let ((zlib (assoc-ref inputs "zlib"))
- (out (assoc-ref outputs "out")))
- (substitute* (string-append out "/lib/libpciaccess.la")
- (("-lz")
- (string-append "-L" zlib "/lib -lz")))
- #t)))
- #$@(if (target-hurd64?)
- #~((add-after 'unpack 'apply-hurd64-patch
- (lambda _
- (let ((patch-file
- #$(local-file
- (search-patch "libpciaccess-hurd64.patch"))))
- (invoke "patch" "--force" "-p1" "-i" patch-file)))))
- #~()))))
+ #~(list "-Dzlib=enabled"
+ (string-append "-Dpci-ids="
+ (assoc-ref %build-inputs "pciutils")
+ "/share/hwdata"))))
(inputs
- (list zlib pciutils)) ;for 'pci.ids.gz'
+ (list pciutils)) ;for 'pci.ids.gz'
+ (propagated-inputs
+ (list zlib)) ;in Requires.private of pciaccess.pc
(native-inputs
- (list pkg-config))
+ (list pkg-config))
(home-page "https://www.x.org/wiki/")
(synopsis "Xorg PCI access library")
(description "Xorg Generic PCI access library.")
(license license:x11)))
-(define-public libpciaccess-0.17
- (package
- (inherit libpciaccess)
- (name "libpciaccess")
- (version "0.17")
- (source
- (origin
- (method url-fetch)
- (uri (string-append
- "mirror://xorg/individual/lib/libpciaccess-"
- version
- ".tar.xz"))
- (sha256
- (base32
- "0wsvv5d05maqbidvnavka7n0fnql55m4jix5wwlk14blr6ikna3l"))))))
-
(define-public libpthread-stubs
(package
(name "libpthread-stubs")
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 019/109] gnu: libsm: Update to 1.2.5.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (16 preceding siblings ...)
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 018/109] gnu: libpciaccess: Update to 0.18.1 iyzsong--- via Guix-patches via
@ 2024-12-28 11:14 ` iyzsong--- via Guix-patches via
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 020/109] gnu: libxdmcp: Update to 1.1.5 iyzsong--- via Guix-patches via
` (89 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:14 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (libsm): Update to 1.2.5.
[propagated-inputs]: Add util-linux:lib and xorgproto.
Change-Id: Ie6fe2c6011528425fd540a1608320c4f21a5ec56
---
gnu/packages/xorg.scm | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 2b403ec9f2..c34ec9f850 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1233,25 +1233,26 @@ (define-public libpthread-stubs
(define-public libsm
(package
(name "libsm")
- (version "1.2.3")
+ (version "1.2.5")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/lib/libSM-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "1fwwfq9v3sqmpzpscymswxn76xhxnysa24pfim1mcpxhvjcl89id"))))
+ "1g10pn1zhcyc1ys8skp6p46gn6qgkif8kqdwlz1hsrzgllny3y9a"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
(propagated-inputs
- (list libice)) ; SMlib.h includes ICElib.h
- (inputs
- `(("xtrans" ,xtrans)
- ("libuuid" ,util-linux "lib")))
+ ;; In Require.private of sm.pc
+ (list libice
+ (list util-linux "lib")
+ xorgproto))
+ (inputs (list xtrans))
(native-inputs
(list pkg-config))
(home-page "https://www.x.org/wiki/")
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 020/109] gnu: libxdmcp: Update to 1.1.5.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (17 preceding siblings ...)
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 019/109] gnu: libsm: Update to 1.2.5 iyzsong--- via Guix-patches via
@ 2024-12-28 11:14 ` iyzsong--- via Guix-patches via
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 021/109] gnu: libxkbfile: Update to 1.1.3 iyzsong--- via Guix-patches via
` (88 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:14 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (libxdmcp): Update to 1.1.5.
Change-Id: Ie98ca8facd13c6b532e0aebb7f08264cf47bd5c8
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index c34ec9f850..31d66ea016 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1319,17 +1319,17 @@ (define-public libxcomposite
(define-public libxdmcp
(package
(name "libxdmcp")
- (version "1.1.3")
+ (version "1.1.5")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/lib/libXdmcp-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "0ab53h0rkq721ihk5hi469x500f3pgbkm1wy01yf24x5m923nli0"))))
+ "1312l8x3asib77wgf123w3nbabnky61mb6pnmmqapbf350l259fq"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 021/109] gnu: libxkbfile: Update to 1.1.3.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (18 preceding siblings ...)
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 020/109] gnu: libxdmcp: Update to 1.1.5 iyzsong--- via Guix-patches via
@ 2024-12-28 11:14 ` iyzsong--- via Guix-patches via
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 022/109] gnu: libxmu: Update to 1.2.1 iyzsong--- via Guix-patches via
` (87 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:14 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (libxkbfile): Update to 1.1.3.
Change-Id: I00641c585e2c3038a5909df9555d3e0b7891a163
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 31d66ea016..58f3808435 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1378,17 +1378,17 @@ (define-public libxft
(define-public libxkbfile
(package
(name "libxkbfile")
- (version "1.1.0")
+ (version "1.1.3")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/lib/libxkbfile-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "1irq9crvscd3yb8sr802dhvvfr35jdy1n2yz094xplmd42mbv3bm"))))
+ "1v2bhw1q1cj3wjfs0igq393iz10whcavbyxlm3k9xfvsk7m3xdm9"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 022/109] gnu: libxmu: Update to 1.2.1.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (19 preceding siblings ...)
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 021/109] gnu: libxkbfile: Update to 1.1.3 iyzsong--- via Guix-patches via
@ 2024-12-28 11:14 ` iyzsong--- via Guix-patches via
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 023/109] gnu: makedepend: Update to 1.0.9 iyzsong--- via Guix-patches via
` (86 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:14 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (libxmu): Update to 1.2.1.
[propagated-inputs]: Add libx11, libxt, xorgproto and libxext.
Change-Id: I7eb1595b0942b5a42d870a7943f3400bc884d944
---
gnu/packages/xorg.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 58f3808435..d60d6e675f 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1405,22 +1405,23 @@ (define-public libxkbfile
(define-public libxmu
(package
(name "libxmu")
- (version "1.1.3")
+ (version "1.2.1")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/lib/libXmu-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "0cdpqnx6258i4l6qhphvkdiyspysg0i5caqjy820kp63wwjk4d4w"))))
+ "1cp82iz7yki63iykvb3alwy4nwy01k2axi5rqpyfafca4j9pgcpw"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
- (inputs
- (list libxt xorgproto libxext))
+ (propagated-inputs
+ ;; In Requires or Requires.private of xmu.pc
+ (list libx11 libxt xorgproto libxext))
(native-inputs
(list pkg-config))
(home-page "https://www.x.org/wiki/")
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 023/109] gnu: makedepend: Update to 1.0.9.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (20 preceding siblings ...)
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 022/109] gnu: libxmu: Update to 1.2.1 iyzsong--- via Guix-patches via
@ 2024-12-28 11:14 ` iyzsong--- via Guix-patches via
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 024/109] gnu: mkfontscale: Update to 1.2.3 iyzsong--- via Guix-patches via
` (85 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:14 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (makedepend): Update to 1.0.9.
Change-Id: Ia87d47aadd62589fd858b6c6187a75d284bdfa4d
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index d60d6e675f..319202ac94 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1582,7 +1582,7 @@ (define-public luit
(define-public makedepend
(package
(name "makedepend")
- (version "1.0.8")
+ (version "1.0.9")
(source
(origin
(method url-fetch)
@@ -1592,7 +1592,7 @@ (define-public makedepend
".tar.xz"))
(sha256
(base32
- "0nxs5ibrghym3msbnh0b8i3yd3xgqandmrkc500jm6qq4n06zcmz"))))
+ "1m1dg32z22fw9shg0wsxw7dvdcnfm16gq9qxpkfxixpzb6vdxl4j"))))
(build-system gnu-build-system)
(inputs
(list xorgproto))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 024/109] gnu: mkfontscale: Update to 1.2.3.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (21 preceding siblings ...)
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 023/109] gnu: makedepend: Update to 1.0.9 iyzsong--- via Guix-patches via
@ 2024-12-28 11:14 ` iyzsong--- via Guix-patches via
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 025/109] gnu: setxkbmap: Update to 1.3.4 iyzsong--- via Guix-patches via
` (84 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:14 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (mkfontscale): Update to 1.2.3.
Change-Id: Ib8fc03d18f35614b4a5e81adab94e44f4304cd51
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 319202ac94..55a8bbef50 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1606,7 +1606,7 @@ (define-public makedepend
(define-public mkfontscale
(package
(name "mkfontscale")
- (version "1.2.2")
+ (version "1.2.3")
(source
(origin
(method url-fetch)
@@ -1615,7 +1615,7 @@ (define-public mkfontscale
version
".tar.xz"))
(sha256
- (base32 "1i6mw97r2s1rb6spjj8fbdsgw6197smaqq2haqgnwhz73xdzpqwa"))))
+ (base32 "0pp7dyfrrkrqxslk9q8660k0h4swaqlixsnnph2fxb7i8k1ws899"))))
(build-system gnu-build-system)
(inputs
(list zlib xorgproto freetype libfontenc))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 025/109] gnu: setxkbmap: Update to 1.3.4.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (22 preceding siblings ...)
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 024/109] gnu: mkfontscale: Update to 1.2.3 iyzsong--- via Guix-patches via
@ 2024-12-28 11:14 ` iyzsong--- via Guix-patches via
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 026/109] gnu: x11perf: Update to 1.7.0 iyzsong--- via Guix-patches via
` (83 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:14 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (setxkbmap): Update to 1.3.4.
[inputs]: Add libxrandr.
Change-Id: Ib8730fab2a47d1ae71b19cebfe73874984c20f8a
---
gnu/packages/xorg.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 55a8bbef50..1ebf6a6721 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1902,20 +1902,20 @@ (define-public sessreg
(define-public setxkbmap
(package
(name "setxkbmap")
- (version "1.3.2")
+ (version "1.3.4")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/app/setxkbmap-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "1xdrxs65v7d0rw1yaz0vsz55w4hxym99216p085ya9978j379wlg"))))
+ "1pps0x66512y3f7v6xgnb6gjbllsgi4q5zxmjcdiv60fsia8b3dy"))))
(build-system gnu-build-system)
(inputs
- (list libxkbfile xkeyboard-config libx11))
+ (list libxkbfile libxrandr xkeyboard-config libx11))
(native-inputs
(list pkg-config))
(arguments
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 026/109] gnu: x11perf: Update to 1.7.0.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (23 preceding siblings ...)
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 025/109] gnu: setxkbmap: Update to 1.3.4 iyzsong--- via Guix-patches via
@ 2024-12-28 11:14 ` iyzsong--- via Guix-patches via
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 027/109] gnu: xauth: Update to 1.1.3 iyzsong--- via Guix-patches via
` (82 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:14 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (x11perf): Update to 1.7.0.
Change-Id: I16aa796ece1eb09ac64c51d847f3139c08e77ec2
---
gnu/packages/xorg.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 1ebf6a6721..d51d2bdfa3 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2048,17 +2048,17 @@ (define-public windowswmproto
(define-public x11perf
(package
(name "x11perf")
- (version "1.6.1")
+ (version "1.7.0")
(source
(origin
(method url-fetch)
(uri (string-append
- "mirror://xorg/individual/app/x11perf-"
+ "mirror://xorg/individual/test/x11perf-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "0d3wh6z6znwhfdiv0zaggfj0xgish98xa10yy76b9517zj7hnzhw"))))
+ "0a0qm7y9qyyma4pd8plpm5npglcgd43z0bwkk2lp2qg9n220vy14"))))
(build-system gnu-build-system)
(inputs
(list libx11 libxft libxmu libxrender))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 027/109] gnu: xauth: Update to 1.1.3.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (24 preceding siblings ...)
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 026/109] gnu: x11perf: Update to 1.7.0 iyzsong--- via Guix-patches via
@ 2024-12-28 11:14 ` iyzsong--- via Guix-patches via
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 028/109] gnu: xbacklight: Update to 1.2.4 iyzsong--- via Guix-patches via
` (81 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:14 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xauth): Update to 1.1.3.
Change-Id: Id269e2226f1901cf5d644240869c7a708f5eee77
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index d51d2bdfa3..749151a533 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2073,14 +2073,14 @@ (define-public x11perf
(define-public xauth
(package
(name "xauth")
- (version "1.1.2")
+ (version "1.1.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/app/xauth-" version
".tar.xz"))
(sha256
- (base32 "0072ivzn4z59ysanz838nh8s4mcmdsx6q9xkvlfysv2k37ynmfkq"))))
+ (base32 "0cwxzq7lv932rcfad3baanr541qcjjdhyrhxy0bzjcp3pac581z7"))))
(build-system gnu-build-system)
(inputs
(list libxmu libxext libxau libx11))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 028/109] gnu: xbacklight: Update to 1.2.4.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (25 preceding siblings ...)
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 027/109] gnu: xauth: Update to 1.1.3 iyzsong--- via Guix-patches via
@ 2024-12-28 11:14 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 029/109] gnu: xbitmaps: Update to 1.1.3 iyzsong--- via Guix-patches via
` (80 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:14 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xbacklight): Update 1.2.4.
Change-Id: Idcf1029c67b2f794b4995124aaa04b2e7c45325b
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 749151a533..0b5d2cb88e 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2096,17 +2096,17 @@ (define-public xauth
(define-public xbacklight
(package
(name "xbacklight")
- (version "1.2.3")
+ (version "1.2.4")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/app/xbacklight-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "1plssg0s3pbslg6rfzxp9sx8ryvn8l32zyvc8zp9zsbsfwjg69rs"))))
+ "1vp890ic26y4k2l0haw94z4nim3j7gp3g9w5flw2zj0qdw70phyl"))))
(build-system gnu-build-system)
(inputs
(list libxcb xcb-util))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 029/109] gnu: xbitmaps: Update to 1.1.3.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (26 preceding siblings ...)
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 028/109] gnu: xbacklight: Update to 1.2.4 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 030/109] gnu: xcalc: Update to 1.1.2 iyzsong--- via Guix-patches via
` (79 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xbitmaps): Update to 1.1.3.
Change-Id: I74456208968dde70c25ee04b808bea8fa6ec3a0f
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 0b5d2cb88e..a9798065e7 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2124,17 +2124,17 @@ (define-public xbacklight
(define-public xbitmaps
(package
(name "xbitmaps")
- (version "1.1.2")
+ (version "1.1.3")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/data/xbitmaps-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "1vh73sc13s7w5r6gnc6irca56s7998bja7wgdivkfn8jccawgw5r"))))
+ "0yhgrllia3lbqx9b21w31w4sppx1a9ggrk62hrys2ckqi1aasv5d"))))
(build-system gnu-build-system)
(native-inputs (list pkg-config))
(home-page "https://www.x.org/wiki/")
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 030/109] gnu: xcalc: Update to 1.1.2.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (27 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 029/109] gnu: xbitmaps: Update to 1.1.3 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 031/109] gnu: xcb-proto: Update to 1.17.0 iyzsong--- via Guix-patches via
` (78 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xcalc): Update to 1.1.2.
Change-Id: If983637cdebf50a14bebfd41cc1d6bb9f8e03593
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index a9798065e7..5d741eeca1 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2147,14 +2147,14 @@ (define-public xbitmaps
(define-public xcalc
(package
(name "xcalc")
- (version "1.1.1")
+ (version "1.1.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/app/"
"xcalc-" version ".tar.gz"))
(sha256
- (base32 "0fwgnva716ymnrf8f4lvnqlyikf5c837054sxxlf3l5jpy4wh6cj"))))
+ (base32 "1ixvkkar851zb8d4vlqyrih80xrq5mpwlkb9yzbj2dwxry5vg8nx"))))
(build-system gnu-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 031/109] gnu: xcb-proto: Update to 1.17.0.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (28 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 030/109] gnu: xcalc: Update to 1.1.2 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 032/109] gnu: xcmsdb: Update to 1.0.7 iyzsong--- via Guix-patches via
` (77 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xcb-proto): Update to 1.17.0.
Change-Id: I4c87184d3ddde3ebe3da81b169e095dbe299375e
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 5d741eeca1..4048e660e2 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2178,7 +2178,7 @@ (define-public xcalc
(define-public xcb-proto
(package
(name "xcb-proto")
- (version "1.15.2")
+ (version "1.17.0")
(source
(origin
(method url-fetch)
@@ -2187,7 +2187,7 @@ (define-public xcb-proto
version ".tar.xz"))
(sha256
(base32
- "1vak6q53abwxnkfn6by7j24m48kd2iy7jnskkqzzx8l0ysqvwwkh"))))
+ "130lc8jx43s83496nc8jn47zixjcp4abgsz69pvrjiqg279aq6rc"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config python-minimal-wrapper))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 032/109] gnu: xcmsdb: Update to 1.0.7.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (29 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 031/109] gnu: xcb-proto: Update to 1.17.0 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 033/109] gnu: xcursor-themes: " iyzsong--- via Guix-patches via
` (76 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xcmsdb): Update to 1.0.7.
Change-Id: I3cfbb0c2138b91fc808fde0cb4c79fb3fccf8122
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 4048e660e2..5f329ba2d2 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2232,7 +2232,7 @@ (define-public xcmiscproto
(define-public xcmsdb
(package
(name "xcmsdb")
- (version "1.0.6")
+ (version "1.0.7")
(source
(origin
(method url-fetch)
@@ -2242,7 +2242,7 @@ (define-public xcmsdb
".tar.xz"))
(sha256
(base32
- "0magrza0i5qwpf0zlpqjychp3bzxgdw3p5v616xl4nbxag2fwxrw"))))
+ "0f5wddi707cjqm21hynckkqr12mpjqn3dq9fm5gb11w19270di2y"))))
(build-system gnu-build-system)
(inputs
(list libx11))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 033/109] gnu: xcursor-themes: Update to 1.0.7.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (30 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 032/109] gnu: xcmsdb: Update to 1.0.7 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 034/109] gnu: xdpyinfo: Update to 1.3.4 iyzsong--- via Guix-patches via
` (75 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xcursor-themes): Update 1.0.7.
Change-Id: I229f62f4fa34d4d533603b45d398fffe99bdbe67
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 5f329ba2d2..7743e93e74 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2260,17 +2260,17 @@ (define-public xcmsdb
(define-public xcursor-themes
(package
(name "xcursor-themes")
- (version "1.0.6")
+ (version "1.0.7")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/data/xcursor-themes-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "16a96li0s0ggg60v7f6ywxmsrmxdfizcw55ccv7sp4qjfisca7pf"))))
+ "1j3qfga5llp8g702n7mivvdvfjk7agsgnbglbfh99n13i3sfiflm"))))
(build-system gnu-build-system)
(inputs
(list libxcursor xcursorgen))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 034/109] gnu: xdpyinfo: Update to 1.3.4.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (31 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 033/109] gnu: xcursor-themes: " iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 035/109] gnu: xev: Update to 1.2.6 iyzsong--- via Guix-patches via
` (74 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xdpyinfo): Update to 1.3.4.
Change-Id: I4d72d5e52930603a5aba7e15e6c5a8f2331f906a
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 7743e93e74..c5385978e2 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2367,7 +2367,7 @@ (define-public xcursorgen
(define-public xdpyinfo
(package
(name "xdpyinfo")
- (version "1.3.3")
+ (version "1.3.4")
(source
(origin
(method url-fetch)
@@ -2377,7 +2377,7 @@ (define-public xdpyinfo
".tar.xz"))
(sha256
(base32
- "01n21ygbvzycjasv97rk33b14qdbshr1pkxysqvfx61y5zb5yv9m"))))
+ "0aw2yhx4ys22231yihkzhnw9jsyzksl4yyf3sx0689npvf0sbbd8"))))
(build-system gnu-build-system)
(inputs
(list xorgproto
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 035/109] gnu: xev: Update to 1.2.6.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (32 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 034/109] gnu: xdpyinfo: Update to 1.3.4 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 036/109] gnu: libevdev: Update to 1.13.3 iyzsong--- via Guix-patches via
` (73 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xev): Update to 1.2.6.
Change-Id: Id9417ea0212f0b41bce04d346278e21965184ed1
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index c5385978e2..daf767e637 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2431,14 +2431,14 @@ (define-public xdriinfo
(define-public xev
(package
(name "xev")
- (version "1.2.5")
+ (version "1.2.6")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/app/xev-"
version ".tar.xz"))
(sha256
- (base32 "1hbfwcnbyz4w13fbhnghl0vdhf6w9f9pb7jgjwrhykkii51ilin9"))))
+ (base32 "1mq7332kgisd9yq0w0rv11vhwhgpkmpg7pfdlyn776dc13hcbqb1"))))
(build-system gnu-build-system)
(arguments `(#:configure-flags ',(malloc0-flags)))
(inputs
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 036/109] gnu: libevdev: Update to 1.13.3.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (33 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 035/109] gnu: xev: Update to 1.2.6 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 037/109] gnu: xkbcomp: Update to 1.4.7 iyzsong--- via Guix-patches via
` (72 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (libevdev): Update to 1.13.3.
Change-Id: I40145bb755551e654fbb5470a1df614694b70847
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index daf767e637..5517749d07 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2486,7 +2486,7 @@ (define-public xextproto
(define-public libevdev
(package
(name "libevdev")
- (version "1.11.0")
+ (version "1.13.3")
(source
(origin
(method url-fetch)
@@ -2494,7 +2494,7 @@ (define-public libevdev
name "-" version ".tar.xz"))
(sha256
(base32
- "1l628xblk36vh7aqia1fw6hh62af7va0pd70h28112l5i4afmx33"))))
+ "1gygrc20d7cw70fdb5mp0ns3pmy8skggyl1mbpfyp3i0hv7amwdb"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-static")))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 037/109] gnu: xkbcomp: Update to 1.4.7.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (34 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 036/109] gnu: libevdev: Update to 1.13.3 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 038/109] gnu: xinput: Update to 1.6.4 iyzsong--- via Guix-patches via
` (71 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xkbcomp-intermediate): Update to 1.4.7.
Change-Id: I14e4c217fb3a218d3b0813e955db71479c86664b
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 5517749d07..49e6b89b9c 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3721,15 +3721,15 @@ (define-public xinput
(define-public xkbcomp-intermediate ;used as input for xkeyboard-config
(package
(name "xkbcomp-intermediate")
- (version "1.4.5")
+ (version "1.4.7")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/app/xkbcomp-"
- version ".tar.bz2"))
+ version ".tar.xz"))
(sha256
(base32
- "0pmhshqinwqh5rip670l3szjpywky67hv232ql6gvdj489n0hlb8"))))
+ "0xqzz209m9i43jbyrf2lh4xdbyhzzzn9mis2f2c32kplwla82a0a"))))
(build-system gnu-build-system)
(inputs
(list xorgproto libxkbfile libx11))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 038/109] gnu: xinput: Update to 1.6.4.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (35 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 037/109] gnu: xkbcomp: Update to 1.4.7 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 039/109] gnu: xkbevd: Update to 1.1.6 iyzsong--- via Guix-patches via
` (70 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xinput): Update to 1.6.4.
Change-Id: Iff3775a9e8055dcb080f1b2f2914de063543785a
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 49e6b89b9c..cdef629d5f 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3690,17 +3690,17 @@ (define-public xineramaproto
(define-public xinput
(package
(name "xinput")
- (version "1.6.3")
+ (version "1.6.4")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/app/xinput-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "1vb6xdd1xmk5f7pwc5zcbxfray5sf1vbnscqwf2yl8lv7gfq38im"))))
+ "1j2pf28c54apr56v1fmvprp657n6x4sdrv8f24rx3138cl6x015d"))))
(build-system gnu-build-system)
(inputs
(list libxrender
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 039/109] gnu: xkbevd: Update to 1.1.6.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (36 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 038/109] gnu: xinput: Update to 1.6.4 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 040/109] gnu: xkbprint: Update to 1.0.7 iyzsong--- via Guix-patches via
` (69 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xkbevd): Update to 1.1.6.
Change-Id: I1525067d4ea64c1b3be433bd99ab48ab41c82e20
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index cdef629d5f..cad38b611b 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3771,7 +3771,7 @@ (define-public xkbcomp ; using xkeyboard-config as input
(define-public xkbevd
(package
(name "xkbevd")
- (version "1.1.5")
+ (version "1.1.6")
(source
(origin
(method url-fetch)
@@ -3781,7 +3781,7 @@ (define-public xkbevd
".tar.xz"))
(sha256
(base32
- "0swjhk33fp15060hhzycmk288ys51wwm6l7p9xy4blz95mq7nd9q"))))
+ "0gh73dsf4ic683k9zn2nj9bpff6dmv3gzcb3zx186mpq9kw03d6r"))))
(build-system gnu-build-system)
(inputs
(list libxkbfile libx11))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 040/109] gnu: xkbprint: Update to 1.0.7.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (37 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 039/109] gnu: xkbevd: Update to 1.1.6 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 041/109] gnu: xkbutils: Update to 1.0.6 iyzsong--- via Guix-patches via
` (68 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xkbprint): Update to 1.0.7.
Change-Id: Ia560005222b1abec5ac86abdea2746533a1275e2
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index cad38b611b..06d9062eb7 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3797,14 +3797,14 @@ (define-public xkbevd
(define-public xkbprint
(package
(name "xkbprint")
- (version "1.0.6")
+ (version "1.0.7")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/app/"
"xkbprint-" version ".tar.xz"))
(sha256
- (base32 "1c57kb8d8cbf720n9bcjhhaqpk08lac0sk4l0jp8j0mryw299k4r"))))
+ (base32 "1k2rm8lvc2klcdz2s3mymb9a2ahgwqwkgg67v3phv7ij6304jkqw"))))
(build-system gnu-build-system)
(inputs
(list libx11 libxkbfile xorgproto))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 041/109] gnu: xkbutils: Update to 1.0.6.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (38 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 040/109] gnu: xkbprint: Update to 1.0.7 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 042/109] gnu: xlsfonts: Update to 1.0.8 iyzsong--- via Guix-patches via
` (67 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xkbutils): Update to 1.0.6.
Change-Id: I46627151227dca8d4823a609f5057dce3dbf6267
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 06d9062eb7..7b8b0ca034 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3822,14 +3822,14 @@ (define-public xkbprint
(define-public xkbutils
(package
(name "xkbutils")
- (version "1.0.5")
+ (version "1.0.6")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/app/xkbutils-"
version ".tar.xz"))
(sha256
- (base32 "197f4pgw3jdnlp7sj37f3xf15ayad20sl7vvg2rvx0j5qplsi97n"))))
+ (base32 "0pp2bsksblvvw0fx667k2bl5sm0baj7pp2cjvq0vmk093vpbp8ii"))))
(build-system gnu-build-system)
(inputs
(list libxt libxaw xorgproto))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 042/109] gnu: xlsfonts: Update to 1.0.8.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (39 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 041/109] gnu: xkbutils: Update to 1.0.6 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 043/109] gnu: xfontsel: Update to 1.1.1 iyzsong--- via Guix-patches via
` (66 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xlsfonts): Update to 1.0.8.
Change-Id: Ie2595921f638c5a0ed5e4839663e631d498c977a
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 7b8b0ca034..66418d6370 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3953,7 +3953,7 @@ (define-public xlsclients
(define-public xlsfonts
(package
(name "xlsfonts")
- (version "1.0.7")
+ (version "1.0.8")
(source
(origin
(method url-fetch)
@@ -3963,7 +3963,7 @@ (define-public xlsfonts
".tar.xz"))
(sha256
(base32
- "0r84wp4352hbfcaybqp2khipm40293byvrfyrlslrd37m52njwkv"))))
+ "1kdnzyrm1wqwylghavn9lqi0h4lwf9ifkcv3zikbi176mjg90zw0"))))
(build-system gnu-build-system)
(inputs
(list xorgproto libx11))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 043/109] gnu: xfontsel: Update to 1.1.1.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (40 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 042/109] gnu: xlsfonts: Update to 1.0.8 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 044/109] gnu: xmodmap: Update to 1.0.11 iyzsong--- via Guix-patches via
` (65 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xfontsel): Update to 1.1.1.
[native-inputs]: Add gettext-minimal.
Change-Id: I16f0a2747e0ba6a7a39959ba94846c55c9375f21
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 66418d6370..64f1d754e4 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3979,7 +3979,7 @@ (define-public xlsfonts
(define-public xfontsel
(package
(name "xfontsel")
- (version "1.1.0")
+ (version "1.1.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3987,7 +3987,7 @@ (define-public xfontsel
version ".tar.xz"))
(sha256
(base32
- "1d6ifx6sw97mmr00bhfakyx2f94w14yswxc68sw49zmvawrjq18p"))))
+ "1j827aiv7lsr2y7jgmv6pb5wmr2l3r3nd2pys0z2a0bpi9jqcjvs"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
@@ -3996,7 +3996,7 @@ (define-public xfontsel
(inputs
(list libx11 libxaw libxmu libxt))
(native-inputs
- (list pkg-config))
+ (list gettext-minimal pkg-config))
(home-page "https://www.x.org/wiki/")
(synopsis "Browse and select X font names")
(description
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 044/109] gnu: xmodmap: Update to 1.0.11.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (41 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 043/109] gnu: xfontsel: Update to 1.1.1 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 045/109] gnu: xorg-sgml-doctools: Update to 1.12.1 iyzsong--- via Guix-patches via
` (64 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xmodmap): Update to 1.0.11.
Change-Id: Iddb54bf9d22378e3481823522bfa224f1c115071
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 64f1d754e4..45166906f2 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4045,17 +4045,17 @@ (define-public xfd
(define-public xmodmap
(package
(name "xmodmap")
- (version "1.0.10")
+ (version "1.0.11")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/app/xmodmap-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "0z28331i2pm16x671fa9qwsfqdmr6a43bzwmp0dm17a3sx0hjgs7"))))
+ "10byhzdfv1xckqc3d2v52xg1ggxn5j806x4450l3ig5hyxl82bws"))))
(build-system gnu-build-system)
(inputs
(list xorgproto libx11))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 045/109] gnu: xorg-sgml-doctools: Update to 1.12.1.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (42 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 044/109] gnu: xmodmap: Update to 1.0.11 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 046/109] gnu: xpr: Update to 1.2.0 iyzsong--- via Guix-patches via
` (63 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xorg-sgml-doctools): Update to 1.12.1.
Change-Id: I530692e1efd56a85c6f288a330d66876053b6a3b
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 45166906f2..ee2fdede95 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4077,17 +4077,17 @@ (define-public xmodmap
(define-public xorg-sgml-doctools
(package
(name "xorg-sgml-doctools")
- (version "1.12")
+ (version "1.12.1")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/doc/xorg-sgml-doctools-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "01n8zqlkqjcxk1c59pk279y08gzhc14r03dhq3lxayy1xpfzvab5"))))
+ "0vvdnl1x82mr2phcq9z6dg94mas56zdmbm6lmkaqjkkbf3058p8a"))))
(build-system gnu-build-system)
(native-inputs (list pkg-config))
(home-page "https://www.x.org/wiki/")
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 046/109] gnu: xpr: Update to 1.2.0.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (43 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 045/109] gnu: xorg-sgml-doctools: Update to 1.12.1 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 047/109] gnu: xprop: Update to 1.2.8 iyzsong--- via Guix-patches via
` (62 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xpr): Update to 1.2.0.
Change-Id: Ic96b3e194dd0d3d45ea9c9ff5b09382c28d3518c
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index ee2fdede95..3069e68259 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4104,7 +4104,7 @@ (define-public xorg-sgml-doctools
(define-public xpr
(package
(name "xpr")
- (version "1.1.0")
+ (version "1.2.0")
(source
(origin
(method url-fetch)
@@ -4114,7 +4114,7 @@ (define-public xpr
".tar.xz"))
(sha256
(base32
- "1iaphm96kha6bzz34cj82r2lp5hrdpqwdca04iij4rinflab3fx0"))))
+ "1hyf6mc2l7lzkf21d5j4z6glg9y455hlsg8lv2lz028k6gw0554b"))))
(build-system gnu-build-system)
(inputs
(list xorgproto libxmu libx11))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 047/109] gnu: xprop: Update to 1.2.8.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (44 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 046/109] gnu: xpr: Update to 1.2.0 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 048/109] gnu: xrandr: Update to 1.5.3 iyzsong--- via Guix-patches via
` (61 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xprop): Update to 1.2.8.
Change-Id: Iff06a3494d3df5d47bd790c2327c2987b8a229e5
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 3069e68259..80ac77d9c2 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4130,7 +4130,7 @@ (define-public xpr
(define-public xprop
(package
(name "xprop")
- (version "1.2.6")
+ (version "1.2.8")
(source
(origin
(method url-fetch)
@@ -4138,7 +4138,7 @@ (define-public xprop
version ".tar.xz"))
(sha256
(base32
- "0vjqnn42gscw1z2wdj24kdwjwvd7mw58pj0nm9203k1fn4jqa2sq"))))
+ "1vk7kl10ykgqp2iw4m1q4j1zrbkxibd1rdb9cjgl6yzgnyny52fn"))))
(build-system gnu-build-system)
(inputs
(list libx11 xorgproto))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 048/109] gnu: xrandr: Update to 1.5.3.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (45 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 047/109] gnu: xprop: Update to 1.2.8 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 049/109] gnu: xrdb: Update 1.2.2 iyzsong--- via Guix-patches via
` (60 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xrandr): Update to 1.5.3.
Change-Id: I07cfc3a56514a12288252586800c6d5e169bf157
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 80ac77d9c2..409d2ef0e1 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4154,7 +4154,7 @@ (define-public xprop
(define-public xrandr
(package
(name "xrandr")
- (version "1.5.2")
+ (version "1.5.3")
(source
(origin
(method url-fetch)
@@ -4163,7 +4163,7 @@ (define-public xrandr
version ".tar.xz"))
(sha256
(base32
- "0h7jy4c5zgrr06fimnnxhy5ba782b1n4aik29g6bln4h1mwy9gn8"))))
+ "0744kfafd98q2zswyzva837qgvmdpfv80ilnp7x4fhdpmmk7bpgq"))))
(build-system gnu-build-system)
(inputs
(list libxrender libxrandr xorgproto libx11))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 049/109] gnu: xrdb: Update 1.2.2.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (46 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 048/109] gnu: xrandr: Update to 1.5.3 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 050/109] gnu: xrefresh: Update to 1.1.0 iyzsong--- via Guix-patches via
` (59 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xrdb): Update to 1.2.2.
Change-Id: I735b4001b808bdf73472eabbfd81f50c9f818927
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 409d2ef0e1..801db104ad 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4179,14 +4179,14 @@ (define-public xrandr
(define-public xrdb
(package
(name "xrdb")
- (version "1.2.1")
+ (version "1.2.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/app/xrdb-"
- version ".tar.bz2"))
+ version ".tar.xz"))
(sha256
- (base32 "1d78prd8sfszq2rwwlb32ksph4fymf988lp75aj8iysg44f06pag"))))
+ (base32 "1x1ka0zbcw66a06jvsy92bvnsj9vxbvnq1hbn1az4f0v4fmzrx9i"))))
(build-system gnu-build-system)
(inputs
(list libxmu libx11))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 050/109] gnu: xrefresh: Update to 1.1.0.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (47 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 049/109] gnu: xrdb: Update 1.2.2 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 051/109] gnu: xtrans: Update to 1.5.2 iyzsong--- via Guix-patches via
` (58 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xrefresh): Update to 1.1.0.
Change-Id: I7ef9bf617bcc15c70890b7dbff7403f390e20ef1
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 801db104ad..a87513b027 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4205,14 +4205,14 @@ (define-public xrdb
(define-public xrefresh
(package
(name "xrefresh")
- (version "1.0.7")
+ (version "1.1.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/app/xrefresh-"
version ".tar.xz"))
(sha256
- (base32 "07hvfw3rdv8mzqmm9ax5z8kw544insdd152f2z8868ply8sxdwd9"))))
+ (base32 "0pwb5c9g3xxs70gc35hahxq2ky8261pw9n04j01a6dffbqnmkv99"))))
(build-system gnu-build-system)
(inputs
(list libx11))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 051/109] gnu: xtrans: Update to 1.5.2.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (48 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 050/109] gnu: xrefresh: Update to 1.1.0 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 052/109] gnu: xwd: Update to 1.0.9 iyzsong--- via Guix-patches via
` (57 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xtrans): Update to 1.5.2.
Change-Id: I588982e06bd4d5cb0b5467daedaea61d205c9173
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index a87513b027..860e319ee2 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4280,17 +4280,17 @@ (define-public xsetroot
(define-public xtrans
(package
(name "xtrans")
- (version "1.4.0")
+ (version "1.5.2")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/lib/xtrans-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "0wyp0yc6gi72hwc3kjmvm3vkj9p6s407cb6dxx37jh9wb68l8z1p"))))
+ "0v7qvys42md6nvm16xynhb3b8zz534fc60wg0hfi7ab48zivyp2w"))))
(build-system gnu-build-system)
(native-inputs (list pkg-config))
(home-page "https://www.x.org/wiki/")
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 052/109] gnu: xwd: Update to 1.0.9.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (49 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 051/109] gnu: xtrans: Update to 1.5.2 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 053/109] gnu: xwininfo: Update to 1.1.6 iyzsong--- via Guix-patches via
` (56 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xwd): Update to 1.0.9.
Change-Id: I981bdf6f9aedc3cdbe3bb5d2df3727c07e6308b3
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 860e319ee2..edc87568c4 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4332,14 +4332,14 @@ (define-public xvinfo
(define-public xwd
(package
(name "xwd")
- (version "1.0.8")
+ (version "1.0.9")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/app/xwd-"
- version ".tar.bz2"))
+ version ".tar.xz"))
(sha256
- (base32 "06q36fh55r62ms0igfxsanrn6gv8lh794q1bw9xzw51p2qs2papv"))))
+ (base32 "0gxx3y9zlh13jgwkayxljm6i58ng8jc1xzqv2g8s7d3yjj21n4nw"))))
(build-system gnu-build-system)
(inputs
(list libxt libxkbfile xorgproto))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 053/109] gnu: xwininfo: Update to 1.1.6.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (50 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 052/109] gnu: xwd: Update to 1.0.9 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 054/109] gnu: xwud: Update to 1.0.7 iyzsong--- via Guix-patches via
` (55 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xwininfo): Update to 1.1.6.
Change-Id: I6f50839676d4b7b23776ecfc39a3ea3edaa95f01
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index edc87568c4..36b64c8f96 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4359,17 +4359,17 @@ (define-public xwd
(define-public xwininfo
(package
(name "xwininfo")
- (version "1.1.5")
+ (version "1.1.6")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/app/xwininfo-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "03h8clirhw5ki1xxp18xbf5vynm7r0dwspsgfin6cxn4vx0m8h3s"))))
+ "0gr5m4lyvkil3cl63zf0sw7bq5qgraqrnvddk6xgk3a42xy8j61m"))))
(build-system gnu-build-system)
(inputs
(list libx11 xorgproto))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 054/109] gnu: xwud: Update to 1.0.7.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (51 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 053/109] gnu: xwininfo: Update to 1.1.6 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 055/109] gnu: xorg-rgb: Update to 1.1.0 iyzsong--- via Guix-patches via
` (54 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xwud): Update to 1.0.7.
Change-Id: If2a2a2b5f1bfbd6091fae343a5003d21d1843bbc
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 36b64c8f96..67eea47b90 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4385,7 +4385,7 @@ (define-public xwininfo
(define-public xwud
(package
(name "xwud")
- (version "1.0.6")
+ (version "1.0.7")
(source
(origin
(method url-fetch)
@@ -4395,7 +4395,7 @@ (define-public xwud
".tar.xz"))
(sha256
(base32
- "1zhsih1l3x1038fi1wi9npvfnn8j7580ca73saixjg5sbv8qq134"))))
+ "07n6q1z33sjkx8lx8lbd26m8ri5gi145k3mz39kmyykdngdbwp75"))))
(build-system gnu-build-system)
(inputs
(list xorgproto libx11))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 055/109] gnu: xorg-rgb: Update to 1.1.0.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (52 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 054/109] gnu: xwud: Update to 1.0.7 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 056/109] gnu: libxdamage: Update to 1.1.6 iyzsong--- via Guix-patches via
` (53 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xorg-rgb): Update to 1.1.0.
Change-Id: I1256ac7d1db537a4345c28e66ba08e4647b9c74c
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 67eea47b90..956d5aa981 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4411,17 +4411,17 @@ (define-public xwud
(define-public xorg-rgb
(package
(name "xorg-rgb")
- (version "1.0.6")
+ (version "1.1.0")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/app/rgb-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "1c76zcjs39ljil6f6jpx1x17c8fnvwazz7zvl3vbjfcrlmm7rjmv"))))
+ "0yykkr3py1sny3cwrrwp63wm9klcjhkqjzqnd1v62ajvdvsxf0zw"))))
(build-system gnu-build-system)
(inputs
(list xorgproto))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 056/109] gnu: libxdamage: Update to 1.1.6.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (53 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 055/109] gnu: xorg-rgb: Update to 1.1.0 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 057/109] gnu: libxext: Update to 1.3.6 iyzsong--- via Guix-patches via
` (52 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (libxdamage): Update to 1.1.6.
Change-Id: If56209b7d3c68912cd4fc5183f5908daa2bb24bc
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 956d5aa981..02e25c0566 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4466,17 +4466,17 @@ (define-public fixesproto
(define-public libxdamage
(package
(name "libxdamage")
- (version "1.1.5")
+ (version "1.1.6")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/lib/libXdamage-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "0igaw2akjf712y3rv7lx473jigxmcv9rs9y8sbrvbhya8f30cd5p"))))
+ "04axzdx75w0wcb4na7lfpa0ai0fddw60dmg7cigs7z32a8gkqwsj"))))
(build-system gnu-build-system)
(propagated-inputs
;; These are all in the Requires or Requires.private field of xdamage.pc
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 057/109] gnu: libxext: Update to 1.3.6.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (54 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 056/109] gnu: libxdamage: Update to 1.1.6 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 058/109] gnu: libxinerama: Update to 1.1.5 iyzsong--- via Guix-patches via
` (51 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (libxext): Update to 1.3.6.
Change-Id: Iaf262bde3601f7b18f77a48c26d2948ba9bd59af
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 02e25c0566..c9b4da2527 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4491,17 +4491,17 @@ (define-public libxdamage
(define-public libxext
(package
(name "libxext")
- (version "1.3.4")
+ (version "1.3.6")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/lib/libXext-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "0azqxllcsfxc3ilhz6kwc6x7m8wc477p59ir9p0yrsldx766zbar"))))
+ "0lwpx0b7lid47pff6dagp5h63bi0b3gsy05lqpyhbr4l76i9zdgd"))))
(build-system gnu-build-system)
(outputs '("out" "doc")) ;man pages represent 40% of the total
(arguments
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 058/109] gnu: libxinerama: Update to 1.1.5.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (55 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 057/109] gnu: libxext: Update to 1.3.6 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 059/109] gnu: libxrender: Update to 0.9.12 iyzsong--- via Guix-patches via
` (50 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (libxinerama): Update to 1.1.5.
Change-Id: Ic12ed12a6639128d7c1e438f89f790606c4ed0f8
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index c9b4da2527..f079ee1953 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4526,17 +4526,17 @@ (define-public libxext
(define-public libxinerama
(package
(name "libxinerama")
- (version "1.1.4")
+ (version "1.1.5")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/lib/libXinerama-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "086p0axqj57nvkaqa6r00dnr9kyrn1m8blgf0zjy25zpxkbxn200"))))
+ "0p08q8q1wg0sixhizl2l1i935bk6x3ckj3bdd6qqr0n1zkqd352h"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-static" ,@(malloc0-flags))))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 059/109] gnu: libxrender: Update to 0.9.12.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (56 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 058/109] gnu: libxinerama: Update to 1.1.5 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 060/109] gnu: libxtst: Update to 1.2.5 iyzsong--- via Guix-patches via
` (49 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (libxrender): Update to 0.9.12.
Change-Id: I42a55abbd0db9b5edf35d1649288d11862cbd84c
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index f079ee1953..c1c44b366c 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4577,17 +4577,17 @@ (define-public libxp
(define-public libxrender
(package
(name "libxrender")
- (version "0.9.10")
+ (version "0.9.12")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/lib/libXrender-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "0j89cnb06g8x79wmmnwzykgkkfdhin9j7hjpvsxwlr3fz1wmjvf0"))))
+ "15qv3lbxyx61x55lwmafpy8idb836is82i1213bchfcblj6i4cmq"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 060/109] gnu: libxtst: Update to 1.2.5.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (57 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 059/109] gnu: libxrender: Update to 0.9.12 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 061/109] gnu: libxv: Update to 1.0.13 iyzsong--- via Guix-patches via
` (48 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (libxtst): Update to 1.2.5.
Change-Id: Ie200cdc68daa114f0b659c338415fd25dfb6ae56
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index c1c44b366c..1ca64d766b 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4622,17 +4622,17 @@ (define-public libxrender
(define-public libxtst
(package
(name "libxtst")
- (version "1.2.3")
+ (version "1.2.5")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/lib/libXtst-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "012jpyj7xfm653a9jcfqbzxyywdmwb2b5wr1dwylx14f3f54jma6"))))
+ "0hljblisw72fk60y7zf9214ydn7lk32kj43cf12af2bhp4jlq3dm"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-static")
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 061/109] gnu: libxv: Update to 1.0.13.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (58 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 060/109] gnu: libxtst: Update to 1.2.5 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 062/109] gnu: libice: Update to 1.1.2 iyzsong--- via Guix-patches via
` (47 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (libxv): Update to 1.0.13.
Change-Id: I8f68425b2a302140a85363e2b80a273a2ef8268c
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 1ca64d766b..206188b39d 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4677,7 +4677,7 @@ (define-public libxtst
(define-public libxv
(package
(name "libxv")
- (version "1.0.12")
+ (version "1.0.13")
(source
(origin
(method url-fetch)
@@ -4687,7 +4687,7 @@ (define-public libxv
".tar.xz"))
(sha256
(base32
- "0j1qqrhbhdi3kqz0am5i1lhs31ql9pbc14z41w0a5xw9yq4zmxxa"))))
+ "0m9pl0xh0bv9y1x46d8a52bj46fsnyhzwa6qjg8zihg1b04r2d3x"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '(,@(malloc0-flags) "--disable-static")))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 062/109] gnu: libice: Update to 1.1.2.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (59 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 061/109] gnu: libxv: Update to 1.0.13 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 063/109] gnu: libxau: Update to 1.0.12 iyzsong--- via Guix-patches via
` (46 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (libice): Update to 1.1.2.
Change-Id: I8d7c893958240b44e82aed79cd6ba05cac4ff94e
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 206188b39d..e4fb3cc12e 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4788,7 +4788,7 @@ (define-public xproto
(define-public libice
(package
(name "libice")
- (version "1.1.1")
+ (version "1.1.2")
(source
(origin
(method url-fetch)
@@ -4798,7 +4798,7 @@ (define-public libice
".tar.xz"))
(sha256
(base32
- "0lg4sddalwmmzsnxv3fgdm2hzqp66j8b3syc0ancfhi9yzx7mrq3"))))
+ "09c656nqkz3dpik012d2cwmd5a2dkxqgjpcq2v3v6pi22ka4wklp"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 063/109] gnu: libxau: Update to 1.0.12.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (60 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 062/109] gnu: libice: Update to 1.1.2 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 064/109] gnu: libxfixes: Update to 6.0.1 iyzsong--- via Guix-patches via
` (45 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (libxau): Update to 1.0.12.
Change-Id: Ia37b4e2f2602b6b6008d830b6617c19c61d3257d
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index e4fb3cc12e..d5250d3b53 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4815,7 +4815,7 @@ (define-public libice
(define-public libxau
(package
(name "libxau")
- (version "1.0.10")
+ (version "1.0.12")
(source
(origin
(method url-fetch)
@@ -4824,7 +4824,7 @@ (define-public libxau
version ".tar.xz"))
(sha256
(base32
- "02hc3azypiiahr9y1cyn0mqc5zd997hh3h0rp7jqfbsd6f9g5rlb"))))
+ "1yy0gx3psxyjcj284xhh44labav7b5zs7gcrks9xi6nklggy9l3l"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 064/109] gnu: libxfixes: Update to 6.0.1.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (61 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 063/109] gnu: libxau: Update to 1.0.12 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 065/109] gnu: libxi: Update to 1.8.2 iyzsong--- via Guix-patches via
` (44 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (libxfixes): Update to 6.0.1.
Change-Id: I541ed3b0e5f8aa3962ab4f0c25e17e02c6c1acc6
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index d5250d3b53..1743496e83 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4842,17 +4842,17 @@ (define-public libxau
(define-public libxfixes
(package
(name "libxfixes")
- (version "6.0.0")
+ (version "6.0.1")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/lib/libXfixes-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "0k2v4i4r24y3kdr5ici1qqhp69djnja919xfqp54c2rylm6s5hd7"))))
+ "0n1dq2mi60i0c06i7j6lq64cq335ir2l89yj0amj3529s8ygk5dn"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 065/109] gnu: libxi: Update to 1.8.2.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (62 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 064/109] gnu: libxfixes: Update to 6.0.1 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 066/109] gnu: libxrandr: Update to 1.5.4 iyzsong--- via Guix-patches via
` (43 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (libxi): Update to 1.8.2.
Change-Id: I2561cf36a11fd47d70c1561c510c1c2efb6a372f
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 1743496e83..1abe56ea9b 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4916,17 +4916,17 @@ (define-public libxfont2
(define-public libxi
(package
(name "libxi")
- (version "1.7.10")
+ (version "1.8.2")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/lib/libXi-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "0q8hz3slga3w3ch8wp0k7ay9ilhz315qnab0w1y2x9w3cf7hv8rn"))))
+ "0161qsac0dgvkkcihpm2062p1lk2l5mj4i7smd713qnnadg5bq6h"))))
(build-system gnu-build-system)
(outputs '("out" "doc")) ;man pages represent 28% of the total
(arguments
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 066/109] gnu: libxrandr: Update to 1.5.4.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (63 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 065/109] gnu: libxi: Update to 1.8.2 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 067/109] gnu: libxvmc: Update to 1.0.14 iyzsong--- via Guix-patches via
` (42 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (libxrandr): Update to 1.5.4.
Change-Id: Ib9f504b905ddcb8b72dc01e17517bd5673a05199
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 1abe56ea9b..9744317af9 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4947,17 +4947,17 @@ (define-public libxi
(define-public libxrandr
(package
(name "libxrandr")
- (version "1.5.2")
+ (version "1.5.4")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/lib/libXrandr-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "08z0mqywrm7ij8bxlfrx0d2wy6kladdmkva1nw5k6qix82z0xsla"))))
+ "1lxlqd9ffjr1myfpyk91594n1h07ck6121m6ba8qajjz6xjv1m8s"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-static" ,@(malloc0-flags))))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 067/109] gnu: libxvmc: Update to 1.0.14.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (64 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 066/109] gnu: libxrandr: Update to 1.5.4 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 068/109] gnu: libxxf86vm: Update to 1.1.6 iyzsong--- via Guix-patches via
` (41 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (libxvmc): Update to 1.0.14.
Change-Id: If951980e6aeb441dd0de5080dc647afb0a51983d
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 9744317af9..98eb087f68 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4975,7 +4975,7 @@ (define-public libxrandr
(define-public libxvmc
(package
(name "libxvmc")
- (version "1.0.13")
+ (version "1.0.14")
(source
(origin
(method url-fetch)
@@ -4983,7 +4983,7 @@ (define-public libxvmc
version ".tar.xz"))
(sha256
(base32
- "0z35xqna3dnrfxgn9aa1y6jx7mrwsn8vi8dcwm3sg23qx9nvx7ha"))))
+ "1nayf8qck0b1xb88dirdbvj7clr18wq1dxs73zwbpzdsnsv9xgp4"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '(,@(malloc0-flags) "--disable-static")))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 068/109] gnu: libxxf86vm: Update to 1.1.6.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (65 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 067/109] gnu: libxvmc: Update to 1.0.14 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 069/109] gnu: libxcb: Update to 1.17.0 iyzsong--- via Guix-patches via
` (40 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (libxxf86vm): Update to 1.1.6.
Change-Id: I9faafccd02a90153770698aae5c4e4c593c77bce
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 98eb087f68..84c83adc2b 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5001,17 +5001,17 @@ (define-public libxvmc
(define-public libxxf86vm
(package
(name "libxxf86vm")
- (version "1.1.4")
+ (version "1.1.6")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/lib/libXxf86vm-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "0mydhlyn72i7brjwypsqrpkls3nm6vxw0li8b2nw0caz7kwjgvmg"))))
+ "1qryzfzf3qr2xx1sipdn8kw310zs4ygpzgh4mm4m87fffd643bwn"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-static" ,@(malloc0-flags))))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 069/109] gnu: libxcb: Update to 1.17.0.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (66 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 068/109] gnu: libxxf86vm: Update to 1.1.6 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 070/109] gnu: libxcvt: Update to 0.1.3 iyzsong--- via Guix-patches via
` (39 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (libxcb): Update to 1.17.0.
Change-Id: I6afb9c49008f86d525045b971c51ebc05922b63c
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 84c83adc2b..5aca5afdf8 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5033,7 +5033,7 @@ (define-public libxxf86vm
(define-public libxcb
(package
(name "libxcb")
- (version "1.15")
+ (version "1.17.0")
(source
(origin
(method url-fetch)
@@ -5041,7 +5041,7 @@ (define-public libxcb
"libxcb-" version ".tar.xz"))
(sha256
(base32
- "0nd035rf83xf531cnjzsf9ykb5w9rdzz6bbyhi683xkwh57p8f6c"))))
+ "0mbdkajqhg0j0zjc9a2z1qyv9mca797ihvifc9qyl3vijscvz7jr"))))
(build-system gnu-build-system)
(outputs '("out" "doc")) ;5.5 MiB of man pages
(propagated-inputs
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 070/109] gnu: libxcvt: Update to 0.1.3.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (67 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 069/109] gnu: libxcb: Update to 1.17.0 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 071/109] gnu: libx11: Update to 1.8.10 iyzsong--- via Guix-patches via
` (38 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (libxcvt): Update to 0.1.3.
Change-Id: I2f23bec3a37c8522832ece46c36e153d7ef602f6
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 5aca5afdf8..d0db22ccfc 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5077,14 +5077,14 @@ (define-public libxcb
(define-public libxcvt
(package
(name "libxcvt")
- (version "0.1.1")
+ (version "0.1.3")
(source (origin
(method url-fetch)
(uri (string-append "https://www.x.org/releases/individual"
"/lib/libxcvt-" version ".tar.xz"))
(sha256
(base32
- "0acc7vrj5kfb19zvyl7f29rnsvx383dvwc19k70r8prm1lccxsr7"))))
+ "009f8kr53cv7lzsg4507cgnk9vxyrm8lgnnn6vx7vpk7hy59jad9"))))
(build-system meson-build-system)
(home-page "https://gitlab.freedesktop.org/xorg/lib/libxcvt")
(synopsis "VESA Coordinated Video Timings (CVT) library")
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 071/109] gnu: libx11: Update to 1.8.10.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (68 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 070/109] gnu: libxcvt: Update to 0.1.3 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 072/109] gnu: libxcursor: Update to 1.2.3 iyzsong--- via Guix-patches via
` (37 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (libx11): Update to 1.8.10.
Change-Id: If0199b5ce3e8f098a7858a11e17e027131924b7d
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index d0db22ccfc..2de33cce31 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5379,7 +5379,7 @@ (define-public xorg-server-xwayland
(define-public libx11
(package
(name "libx11")
- (version "1.8.7")
+ (version "1.8.10")
(source
(origin
(method url-fetch)
@@ -5387,7 +5387,7 @@ (define-public libx11
version ".tar.xz"))
(sha256
(base32
- "1vlrgrdibp4lr84wgmsdy1ihzaai8bvvqc68npi1m19wir36gwh5"))))
+ "0lywvwsz92j7isglvw2227g3na4ghyspvsvblpf43ns7jfnksfrb"))))
(build-system gnu-build-system)
(outputs '("out"
"doc")) ;8 MiB of man pages + XML
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 072/109] gnu: libxcursor: Update to 1.2.3.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (69 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 071/109] gnu: libx11: Update to 1.8.10 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 073/109] gnu: libxt: Update to 1.3.1 iyzsong--- via Guix-patches via
` (36 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (libxcursor): Update to 1.2.3.
Change-Id: Ifede26a7bd9a8e6c882a172eeb949deefcd5e9fc
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 2de33cce31..8adee50024 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5414,7 +5414,7 @@ (define-public libx11
(define-public libxcursor
(package
(name "libxcursor")
- (version "1.2.1")
+ (version "1.2.3")
(source
(origin
(method url-fetch)
@@ -5422,7 +5422,7 @@ (define-public libxcursor
version ".tar.xz"))
(sha256
(base32
- "011195an3w4xld3x0dr534kar1xjf52q96hmf0hgvfhh2rrl7ha6"))))
+ "1h62narayrhrkqalrmx7z3s6yppw1acbp5id3skrvrygshnl1sgx"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 073/109] gnu: libxt: Update to 1.3.1.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (70 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 072/109] gnu: libxcursor: Update to 1.2.3 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 074/109] gnu: libxaw: Update to 1.0.16 iyzsong--- via Guix-patches via
` (35 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/patches/libxt-guix-search-paths.patch: Adjust patch.
* gnu/packages/xorg.scm (libxt): Update to 1.3.1.
Change-Id: Ife5b761766c73a63413b5397286fffbd5e3e90a4
---
.../patches/libxt-guix-search-paths.patch | 17 ++++++++---------
gnu/packages/xorg.scm | 6 +++---
2 files changed, 11 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/patches/libxt-guix-search-paths.patch b/gnu/packages/patches/libxt-guix-search-paths.patch
index 61022d232a..174e68d45c 100644
--- a/gnu/packages/patches/libxt-guix-search-paths.patch
+++ b/gnu/packages/patches/libxt-guix-search-paths.patch
@@ -1,12 +1,12 @@
diff --git a/src/Intrinsic.c b/src/Intrinsic.c
--- a/src/Intrinsic.c
+++ b/src/Intrinsic.c
-@@ -1345,21 +1345,99 @@ FillInLangSubs(Substitution subs, XtPerDisplay pd)
+@@ -1310,21 +1310,98 @@ FillInLangSubs(Substitution subs, XtPerD
}
/*
- * default path used if environment variable XFILESEARCHPATH
-- * is not defined. Also substitued for %D.
+- * is not defined. Also substituted for %D.
- * The exact value should be documented in the implementation
- * notes for any Xt implementation.
+ Return the default search path for the function
@@ -65,11 +65,6 @@ diff --git a/src/Intrinsic.c b/src/Intrinsic.c
+ bytesAllocd += SIZEOF_STEMS;
+ bytesAllocd += 6 * (1 + strlen (guix_profile));
+ }
-
-- return xfilesearchpath;
--#else
-- return XFILESEARCHPATHDEFAULT;
--#endif
+ if (home != NULL)
+ {
+ bytesAllocd += SIZEOF_STEMS;
@@ -107,12 +102,16 @@ diff --git a/src/Intrinsic.c b/src/Intrinsic.c
+
+ /* Remove final : */
+ path[strlen(path) - 1] = '\0';
-+
+
+- return xfilesearchpath;
+-#else
+- return XFILESEARCHPATHDEFAULT;
+-#endif
+ return path;
}
-@@ -1388,7 +1466,7 @@ XtResolvePathname(Display *dpy,
+@@ -1353,7 +1430,7 @@ XtResolvePathname(Display *dpy,
{
XtPerDisplay pd;
static const char *defaultPath = NULL;
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 8adee50024..97052a7575 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5444,17 +5444,17 @@ (define-public libxcursor
(define-public libxt
(package
(name "libxt")
- (version "1.2.1")
+ (version "1.3.1")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/lib/libXt-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "0q1x7842r8rcn2m0q4q9f69h4qa097fyizs8brzx5ns62s7w1737"))
+ "120jjd6l7fjdxy5myrc1dmc0cwpqa18a97hrbg0d9x146frp99z0"))
(patches (search-patches "libxt-guix-search-paths.patch"))))
(build-system gnu-build-system)
(outputs '("out"
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 074/109] gnu: libxaw: Update to 1.0.16.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (71 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 073/109] gnu: libxt: Update to 1.3.1 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 075/109] gnu: xcb-util: Update to 0.4.1 iyzsong--- via Guix-patches via
` (34 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (libxaw): Update to 1.0.16.
Change-Id: I9fe12ecae4080c3126cb3aa6875e0ba58ba55433
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 97052a7575..aec26a698c 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5480,17 +5480,17 @@ (define-public libxt
(define-public libxaw
(package
(name "libxaw")
- (version "1.0.14")
+ (version "1.0.16")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/lib/libXaw-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "13kg59r3086383g1dyhnwxanhp2frssh9062mrgn34nzlf7gkbkn"))))
+ "13wwqfwaahm6dh35w0nkvw32x3li2s0glsks34ggh267ahmmf7bk"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 075/109] gnu: xcb-util: Update to 0.4.1.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (72 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 074/109] gnu: libxaw: Update to 1.0.16 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 076/109] gnu: xcb-util-cursor: Update to 0.1.5 iyzsong--- via Guix-patches via
` (33 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xcb-util): Update to 0.4.1.
Change-Id: I33611630c15b2bbb3eaf119be151d1a1f4af12af
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index aec26a698c..56e05c2d40 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5535,14 +5535,14 @@ (define-public twm
(define-public xcb-util
(package
(name "xcb-util")
- (version "0.4.0")
+ (version "0.4.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/xcb/"
- name "-" version ".tar.bz2"))
+ name "-" version ".tar.xz"))
(sha256
(base32
- "1sahmrgbpyki4bb72hxym0zvxwnycmswsxiisgqlln9vrdlr9r26"))))
+ "04p54r0zjc44fpw1hdy4rhygv37sx2vr2lllxjihykz5v2xkpgjs"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 076/109] gnu: xcb-util-cursor: Update to 0.1.5.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (73 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 075/109] gnu: xcb-util: Update to 0.4.1 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 077/109] gnu: xcb-util-image: Update to 0.4.1 iyzsong--- via Guix-patches via
` (32 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xcb-util-cursor): Update to 0.1.5.
Change-Id: I29e44b8b061fdf9d07db8f6c7b83da9fa1c27cf5
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 56e05c2d40..973ed0c7d9 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5572,14 +5572,14 @@ (define-public xcb-util
(define-public xcb-util-cursor
(package
(name "xcb-util-cursor")
- (version "0.1.4")
+ (version "0.1.5")
(source
(origin
(method url-fetch)
(uri (string-append "https://xcb.freedesktop.org/dist/"
"xcb-util-cursor-" version ".tar.xz"))
(sha256
- (base32 "1yria9h0vqpblkgzqhpygk3rraijd3mmipg0mdhkayxbpj8gxp18"))))
+ (base32 "0mrwcrm6djbd5zdvqb5v4wr87bzawnaacyqwwhfghw09ssq9kbqc"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 077/109] gnu: xcb-util-image: Update to 0.4.1.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (74 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 076/109] gnu: xcb-util-cursor: Update to 0.1.5 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 078/109] gnu: xcb-util-keysyms: " iyzsong--- via Guix-patches via
` (31 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xcb-util-image): Update to 0.4.1.
Change-Id: I7a6aae250634ed7115078a22bdf166610b0ad985
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 973ed0c7d9..bcbd8b021d 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5656,14 +5656,14 @@ (define-public xcb-util-errors
(define-public xcb-util-image
(package
(name "xcb-util-image")
- (version "0.4.0")
+ (version "0.4.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/xcb/"
- name "-" version ".tar.bz2"))
+ name "-" version ".tar.xz"))
(sha256
(base32
- "1z1gxacg7q4cw6jrd26gvi5y04npsyavblcdad1xccc8swvnmf9d"))))
+ "0g8dwknrlz96k176qxh8ar84x9kpppci9b978zyp24nvvbjqxbfc"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 078/109] gnu: xcb-util-keysyms: Update to 0.4.1.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (75 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 077/109] gnu: xcb-util-image: Update to 0.4.1 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 079/109] gnu: xcb-util-renderutil: Update to 0.3.10 iyzsong--- via Guix-patches via
` (30 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xcb-util-keysyms): Update to 0.4.1.
Change-Id: I9df4d35947501dd74c1ca1747bfc82ed5af25ead
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index bcbd8b021d..42d21f996b 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5691,14 +5691,14 @@ (define-public xcb-util-image
(define-public xcb-util-keysyms
(package
(name "xcb-util-keysyms")
- (version "0.4.0")
+ (version "0.4.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/xcb/"
- name "-" version ".tar.bz2"))
+ name "-" version ".tar.xz"))
(sha256
(base32
- "1nbd45pzc1wm6v5drr5338j4nicbgxa5hcakvsvm5pnyy47lky0f"))))
+ "0f66snk179hmp8ppgv1zp9y7pl1vzn52znpikm1fsaj1ji90l9kw"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 079/109] gnu: xcb-util-renderutil: Update to 0.3.10.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (76 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 078/109] gnu: xcb-util-keysyms: " iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 080/109] gnu: xcb-util-wm: Update to 0.4.2 iyzsong--- via Guix-patches via
` (29 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xcb-util-renderutil): Update to 0.3.10.
Change-Id: Ieadccede263ccdbea38c62abe06b4f85b91da4dc
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 42d21f996b..bbae9eb475 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5724,14 +5724,14 @@ (define-public xcb-util-keysyms
(define-public xcb-util-renderutil
(package
(name "xcb-util-renderutil")
- (version "0.3.9")
+ (version "0.3.10")
(source (origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/xcb/"
- name "-" version ".tar.bz2"))
+ name "-" version ".tar.xz"))
(sha256
(base32
- "0nza1csdvvxbmk8vgv8vpmq7q8h05xrw3cfx9lwxd1hjzd47xsf6"))))
+ "1fh4dnlwlqyccrhmmwlv082a7mxc7ss7vmzmp7xxp39dwbqd859y"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-static")
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 080/109] gnu: xcb-util-wm: Update to 0.4.2.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (77 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 079/109] gnu: xcb-util-renderutil: Update to 0.3.10 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 081/109] gnu: libxaw3d: Update to 1.6.6 iyzsong--- via Guix-patches via
` (28 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xcb-util-wm): Update to 0.4.2.
Change-Id: I65eba7c98605624944c1290bba6b07c2d6167e62
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index bbae9eb475..e775d2a9b2 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5775,14 +5775,14 @@ (define-public xcb-util-renderutil
(define-public xcb-util-wm
(package
(name "xcb-util-wm")
- (version "0.4.1")
+ (version "0.4.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/xcb/"
- name "-" version ".tar.bz2"))
+ name "-" version ".tar.xz"))
(sha256
(base32
- "0gra7hfyxajic4mjd63cpqvd20si53j1q3rbdlkqkahfciwq3gr8"))))
+ "02wai17mxfbvlnj4l4bjbvah97rccdivzvd7mrznhr32s0hlxhv2"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-static")
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 081/109] gnu: libxaw3d: Update to 1.6.6.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (78 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 080/109] gnu: xcb-util-wm: Update to 0.4.2 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 082/109] gnu: libxpresent: Update to 1.0.1 iyzsong--- via Guix-patches via
` (27 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (libxaw3d): Update to 1.6.6.
Change-Id: I50be7b6289c12e15289731083ffdfc58c061eebc
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index e775d2a9b2..ce5ba515a3 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5857,7 +5857,7 @@ (define-public xinit
(define-public libxaw3d
(package
(name "libxaw3d")
- (version "1.6.4")
+ (version "1.6.6")
(source
(origin
(method url-fetch)
@@ -5867,7 +5867,7 @@ (define-public libxaw3d
".tar.xz"))
(sha256
(base32
- "0484fn93jqjadc68gnrnjgx0pbgravq2i6ssbbrb13n69d9dy016"))))
+ "0il6vkm357c23wa39prhkaskrgxg080fggcbyaqidmjs2cvkw754"))))
(build-system gnu-build-system)
(propagated-inputs
(list libxext libxmu libxt))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 082/109] gnu: libxpresent: Update to 1.0.1.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (79 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 081/109] gnu: libxaw3d: Update to 1.6.6 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 083/109] gnu: xmag: Update to 1.0.8 iyzsong--- via Guix-patches via
` (26 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (libxpresent): Update to 1.0.1.
Change-Id: I05db2a8d317d97c8c7eef3ba66340b665264da80
---
gnu/packages/xorg.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index ce5ba515a3..d319e5ebff 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5885,13 +5885,16 @@ (define-public libxaw3d
(define-public libxpresent
(package
(name "libxpresent")
- (version "1.0.0")
+ (version "1.0.1")
(source (origin
(method url-fetch)
- (uri "mirror://xorg/individual/lib/libXpresent-1.0.0.tar.bz2")
+ (uri (string-append
+ "mirror://xorg/individual/lib/libXpresent-"
+ version
+ ".tar.xz"))
(sha256
(base32
- "12kvvar3ihf6sw49h6ywfdiwmb8i1gh8wasg1zhzp6hs2hay06n1"))))
+ "06r34v7z3jb0x7l5ghlc1g82gjjp5ilq5p6j11galv86bagdyr5r"))))
(inputs
(list libx11 xorgproto libxext libxfixes libxrandr))
(native-inputs
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 083/109] gnu: xmag: Update to 1.0.8.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (80 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 082/109] gnu: libxpresent: Update to 1.0.1 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 084/109] gnu: xmessage: Update to 1.0.7 iyzsong--- via Guix-patches via
` (25 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xmag): Update to 1.0.8.
Change-Id: Ib67bd5e44d77dd7015229050ec985851fcd865c3
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index d319e5ebff..fdb6f098a2 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5940,14 +5940,14 @@ (define-public xclock
(define-public xmag
(package
(name "xmag")
- (version "1.0.7")
+ (version "1.0.8")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/app/xmag-"
version ".tar.xz"))
(sha256
- (base32 "0qblrqrhxml2asgbck53a1v7c4y7ap7jcyqjg500h1i7bb63d680"))))
+ (base32 "0clm0vm35lkcir5w3bkypax9j57vyzkl9l89qqxbanvr7mc3qv9j"))))
(build-system gnu-build-system)
(arguments
(list
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 084/109] gnu: xmessage: Update to 1.0.7.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (81 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 083/109] gnu: xmag: Update to 1.0.8 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 085/109] gnu: xterm: Update to 396 iyzsong--- via Guix-patches via
` (24 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xmessage): Update to 1.0.7.
Change-Id: Id2c7c8649872732bbcf4b93f17919a9675be3424
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index fdb6f098a2..e74e04a415 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5967,14 +5967,14 @@ (define-public xmag
(define-public xmessage
(package
(name "xmessage")
- (version "1.0.6")
+ (version "1.0.7")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/app/xmessage-"
version ".tar.xz"))
(sha256
- (base32 "04kahkk3kd6p1xlzf0jwfgnrb5z2r3y55q3p12b6n59py52wbsnj"))))
+ (base32 "0mh3lclzh82l4wkwg1d9gflnm1irjydihg30gqfxcwmpl2vwqgvh"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 085/109] gnu: xterm: Update to 396.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (82 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 084/109] gnu: xmessage: Update to 1.0.7 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 086/109] gnu: xcompmgr: Update to 1.1.10 iyzsong--- via Guix-patches via
` (23 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xterm): Update to 396.
Change-Id: Ice1206e6a5a0ec96b84c73bdee3c8d4a44b89c5d
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index e74e04a415..649f187217 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5995,7 +5995,7 @@ (define-public xmessage
(define-public xterm
(package
(name "xterm")
- (version "390")
+ (version "396")
(source
(origin
(method url-fetch)
@@ -6005,7 +6005,7 @@ (define-public xterm
(string-append "ftp://ftp.invisible-island.net/xterm/"
"xterm-" version ".tgz")))
(sha256
- (base32 "03wwdwnpj5dg1ah5sfp00ppzawjd81lnw47g4p20jjhpqly7q4bm"))
+ (base32 "19d6g33nryfg390jv4hdwic5bazj8vkm4qzlk6d23d7c1rnlpya3"))
(patches
(search-patches "xterm-370-explicit-xcursor.patch"))))
(build-system gnu-build-system)
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 086/109] gnu: xcompmgr: Update to 1.1.10.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (83 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 085/109] gnu: xterm: Update to 396 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 087/109] gnu: xcb-util-errors: Update to 1.0.1 iyzsong--- via Guix-patches via
` (22 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xcompmgr): Update to 1.1.10.
Change-Id: Iac3adcc53cafa7d8fe3c9d70c090ffbb554899ba
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 649f187217..0d7f46d2cc 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6161,7 +6161,7 @@ (define-public perl-x11-protocol-other
(define-public xcompmgr
(package
(name "xcompmgr")
- (version "1.1.8")
+ (version "1.1.10")
(source
(origin
;; There's no current tarball.
@@ -6170,7 +6170,7 @@ (define-public xcompmgr
(url "https://anongit.freedesktop.org/git/xorg/app/xcompmgr.git")
(commit (string-append "xcompmgr-" version))))
(sha256
- (base32 "11i7vyk3pynw8q8aczpy56qncm84y0cmhlvyja3sj8dgy60g03q2"))
+ (base32 "11bi5xa3wkvjl1v5xpfi6c9fhxsxx6smivwwj24zq5gidl72xjhk"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 087/109] gnu: xcb-util-errors: Update to 1.0.1.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (84 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 086/109] gnu: xcompmgr: Update to 1.1.10 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 088/109] gnu: libxfont2: Update to 2.0.7 iyzsong--- via Guix-patches via
` (21 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
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
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 088/109] gnu: libxfont2: Update to 2.0.7.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (85 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 087/109] gnu: xcb-util-errors: Update to 1.0.1 iyzsong--- via Guix-patches via
@ 2024-12-28 11:15 ` iyzsong--- via Guix-patches via
2024-12-28 11:16 ` [bug#75160] [PATCH xorg-updates 089/109] gnu: xf86-video-ark: Update to 0.7.6 iyzsong--- via Guix-patches via
` (20 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:15 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (libxfont2): Update to 2.0.7.
Change-Id: Id54e558c9491f32d32af67d87b18f5c1b613d781
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 9d56f8ba49..130ebbcab0 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4904,14 +4904,14 @@ (define-public libxfont
(define-public libxfont2
(package
(inherit libxfont)
- (version "2.0.4")
+ (version "2.0.7")
(source (origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/lib/libXfont2-"
- version ".tar.bz2"))
+ version ".tar.xz"))
(sha256
(base32
- "1rk9pjxcm01lbr1dxhnvk4f2qrn6zp068qjbvvz5w0z5d0rin5bd"))))))
+ "1ywfwpirvi7fmd3my3cb6szzd9c4p7xy7s1kjjv6k1x4xgyq4ywb"))))))
(define-public libxi
(package
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 089/109] gnu: xf86-video-ark: Update to 0.7.6.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (86 preceding siblings ...)
2024-12-28 11:15 ` [bug#75160] [PATCH xorg-updates 088/109] gnu: libxfont2: Update to 2.0.7 iyzsong--- via Guix-patches via
@ 2024-12-28 11:16 ` iyzsong--- via Guix-patches via
2024-12-28 11:16 ` [bug#75160] [PATCH xorg-updates 090/109] gnu: xf86-video-savage: Update to 2.4.1 iyzsong--- via Guix-patches via
` (19 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:16 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xf86-video-ark): Update to 0.7.6.
* gnu/packages/patches/xf86-video-ark-remove-mibstore.patch: Remove patch.
* gnu/local.mk (dist_patch_DATA): Remove it.
Change-Id: Iae0186f3b65614afd87256acabddd8e46fc3e098
---
gnu/local.mk | 1 -
.../xf86-video-ark-remove-mibstore.patch | 23 -------------------
gnu/packages/xorg.scm | 7 +++---
3 files changed, 3 insertions(+), 28 deletions(-)
delete mode 100644 gnu/packages/patches/xf86-video-ark-remove-mibstore.patch
diff --git a/gnu/local.mk b/gnu/local.mk
index 90a4896fa1..f0e4b16a8e 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -2386,7 +2386,6 @@ dist_patch_DATA = \
%D%/packages/patches/x265-arm-flags.patch \
%D%/packages/patches/xdg-desktop-portal-disable-portal-tests.patch\
%D%/packages/patches/xdg-desktop-portal-wlr-harcoded-length.patch\
- %D%/packages/patches/xf86-video-ark-remove-mibstore.patch \
%D%/packages/patches/xf86-video-nouveau-fixup-ABI.patch \
%D%/packages/patches/xf86-video-savage-xorg-compat.patch \
%D%/packages/patches/xf86-video-siliconmotion-fix-ftbfs.patch \
diff --git a/gnu/packages/patches/xf86-video-ark-remove-mibstore.patch b/gnu/packages/patches/xf86-video-ark-remove-mibstore.patch
deleted file mode 100644
index 4a5b629b43..0000000000
--- a/gnu/packages/patches/xf86-video-ark-remove-mibstore.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Removes references to mibstore.h and miInitializeBackingStore, which
-have been removed from xorg-server. Zack Rusin <zackr@vmware.com>
-wrote: "It was a noop for at least 5 years and it has been removed."
-See: http://patches.openembedded.org/patch/46133/
-
---- xf86-video-ark-0.7.5/src/ark_driver.c.~1~ 2012-07-17 00:51:36.000000000 -0400
-+++ xf86-video-ark-0.7.5/src/ark_driver.c 2014-12-19 00:23:13.028931734 -0500
-@@ -39,7 +39,6 @@
- #include "compiler.h"
- #include "mipointer.h"
- #include "micmap.h"
--#include "mibstore.h"
- #include "fb.h"
- #include "ark.h"
-
-@@ -538,7 +537,6 @@
-
- fbPictureInit (pScreen, 0, 0);
-
-- miInitializeBackingStore(pScreen);
- xf86SetBackingStore(pScreen);
-
- if (!pARK->NoAccel) {
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 130ebbcab0..a0318644c8 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2736,18 +2736,17 @@ (define-public xf86-video-amdgpu
(define-public xf86-video-ark
(package
(name "xf86-video-ark")
- (version "0.7.5")
+ (version "0.7.6")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/driver/xf86-video-ark-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "07p5vdsj2ckxb6wh02s61akcv4qfg6s1d5ld3jn3lfaayd3f1466"))
- (patches (search-patches "xf86-video-ark-remove-mibstore.patch"))))
+ "0p88blr3zgy47jc4aqivc6ypj4zq9pad1cl70wwz9xig29w9xk2s"))))
(build-system gnu-build-system)
(inputs (list xorg-server))
(native-inputs (list pkg-config))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 090/109] gnu: xf86-video-savage: Update to 2.4.1.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (87 preceding siblings ...)
2024-12-28 11:16 ` [bug#75160] [PATCH xorg-updates 089/109] gnu: xf86-video-ark: Update to 0.7.6 iyzsong--- via Guix-patches via
@ 2024-12-28 11:16 ` iyzsong--- via Guix-patches via
2024-12-28 11:16 ` [bug#75160] [PATCH xorg-updates 091/109] gnu: xf86-video-nouveau: Update to 1.0.18 iyzsong--- via Guix-patches via
` (18 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:16 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xf86-video-savage): Update to 2.4.1.
* gnu/packages/patches/xf86-video-savage-xorg-compat.patch: Remove patch.
* gnu/local.mk (dist_patch_DATA): Remove it.
Change-Id: I186c93badb813aa0fc4a3d558ff8a084c6c652af
---
gnu/local.mk | 1 -
.../xf86-video-savage-xorg-compat.patch | 33 -------------------
gnu/packages/xorg.scm | 7 ++--
3 files changed, 3 insertions(+), 38 deletions(-)
delete mode 100644 gnu/packages/patches/xf86-video-savage-xorg-compat.patch
diff --git a/gnu/local.mk b/gnu/local.mk
index f0e4b16a8e..171e1d5e94 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -2387,7 +2387,6 @@ dist_patch_DATA = \
%D%/packages/patches/xdg-desktop-portal-disable-portal-tests.patch\
%D%/packages/patches/xdg-desktop-portal-wlr-harcoded-length.patch\
%D%/packages/patches/xf86-video-nouveau-fixup-ABI.patch \
- %D%/packages/patches/xf86-video-savage-xorg-compat.patch \
%D%/packages/patches/xf86-video-siliconmotion-fix-ftbfs.patch \
%D%/packages/patches/xfig-Enable-error-message-for-missing-libraries.patch \
%D%/packages/patches/xfig-Fix-double-free-when-requesting-MediaBox.patch \
diff --git a/gnu/packages/patches/xf86-video-savage-xorg-compat.patch b/gnu/packages/patches/xf86-video-savage-xorg-compat.patch
deleted file mode 100644
index 9524032676..0000000000
--- a/gnu/packages/patches/xf86-video-savage-xorg-compat.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Fix build against xorg-server >= 1.20.
-
-Patch taken from upstream:
-https://cgit.freedesktop.org/xorg/driver/xf86-video-savage/commit/?id=0ece556daa8a88771b669d8104396abd9166d2d0
-
-diff --git a/src/savage_driver.c b/src/savage_driver.c
-index 58a294d..3cda923 100644
---- a/src/savage_driver.c
-+++ b/src/savage_driver.c
-@@ -2034,8 +2034,6 @@ static Bool SavagePreInit(ScrnInfoPtr pScrn, int flags)
- xf86DrvMsg(pScrn->scrnIndex, X_PROBED, "Detected current MCLK value of %1.3f MHz\n",
- mclk / 1000.0);
-
-- pScrn->maxHValue = 2048 << 3; /* 11 bits of h_total 8-pixel units */
-- pScrn->maxVValue = 2048; /* 11 bits of v_total */
- pScrn->virtualX = pScrn->display->virtualX;
- pScrn->virtualY = pScrn->display->virtualY;
-
-@@ -3637,6 +3635,14 @@ static ModeStatus SavageValidMode(SCRN_ARG_TYPE arg, DisplayModePtr pMode,
- (pMode->VDisplay > psav->PanelY)))
- return MODE_PANEL;
-
-+ /* 11 bits of h_total 8-pixel units */
-+ if (pMode->HTotal > (2048 << 3))
-+ return MODE_BAD_HVALUE;
-+
-+ /* 11 bits of v_total */
-+ if (pMode->VTotal > 2048)
-+ return MODE_BAD_VVALUE;
-+
- if (psav->UseBIOS) {
- refresh = SavageGetRefresh(pMode);
- return (SavageMatchBiosMode(pScrn,pMode->HDisplay,
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index a0318644c8..f467db643c 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3233,18 +3233,17 @@ (define-public xf86-video-r128
(define-public xf86-video-savage
(package
(name "xf86-video-savage")
- (version "2.3.9")
+ (version "2.4.1")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/driver/xf86-video-savage-"
version
- ".tar.bz2"))
- (patches (search-patches "xf86-video-savage-xorg-compat.patch"))
+ ".tar.xz"))
(sha256
(base32
- "11pcrsdpdrwk0mrgv83s5nsx8a9i4lhmivnal3fjbrvi3zdw94rc"))))
+ "1bqhgldb6yahpgav7g7cyc4kl5pm3mgkq8w2qncj36311hb92hb7"))))
(build-system gnu-build-system)
(inputs (list mesa xorgproto xorg-server))
(native-inputs (list pkg-config))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 091/109] gnu: xf86-video-nouveau: Update to 1.0.18.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (88 preceding siblings ...)
2024-12-28 11:16 ` [bug#75160] [PATCH xorg-updates 090/109] gnu: xf86-video-savage: Update to 2.4.1 iyzsong--- via Guix-patches via
@ 2024-12-28 11:16 ` iyzsong--- via Guix-patches via
2024-12-28 11:16 ` [bug#75160] [PATCH xorg-updates 092/109] gnu: libpthread-stubs: Update to 0.5 iyzsong--- via Guix-patches via
` (17 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:16 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xf86-video-nouveau): Update to 1.0.18.
* gnu/packages/patches/xf86-video-nouveau-fixup-ABI.patch: Remove patch.
* gnu/local.mk (dist_patch_DATA): Remove it.
Change-Id: I0632a55df5b3364c63cdfd53bf31d004d2b1c3b9
---
gnu/local.mk | 1 -
.../xf86-video-nouveau-fixup-ABI.patch | 64 -------------------
gnu/packages/xorg.scm | 7 +-
3 files changed, 3 insertions(+), 69 deletions(-)
delete mode 100644 gnu/packages/patches/xf86-video-nouveau-fixup-ABI.patch
diff --git a/gnu/local.mk b/gnu/local.mk
index 171e1d5e94..d56edd4251 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -2386,7 +2386,6 @@ dist_patch_DATA = \
%D%/packages/patches/x265-arm-flags.patch \
%D%/packages/patches/xdg-desktop-portal-disable-portal-tests.patch\
%D%/packages/patches/xdg-desktop-portal-wlr-harcoded-length.patch\
- %D%/packages/patches/xf86-video-nouveau-fixup-ABI.patch \
%D%/packages/patches/xf86-video-siliconmotion-fix-ftbfs.patch \
%D%/packages/patches/xfig-Enable-error-message-for-missing-libraries.patch \
%D%/packages/patches/xfig-Fix-double-free-when-requesting-MediaBox.patch \
diff --git a/gnu/packages/patches/xf86-video-nouveau-fixup-ABI.patch b/gnu/packages/patches/xf86-video-nouveau-fixup-ABI.patch
deleted file mode 100644
index a18e3f8ab9..0000000000
--- a/gnu/packages/patches/xf86-video-nouveau-fixup-ABI.patch
+++ /dev/null
@@ -1,64 +0,0 @@
-From e80e73ced69b15662103d0fd6837db4ce6c6eb5b Mon Sep 17 00:00:00 2001
-From: Dave Airlie <airlied@redhat.com>
-Date: Mon, 13 Jul 2020 09:20:15 +1000
-Subject: [PATCH] nouveau: fixup driver for new X server ABI
-
----
- src/compat-api.h | 4 ++++
- src/nouveau_exa.c | 2 +-
- src/nv_driver.c | 6 +++---
- 3 files changed, 8 insertions(+), 4 deletions(-)
-
-diff --git a/src/compat-api.h b/src/compat-api.h
-index fde2f4b..8a1fcf9 100644
---- a/src/compat-api.h
-+++ b/src/compat-api.h
-@@ -102,4 +102,8 @@
-
- #endif
-
-+#if ABI_VIDEODRV_VERSION < SET_ABI_VERSION(25, 2)
-+#define secondary_dst slave_dst
-+#endif
-+
- #endif
-diff --git a/src/nouveau_exa.c b/src/nouveau_exa.c
-index 55df6f8..db3b112 100644
---- a/src/nouveau_exa.c
-+++ b/src/nouveau_exa.c
-@@ -157,7 +157,7 @@ nouveau_exa_destroy_pixmap(ScreenPtr pScreen, void *priv)
-
- #ifdef NOUVEAU_PIXMAP_SHARING
- static Bool
--nouveau_exa_share_pixmap_backing(PixmapPtr ppix, ScreenPtr slave, void **handle_p)
-+nouveau_exa_share_pixmap_backing(PixmapPtr ppix, ScreenPtr secondary, void **handle_p)
- {
- struct nouveau_bo *bo = nouveau_pixmap_bo(ppix);
- struct nouveau_pixmap *nvpix = nouveau_pixmap(ppix);
-diff --git a/src/nv_driver.c b/src/nv_driver.c
-index e72a6b6..f9ab4af 100644
---- a/src/nv_driver.c
-+++ b/src/nv_driver.c
-@@ -559,16 +559,16 @@ redisplay_dirty(ScreenPtr screen, PixmapDirtyUpdatePtr dirty)
- {
- RegionRec pixregion;
-
-- PixmapRegionInit(&pixregion, dirty->slave_dst);
-+ PixmapRegionInit(&pixregion, dirty->secondary_dst);
-
-- DamageRegionAppend(&dirty->slave_dst->drawable, &pixregion);
-+ DamageRegionAppend(&dirty->secondary_dst->drawable, &pixregion);
- #ifdef HAS_DIRTYTRACKING_ROTATION
- PixmapSyncDirtyHelper(dirty);
- #else
- PixmapSyncDirtyHelper(dirty, &pixregion);
- #endif
-
-- DamageRegionProcessPending(&dirty->slave_dst->drawable);
-+ DamageRegionProcessPending(&dirty->secondary_dst->drawable);
- RegionUninit(&pixregion);
- }
-
---
-2.33.1
-
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index f467db643c..b0aa740f19 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3166,15 +3166,14 @@ (define-public xf86-video-nv
(define-public xf86-video-nouveau
(package
(name "xf86-video-nouveau")
- (version "1.0.17")
+ (version "1.0.18")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/driver/xf86-video-nouveau-"
- version ".tar.bz2"))
+ version ".tar.xz"))
(sha256
- (base32 "0sqm1jwjg15sp8v7039y2hsbhph8gpjd2bdzcqqiij2mgbi254s9"))
- (patches (search-patches "xf86-video-nouveau-fixup-ABI.patch"))))
+ (base32 "1z9bqfr81w2ahq2vyphgjbl0ffxndrpxb4mqqly76srjcj7d6ap8"))))
(build-system gnu-build-system)
(inputs (list xorg-server))
(native-inputs (list pkg-config))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 092/109] gnu: libpthread-stubs: Update to 0.5.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (89 preceding siblings ...)
2024-12-28 11:16 ` [bug#75160] [PATCH xorg-updates 091/109] gnu: xf86-video-nouveau: Update to 1.0.18 iyzsong--- via Guix-patches via
@ 2024-12-28 11:16 ` iyzsong--- via Guix-patches via
2024-12-28 11:16 ` [bug#75160] [PATCH xorg-updates 093/109] gnu: xf86-input-evdev: Update to 2.11.0 iyzsong--- via Guix-patches via
` (16 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:16 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (libpthread-stubs): Update to 0.5.
Change-Id: If4c7921ef484a73d802963a42e7ca44e3020d1a8
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index b0aa740f19..d4c52fef75 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1207,17 +1207,17 @@ (define-public libpciaccess
(define-public libpthread-stubs
(package
(name "libpthread-stubs")
- (version "0.4")
+ (version "0.5")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/xcb/libpthread-stubs-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "0cz7s9w8lqgzinicd4g36rjg08zhsbyngh0w68c3np8nlc8mkl74"))))
+ "1g224hyy694jch54357zc895z46r90xs193hg4m7rfnfxinmdnjr"))))
(build-system gnu-build-system)
(native-inputs (list pkg-config))
(home-page "https://www.x.org/wiki/")
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 093/109] gnu: xf86-input-evdev: Update to 2.11.0.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (90 preceding siblings ...)
2024-12-28 11:16 ` [bug#75160] [PATCH xorg-updates 092/109] gnu: libpthread-stubs: Update to 0.5 iyzsong--- via Guix-patches via
@ 2024-12-28 11:16 ` iyzsong--- via Guix-patches via
2024-12-28 11:16 ` [bug#75160] [PATCH xorg-updates 094/109] gnu: xf86-input-libinput: Update to 1.5.0 iyzsong--- via Guix-patches via
` (15 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:16 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xf86-input-evdev): Update to 2.11.0.
Change-Id: I977bdb019001d109cad38a9cd02bc120729b43e9
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index d4c52fef75..51168e21c0 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2513,17 +2513,17 @@ (define-public libevdev
(define-public xf86-input-evdev
(package
(name "xf86-input-evdev")
- (version "2.10.6")
+ (version "2.11.0")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/driver/xf86-input-evdev-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "1h1y0fwnawlp4yc5llr1l7hwfcxxpln2fxhy6arcf6w6h4z0f9l7"))))
+ "058k0xdf4hkn8lz5gx4c08mgbzvv58haz7a32axndhscjgg2403k"))))
(build-system gnu-build-system)
(inputs
`(("udev" ,eudev)
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 094/109] gnu: xf86-input-libinput: Update to 1.5.0.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (91 preceding siblings ...)
2024-12-28 11:16 ` [bug#75160] [PATCH xorg-updates 093/109] gnu: xf86-input-evdev: Update to 2.11.0 iyzsong--- via Guix-patches via
@ 2024-12-28 11:16 ` iyzsong--- via Guix-patches via
2024-12-28 11:16 ` [bug#75160] [PATCH xorg-updates 095/109] gnu: xf86-input-keyboard: Update to 2.1.0 iyzsong--- via Guix-patches via
` (14 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:16 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xf86-input-libinput): Update to 1.5.0.
Change-Id: I4ef21395bcf9032f8054b56021f15563bfe2fa46
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 51168e21c0..0b88733549 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2547,7 +2547,7 @@ (define-public xf86-input-evdev
(define-public xf86-input-libinput
(package
(name "xf86-input-libinput")
- (version "1.2.1")
+ (version "1.5.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2555,7 +2555,7 @@ (define-public xf86-input-libinput
name "-" version ".tar.xz"))
(sha256
(base32
- "06wpgqga4kc5ph5bd5cabfg0gdcdkbd65jrdx467qcfvkmdxnlc1"))))
+ "1rl06l0gdqmc4v08mya93m74ana76b7s3fzkmq8ylm3535gw6915"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 095/109] gnu: xf86-input-keyboard: Update to 2.1.0.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (92 preceding siblings ...)
2024-12-28 11:16 ` [bug#75160] [PATCH xorg-updates 094/109] gnu: xf86-input-libinput: Update to 1.5.0 iyzsong--- via Guix-patches via
@ 2024-12-28 11:16 ` iyzsong--- via Guix-patches via
2024-12-28 11:16 ` [bug#75160] [PATCH xorg-updates 096/109] gnu: xf86-input-mouse: Update to 1.9.5 iyzsong--- via Guix-patches via
` (13 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:16 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xf86-input-keyboard): Update to 2.1.0.
Change-Id: Ie98f10c55b027616636702f3c880b038080bc815
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 0b88733549..3049a67c94 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2607,17 +2607,17 @@ (define-public xf86-input-joystick
(define-public xf86-input-keyboard
(package
(name "xf86-input-keyboard")
- (version "1.9.0")
+ (version "2.1.0")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/driver/xf86-input-keyboard-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "12032yg412kyvnmc5fha1in7mpi651d8sa1bk4138s2j2zr01jgp"))))
+ "0mvwxrnkq0lzhjr894p420zxffdn34nc2scinmp7qd1hikr51kkp"))))
(build-system gnu-build-system)
(inputs (list xorg-server))
(native-inputs (list pkg-config))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 096/109] gnu: xf86-input-mouse: Update to 1.9.5.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (93 preceding siblings ...)
2024-12-28 11:16 ` [bug#75160] [PATCH xorg-updates 095/109] gnu: xf86-input-keyboard: Update to 2.1.0 iyzsong--- via Guix-patches via
@ 2024-12-28 11:16 ` iyzsong--- via Guix-patches via
2024-12-28 11:16 ` [bug#75160] [PATCH xorg-updates 097/109] gnu: xf86-input-void: Update to 1.4.2 iyzsong--- via Guix-patches via
` (12 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:16 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xf86-input-mouse): Update to 1.9.5.
Change-Id: I5a4f1a536025dbd10f0a6665a04cd3a2a58e7c85
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 3049a67c94..82f9d5fafc 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2630,7 +2630,7 @@ (define-public xf86-input-keyboard
(define-public xf86-input-mouse
(package
(name "xf86-input-mouse")
- (version "1.9.4")
+ (version "1.9.5")
(source
(origin
(method url-fetch)
@@ -2640,7 +2640,7 @@ (define-public xf86-input-mouse
".tar.xz"))
(sha256
(base32
- "0k4dpppplj0hq77lgn8argdcgy61cijr0f4zrzfvv2i3zi8qavvz"))))
+ "0s4rzp7aqpbqm4474hg4bz7i7vg3ir93ck2q12if4lj3nklqmpjg"))))
(build-system gnu-build-system)
(inputs (list xorg-server))
(native-inputs (list pkg-config))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 097/109] gnu: xf86-input-void: Update to 1.4.2.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (94 preceding siblings ...)
2024-12-28 11:16 ` [bug#75160] [PATCH xorg-updates 096/109] gnu: xf86-input-mouse: Update to 1.9.5 iyzsong--- via Guix-patches via
@ 2024-12-28 11:16 ` iyzsong--- via Guix-patches via
2024-12-28 11:16 ` [bug#75160] [PATCH xorg-updates 098/109] gnu: xf86-video-amdgpu: Update to 23.0.0 iyzsong--- via Guix-patches via
` (11 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:16 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xf86-input-void): Update to 1.4.2.
Change-Id: I219d901481db43cdb0798beb15160238e95ada9e
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 82f9d5fafc..5dc270153f 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2692,17 +2692,17 @@ (define-public xf86-input-synaptics
(define-public xf86-input-void
(package
(name "xf86-input-void")
- (version "1.4.1")
+ (version "1.4.2")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/driver/xf86-input-void-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "171k8b8s42s3w73l7ln9jqwk88w4l7r1km2blx1vy898c854yvpr"))))
+ "11bqy2djgb82c1g8ylpfwp3wjw4x83afi8mqyn5fvqp03kidh4d2"))))
(build-system gnu-build-system)
(inputs (list xorg-server))
(native-inputs (list pkg-config))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 098/109] gnu: xf86-video-amdgpu: Update to 23.0.0.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (95 preceding siblings ...)
2024-12-28 11:16 ` [bug#75160] [PATCH xorg-updates 097/109] gnu: xf86-input-void: Update to 1.4.2 iyzsong--- via Guix-patches via
@ 2024-12-28 11:16 ` iyzsong--- via Guix-patches via
2024-12-28 11:16 ` [bug#75160] [PATCH xorg-updates 099/109] gnu: xf86-video-dummy: Update to 0.4.1 iyzsong--- via Guix-patches via
` (10 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:16 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xf86-video-amdgpu): Update to 23.0.0.
Change-Id: Id2cd962ce40494d7a920d0aec51fe9693279eb5b
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 5dc270153f..8d3775328e 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2715,14 +2715,14 @@ (define-public xf86-input-void
(define-public xf86-video-amdgpu
(package
(name "xf86-video-amdgpu")
- (version "22.0.0")
+ (version "23.0.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/driver/"
"xf86-video-amdgpu-" version ".tar.xz"))
(sha256
- (base32 "0rl2fxhhgcjywn2z8h9gmvm58zjy93lx391ax76krp0m55hgn8wx"))))
+ (base32 "0qf0kjh6pww5abxmqa4c9sfa2qq1hq4p8qcgqpfd1kpkcvmg012g"))))
(build-system gnu-build-system)
(inputs (list xorg-server))
(native-inputs (list pkg-config))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 099/109] gnu: xf86-video-dummy: Update to 0.4.1.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (96 preceding siblings ...)
2024-12-28 11:16 ` [bug#75160] [PATCH xorg-updates 098/109] gnu: xf86-video-amdgpu: Update to 23.0.0 iyzsong--- via Guix-patches via
@ 2024-12-28 11:16 ` iyzsong--- via Guix-patches via
2024-12-28 11:16 ` [bug#75160] [PATCH xorg-updates 100/109] gnu: xf86-video-fbdev: Update to 0.5.1 iyzsong--- via Guix-patches via
` (9 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:16 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xf86-video-dummy): Update to 0.4.1.
Change-Id: Id242fe46140fc0daadb8298e49361396ccfe724d
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 8d3775328e..b943b7f330 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2832,14 +2832,14 @@ (define-public xf86-video-cirrus
(define-public xf86-video-dummy
(package
(name "xf86-video-dummy")
- (version "0.4.0")
+ (version "0.4.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/driver/"
"xf86-video-dummy-" version ".tar.xz"))
(sha256
- (base32 "0nhy9sd49ig9z00mp9sjbdkfzjgsm71szwjqnry8qn60r3jym377"))))
+ (base32 "1byzsdcnlnzvkcqrzaajzc3nzm7y7ydrk9bjr4x9lx8gznkj069m"))))
(build-system gnu-build-system)
(inputs (list xorg-server))
(native-inputs (list pkg-config))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 100/109] gnu: xf86-video-fbdev: Update to 0.5.1.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (97 preceding siblings ...)
2024-12-28 11:16 ` [bug#75160] [PATCH xorg-updates 099/109] gnu: xf86-video-dummy: Update to 0.4.1 iyzsong--- via Guix-patches via
@ 2024-12-28 11:16 ` iyzsong--- via Guix-patches via
2024-12-28 11:23 ` [bug#75160] [PATCH xorg-updates 101/109] gnu: xf86-video-geode: Update to 2.11.21 iyzsong--- via Guix-patches via
` (8 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:16 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xf86-video-fbdev): Update to 0.5.1.
Change-Id: I7449b32211f7eb76eb8fa0704b5de465567a6b51
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index b943b7f330..2ddb2e737f 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2853,17 +2853,17 @@ (define-public xf86-video-dummy
(define-public xf86-video-fbdev
(package
(name "xf86-video-fbdev")
- (version "0.5.0")
+ (version "0.5.1")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/driver/xf86-video-fbdev-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "16a66zr0l1lmssa07i3rzy07djxnb45c17ks8c71h8l06xgxihyw"))))
+ "11zk8whari4m99ad3w30xwcjkgya4xbcpmg8710q14phkbxw0aww"))))
(build-system gnu-build-system)
(inputs (list xorg-server))
(native-inputs (list pkg-config))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 101/109] gnu: xf86-video-geode: Update to 2.11.21.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (98 preceding siblings ...)
2024-12-28 11:16 ` [bug#75160] [PATCH xorg-updates 100/109] gnu: xf86-video-fbdev: Update to 0.5.1 iyzsong--- via Guix-patches via
@ 2024-12-28 11:23 ` iyzsong--- via Guix-patches via
2024-12-28 11:23 ` [bug#75160] [PATCH xorg-updates 102/109] gnu: xf86-video-i128: Update to 1.4.1 iyzsong--- via Guix-patches via
` (7 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:23 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xf86-video-geode): Update to 2.11.21.
Change-Id: I619be8f9793a669a30d5d4ec9d1d587b4e877517
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 2ddb2e737f..22181dedcc 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2923,14 +2923,14 @@ (define-public xf86-video-freedreno
(define-public xf86-video-geode
(package
(name "xf86-video-geode")
- (version "2.11.20")
+ (version "2.11.21")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/driver/xf86-video-geode-"
- version ".tar.bz2"))
+ version ".tar.xz"))
(sha256
- (base32 "0r2dz0agg0k5wrqdbicji6mh6svzyl0xgqk76hpcfdlzn2zx15zl"))))
+ (base32 "07lzbyxss0m5i4j58z43zri2baawci9q1ykv1g828wqi2hzsqml2"))))
(build-system gnu-build-system)
(inputs (list xorg-server))
(native-inputs (list pkg-config))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 102/109] gnu: xf86-video-i128: Update to 1.4.1.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (99 preceding siblings ...)
2024-12-28 11:23 ` [bug#75160] [PATCH xorg-updates 101/109] gnu: xf86-video-geode: Update to 2.11.21 iyzsong--- via Guix-patches via
@ 2024-12-28 11:23 ` iyzsong--- via Guix-patches via
2024-12-28 11:23 ` [bug#75160] [PATCH xorg-updates 103/109] gnu: xf86-video-mach64: Update to 6.10.0 iyzsong--- via Guix-patches via
` (6 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:23 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xf86-video-i128): Update to 1.4.1.
Change-Id: I1e3c84ea1470538e3b9c5231eb9efd9280ad7e23
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 22181dedcc..89eac525d5 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2976,17 +2976,17 @@ (define-public xf86-video-geode
(define-public xf86-video-i128
(package
(name "xf86-video-i128")
- (version "1.4.0")
+ (version "1.4.1")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/driver/xf86-video-i128-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "1snhpv1igrhifcls3r498kjd14ml6x2xvih7zk9xlsd1ymmhlb4g"))))
+ "0imwmkam09wpp3z3iaw9i4hysxicrrax7i3p0l2glgp3zw9var3h"))))
(build-system gnu-build-system)
(inputs (list xorg-server))
(native-inputs (list pkg-config))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 103/109] gnu: xf86-video-mach64: Update to 6.10.0.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (100 preceding siblings ...)
2024-12-28 11:23 ` [bug#75160] [PATCH xorg-updates 102/109] gnu: xf86-video-i128: Update to 1.4.1 iyzsong--- via Guix-patches via
@ 2024-12-28 11:23 ` iyzsong--- via Guix-patches via
2024-12-28 11:23 ` [bug#75160] [PATCH xorg-updates 104/109] gnu: xf86-video-mga: Update to 2.1.0 iyzsong--- via Guix-patches via
` (5 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:23 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xf86-video-mach64): Update to 6.10.0.
Change-Id: I963927fe05746bb97d3743146208c5f65f123587
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 89eac525d5..47dc877b53 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3039,7 +3039,7 @@ (define-public xf86-video-intel
(define-public xf86-video-mach64
(package
(name "xf86-video-mach64")
- (version "6.9.7")
+ (version "6.10.0")
(source
(origin
(method url-fetch)
@@ -3049,7 +3049,7 @@ (define-public xf86-video-mach64
".tar.xz"))
(sha256
(base32
- "1fl1jjx0zdr9alkxw23zx6aj1bj4l8inz5w7y7k2g0kwzazqmmsh"))))
+ "0917498pgm629v84h7ddsmhqa6nc3z2msbv1x9nxrlkwl93npffn"))))
(build-system gnu-build-system)
(inputs (list mesa xorgproto xorg-server))
(native-inputs
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 104/109] gnu: xf86-video-mga: Update to 2.1.0.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (101 preceding siblings ...)
2024-12-28 11:23 ` [bug#75160] [PATCH xorg-updates 103/109] gnu: xf86-video-mach64: Update to 6.10.0 iyzsong--- via Guix-patches via
@ 2024-12-28 11:23 ` iyzsong--- via Guix-patches via
2024-12-28 11:23 ` [bug#75160] [PATCH xorg-updates 105/109] gnu: xf86-video-neomagic: Update to 1.3.1 iyzsong--- via Guix-patches via
` (4 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:23 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xf86-video-mga): Update to 2.1.0.
Change-Id: I386705db67d9208ed788a55a8affbc99fdbedb43
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 47dc877b53..de5405f086 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3067,7 +3067,7 @@ (define-public xf86-video-mach64
(define-public xf86-video-mga
(package
(name "xf86-video-mga")
- (version "2.0.1")
+ (version "2.1.0")
(source
(origin
(method url-fetch)
@@ -3077,7 +3077,7 @@ (define-public xf86-video-mga
".tar.xz"))
(sha256
(base32
- "1aq3aqh2yg09gy864kkshfx5pjl5w05jdz97bx5bnrbrhdq3p8r7"))))
+ "0wxbcgg5i4yq22pbc50567877z8irxhqzgl3sk6vf5zs9szmvy3v"))))
(build-system gnu-build-system)
(inputs (list mesa xorgproto xorg-server))
(native-inputs (list pkg-config))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 105/109] gnu: xf86-video-neomagic: Update to 1.3.1.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (102 preceding siblings ...)
2024-12-28 11:23 ` [bug#75160] [PATCH xorg-updates 104/109] gnu: xf86-video-mga: Update to 2.1.0 iyzsong--- via Guix-patches via
@ 2024-12-28 11:23 ` iyzsong--- via Guix-patches via
2024-12-28 11:23 ` [bug#75160] [PATCH xorg-updates 106/109] gnu: xf86-video-nv: Update to 2.1.23 iyzsong--- via Guix-patches via
` (3 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:23 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xf86-video-neomagic): Update to 1.3.1.
Change-Id: I4a1f9fd8dc0ddeb5060f80a24f4d39ae21ea0b89
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index de5405f086..bebe4c0a13 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3090,17 +3090,17 @@ (define-public xf86-video-mga
(define-public xf86-video-neomagic
(package
(name "xf86-video-neomagic")
- (version "1.3.0")
+ (version "1.3.1")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/driver/xf86-video-neomagic-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "0r4h673kw8fl7afc30anwbjlbhp82mg15fvaxf470xg7z983k0wk"))))
+ "153lzhq0vahg3875wi8hl9rf4sgizs41zmfg6hpfjw99qdzaq7xn"))))
(build-system gnu-build-system)
(inputs (list xorgproto xorg-server))
(native-inputs (list pkg-config))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 106/109] gnu: xf86-video-nv: Update to 2.1.23.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (103 preceding siblings ...)
2024-12-28 11:23 ` [bug#75160] [PATCH xorg-updates 105/109] gnu: xf86-video-neomagic: Update to 1.3.1 iyzsong--- via Guix-patches via
@ 2024-12-28 11:23 ` iyzsong--- via Guix-patches via
2024-12-28 11:23 ` [bug#75160] [PATCH xorg-updates 107/109] gnu: xf86-video-r128: Update to 6.13.0 iyzsong--- via Guix-patches via
` (2 subsequent siblings)
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:23 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xf86-video-nv): Update to 2.1.23.
Change-Id: I98fa2915ee2e710a7eff6b3700baa333eeb3c808
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index bebe4c0a13..b7733951b7 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3139,7 +3139,7 @@ (define-public xf86-video-neomagic
(define-public xf86-video-nv
(package
(name "xf86-video-nv")
- (version "2.1.22")
+ (version "2.1.23")
(source
(origin
(method url-fetch)
@@ -3149,7 +3149,7 @@ (define-public xf86-video-nv
".tar.xz"))
(sha256
(base32
- "126j60dgnmiahjk5mxbnaav23hv7nvxvh49vhn6qg2f3nlnr6632"))))
+ "1jlap6xjn4pfwg9ab8fxm5mwf4dqfywp70bgc0071m7k66jbv3f6"))))
(build-system gnu-build-system)
(inputs (list xorg-server))
(native-inputs (list pkg-config))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 107/109] gnu: xf86-video-r128: Update to 6.13.0.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (104 preceding siblings ...)
2024-12-28 11:23 ` [bug#75160] [PATCH xorg-updates 106/109] gnu: xf86-video-nv: Update to 2.1.23 iyzsong--- via Guix-patches via
@ 2024-12-28 11:23 ` iyzsong--- via Guix-patches via
2024-12-28 11:23 ` [bug#75160] [PATCH xorg-updates 108/109] gnu: xf86-video-siliconmotion: Update to 1.7.10 iyzsong--- via Guix-patches via
2024-12-28 11:23 ` [bug#75160] [PATCH xorg-updates 109/109] gnu: xorg-server: Update to 21.1.15 iyzsong--- via Guix-patches via
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:23 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xf86-video-r128): Update to 6.13.0.
Change-Id: I05f35790cd3168ff116d472195a5b7f9f97ef20a
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index b7733951b7..b877658ebe 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3210,14 +3210,14 @@ (define-public xf86-video-qxl
(define-public xf86-video-r128
(package
(name "xf86-video-r128")
- (version "6.12.1")
+ (version "6.13.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/driver/"
name "-" version ".tar.xz"))
(sha256
(base32
- "0hf7h54wxgs8njavp0kgadjq1787fhbd588j7pj685hz2wmkq0kx"))))
+ "0igpfgls5nx4sz8a7yppr42qi37prqmxsy08zqbxbv81q9dfs2zj"))))
(build-system gnu-build-system)
(inputs (list mesa xorgproto xorg-server))
(native-inputs
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 108/109] gnu: xf86-video-siliconmotion: Update to 1.7.10.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (105 preceding siblings ...)
2024-12-28 11:23 ` [bug#75160] [PATCH xorg-updates 107/109] gnu: xf86-video-r128: Update to 6.13.0 iyzsong--- via Guix-patches via
@ 2024-12-28 11:23 ` iyzsong--- via Guix-patches via
2024-12-28 11:23 ` [bug#75160] [PATCH xorg-updates 109/109] gnu: xorg-server: Update to 21.1.15 iyzsong--- via Guix-patches via
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:23 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xf86-video-siliconmotion): Update to 1.7.10.
Change-Id: I11026f8e295198d4cc3a07a5a3d596bd3345b022
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index b877658ebe..917679a423 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3255,17 +3255,17 @@ (define-public xf86-video-savage
(define-public xf86-video-siliconmotion
(package
(name "xf86-video-siliconmotion")
- (version "1.7.9")
+ (version "1.7.10")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/driver/xf86-video-siliconmotion-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "1g2r6gxqrmjdff95d42msxdw6vmkg2zn5sqv0rxd420iwy8wdwyh"))
+ "1h4g2mqxshaxii416ldw0aqy6cxnsbnzayfin51xm2526dw9q18n"))
(patches (search-patches "xf86-video-siliconmotion-fix-ftbfs.patch"))))
(build-system gnu-build-system)
(inputs (list xorg-server))
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread
* [bug#75160] [PATCH xorg-updates 109/109] gnu: xorg-server: Update to 21.1.15.
2024-12-28 11:14 ` [bug#75160] [PATCH xorg-updates 001/109] gnu: xorg-cf-files: Update to 1.0.8 iyzsong--- via Guix-patches via
` (106 preceding siblings ...)
2024-12-28 11:23 ` [bug#75160] [PATCH xorg-updates 108/109] gnu: xf86-video-siliconmotion: Update to 1.7.10 iyzsong--- via Guix-patches via
@ 2024-12-28 11:23 ` iyzsong--- via Guix-patches via
107 siblings, 0 replies; 113+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-12-28 11:23 UTC (permalink / raw)
To: 75160; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xorg.scm (xorg-server): Update to 21.1.15.
Change-Id: If020a74061a0d3a7165d7085a494cc29d90aff5d
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 917679a423..aa0a2f9a3b 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5096,7 +5096,7 @@ (define-public libxcvt
(define-public xorg-server
(package
(name "xorg-server")
- (version "21.1.14")
+ (version "21.1.15")
(source
(origin
(method url-fetch)
@@ -5104,7 +5104,7 @@ (define-public xorg-server
"/xserver/xorg-server-" version ".tar.xz"))
(sha256
(base32
- "0dgfajrnkr8d61z1fjn249s3q1pm23v9w2f1aqb7sx64pp7048cg"))
+ "12g0g9ksswzx1kgn23gvrpa570fnpkdkmw1dfqjjg4422a884744"))
(patches
(list
;; See:
--
2.46.0
^ permalink raw reply related [flat|nested] 113+ messages in thread