unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#59912] [core-updates] Update of X.Org components
@ 2022-12-08 23:01 phodina via Guix-patches via
  2022-12-12 12:12 ` zimoun
  2024-01-20 20:28 ` bug#59912: " Maxim Cournoyer
  0 siblings, 2 replies; 5+ messages in thread
From: phodina via Guix-patches via @ 2022-12-08 23:01 UTC (permalink / raw)
  To: 59912, zimon.toutoune


[-- Attachment #1.1: Type: text/plain, Size: 482 bytes --]

Hi,

here's an update of X.Org components based on [1].

It's mostly update of version+hash and change of the tarball compression bz2->xz.

However, it triggers a lot of rebuilds and I don't know if there's special procedure to do on 'core-updates' branch beside rebuilding the dependent derivations.

Could you please Simon forward the patches to the right maintainers/reviewers? Thank you :-)

[1] https://lists.x.org/archives/xorg-announce/2022-December/date.html#3282

----
Petr

[-- Attachment #1.2: Type: text/html, Size: 759 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0002-gnu-libxcomposite-Update-to-0.4.6.patch --]
[-- Type: text/x-patch; name=0002-gnu-libxcomposite-Update-to-0.4.6.patch, Size: 1161 bytes --]

From 570e3f1d9532d0e61975a223bd9f7539df44229d Mon Sep 17 00:00:00 2001
From: Petr Hodina <phodina@protonmail.com>
Date: Thu, 8 Dec 2022 14:31:16 +0100
Subject: [PATCH 02/18] gnu: libxcomposite: Update to 0.4.6.

* gnu/packages/xorg.scm (libxcomposite): Update to 0.4.6.
[source]: Fix uri due to release of xz archive.

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index bb33619ac3..5655c7ad83 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1234,17 +1234,17 @@ (define-public libwindowswm
 (define-public libxcomposite
   (package
     (name "libxcomposite")
-    (version "0.4.5")
+    (version "0.4.6")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
                "mirror://xorg/individual/lib/libXcomposite-"
                version
-               ".tar.bz2"))
+               ".tar.xz"))
         (sha256
           (base32
-            "13sfcglvz87vl58hd9rszwr73z0z4nwga3c12rfh7f5s2ln8l8dk"))))
+            "11rcvk380l5540gfqy9p8mbzw3l1p5g8l214p870f28smvqbqh7y"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")))
-- 
2.38.1


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: 0015-gnu-xf86-video-r128-Update-to-6.12.1.patch --]
[-- Type: text/x-patch; name=0015-gnu-xf86-video-r128-Update-to-6.12.1.patch, Size: 1222 bytes --]

From 1c9dd3c4f70a9a32e45e44ffb3696b4cd02d88d0 Mon Sep 17 00:00:00 2001
From: Petr Hodina <phodina@protonmail.com>
Date: Thu, 8 Dec 2022 23:42:21 +0100
Subject: [PATCH 15/18] gnu: xf86-video-r128: Update to 6.12.1.

* gnu/packages/xorg.scm (xf86-video-r128): Update to 6.12.1.
[source]: Fix uri due to release of xz archive.

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 3da435b2ee..a143e68176 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3136,14 +3136,14 @@ (define-public xf86-video-qxl
 (define-public xf86-video-r128
   (package
     (name "xf86-video-r128")
-    (version "6.12.0")
+    (version "6.12.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://xorg/individual/driver/"
-                                  name "-" version ".tar.bz2"))
+                                  name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0mz0v5mqmmbncr2drd5zvia1fb7frz2xqwflhhqbnaxx5j48c740"))))
+                "0hf7h54wxgs8njavp0kgadjq1787fhbd588j7pj685hz2wmkq0kx"))))
     (build-system gnu-build-system)
     (inputs (list mesa xorgproto xorg-server))
     (native-inputs
-- 
2.38.1


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #4: 0006-gnu-libice-Update-to-1.1.0.patch --]
[-- Type: text/x-patch; name=0006-gnu-libice-Update-to-1.1.0.patch, Size: 1121 bytes --]

From 9fb3014f051ccf47c49e9ea3454acac4a2da622d Mon Sep 17 00:00:00 2001
From: Petr Hodina <phodina@protonmail.com>
Date: Thu, 8 Dec 2022 14:40:45 +0100
Subject: [PATCH 06/18] gnu: libice: Update to 1.1.0.

* gnu/packages/xorg.scm (libice): Update to 1.1.0.
[source]: Fix uri due to release of xz archive.

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 55d34d99fb..bd8685b54c 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4798,17 +4798,17 @@ (define-public xproto
 (define-public libice
   (package
     (name "libice")
-    (version "1.0.10")
+    (version "1.1.0")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
                "mirror://xorg/individual/lib/libICE-"
                version
-               ".tar.bz2"))
+               ".tar.xz"))
         (sha256
           (base32
-            "0j638yvmyna2k4mz465jywgdybgdchdqppfx6xfazg7l5khxr1kg"))))
+            "0nr2mcsm50psgdm2wiwbiqg6g9x2rxm3bs3kmr5bv00iv10grlh2"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")))
-- 
2.38.1


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #5: 0009-gnu-xinit-Update-to-1.4.2.patch --]
[-- Type: text/x-patch; name=0009-gnu-xinit-Update-to-1.4.2.patch, Size: 1136 bytes --]

From e58af846fac505f588de60aa2a06edcaf1a8aae7 Mon Sep 17 00:00:00 2001
From: Petr Hodina <phodina@protonmail.com>
Date: Thu, 8 Dec 2022 14:59:34 +0100
Subject: [PATCH 09/18] gnu: xinit: Update to 1.4.2.

* gnu/packages/xorg.scm (xinit): Update to 1.4.2.
[source]: Fix uri due to release of xz archive.

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 517dc676ea..2ab9ab43e0 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5814,14 +5814,14 @@ (define-public xcb-util-wm
 (define-public xinit
   (package
     (name "xinit")
-    (version "1.4.1")
+    (version "1.4.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://xorg/individual/app/xinit-"
-                                  version ".tar.bz2"))
+                                  version ".tar.xz"))
               (sha256
                (base32
-                "1fdbakx59vyh474skjydj1bbglpby3y03nl7mxn0z9v8gdhqz6yy"))))
+                "08qz6f6yhis6jdcp6hzspql6ib9a9zp0ddhhbac1b7zg4a6xrn5p"))))
     (build-system gnu-build-system)
     (inputs
      (list xorgproto libx11))
-- 
2.38.1


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #6: 0008-gnu-xgamma-Update-to-1.0.7.patch --]
[-- Type: text/x-patch; name=0008-gnu-xgamma-Update-to-1.0.7.patch, Size: 1110 bytes --]

From befafa93617a2aa8f9ded58cb4b44e83e986192b Mon Sep 17 00:00:00 2001
From: Petr Hodina <phodina@protonmail.com>
Date: Thu, 8 Dec 2022 14:44:18 +0100
Subject: [PATCH 08/18] gnu: xgamma: Update to 1.0.7.

* gnu/packages/xorg.scm (xgamma): Update to 1.0.7.
[source]: Fix uri due to release of xz archive.

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 0d27bfe823..517dc676ea 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3625,17 +3625,17 @@ (define-public xf86vidmodeproto
 (define-public xgamma
   (package
     (name "xgamma")
-    (version "1.0.6")
+    (version "1.0.7")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
                "mirror://xorg/individual/app/xgamma-"
                version
-               ".tar.bz2"))
+               ".tar.xz"))
         (sha256
           (base32
-            "1lr2nb1fhg5fk2fchqxdxyl739602ggwhmgl2wiv5c8qbidw7w8f"))))
+            "13xw2fqp9cs7xj3nqi8khqxv81rk0dd8khp59xgs2lw9bbldly8w"))))
     (build-system gnu-build-system)
     (inputs
       (list libxxf86vm libx11))
-- 
2.38.1


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #7: 0010-gnu-xrandr-Update-to-1.5.2.patch --]
[-- Type: text/x-patch; name=0010-gnu-xrandr-Update-to-1.5.2.patch, Size: 984 bytes --]

From b4f267f0d16f5b82e2ac6ed1280c48e89d4d7597 Mon Sep 17 00:00:00 2001
From: Petr Hodina <phodina@protonmail.com>
Date: Thu, 8 Dec 2022 15:03:32 +0100
Subject: [PATCH 10/18] gnu: xrandr: Update to 1.5.2.

* gnu/packages/xorg.scm (xrandr): Update to 1.5.2.

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 2ab9ab43e0..e9cbd0cc60 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4175,7 +4175,7 @@ (define-public xprop
 (define-public xrandr
   (package
     (name "xrandr")
-    (version "1.5.1")
+    (version "1.5.2")
     (source
       (origin
         (method url-fetch)
@@ -4184,7 +4184,7 @@ (define-public xrandr
                version ".tar.xz"))
         (sha256
           (base32
-            "0ql75s1n3dm2m3g1ilb9l6hqh15r0v709bgghpwazy3jknpnvivv"))))
+            "0h7jy4c5zgrr06fimnnxhy5ba782b1n4aik29g6bln4h1mwy9gn8"))))
     (build-system gnu-build-system)
     (inputs
       (list libxrender libxrandr xorgproto libx11))
-- 
2.38.1


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #8: 0016-gnu-libxscrnsaver-Update-to-1.2.4.patch --]
[-- Type: text/x-patch; name=0016-gnu-libxscrnsaver-Update-to-1.2.4.patch, Size: 1156 bytes --]

From dece26d40c00822287bf9a0d748b721424bfcfe3 Mon Sep 17 00:00:00 2001
From: Petr Hodina <phodina@protonmail.com>
Date: Thu, 8 Dec 2022 23:46:02 +0100
Subject: [PATCH 16/18] gnu: libxscrnsaver: Update to 1.2.4.

* gnu/packages/xorg.scm (libxscrnsaver): Update to 1.2.4.
[source]: Fix uri due to release of xz archive.

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index a143e68176..4778859d92 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1432,17 +1432,17 @@ (define-public libxres
 (define-public libxscrnsaver
   (package
     (name "libxscrnsaver")
-    (version "1.2.3")
+    (version "1.2.4")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
                "mirror://xorg/individual/lib/libXScrnSaver-"
                version
-               ".tar.bz2"))
+               ".tar.xz"))
         (sha256
           (base32
-            "1y4vx1vabg7j9hamp0vrfrax5b0lmgm3h0lbgbb3hnkv3dd0f5zr"))))
+            "1zi0r6mqa1g0hhsp02cdsjcxmsbipiv0v65c1h4pl84fydcjikbm"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")))
-- 
2.38.1


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #9: 0004-gnu-libxdamage-Update-to-1.0.3.patch --]
[-- Type: text/x-patch; name=0004-gnu-libxdamage-Update-to-1.0.3.patch, Size: 1182 bytes --]

From 2a047cd48b4aae020b6e073ad8488e84a1b84a79 Mon Sep 17 00:00:00 2001
From: Petr Hodina <phodina@protonmail.com>
Date: Thu, 8 Dec 2022 14:36:05 +0100
Subject: [PATCH 04/18] gnu: libxdamage: Update to 1.0.3.

* gnu/packages/xorg.scm (libxdamage): Update to 1.0.3.
[source]: Fix uri due to release of xz archive.

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 06f1ada140..7af06d5c68 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4490,17 +4490,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.38.1


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #10: 0003-gnu-transset-Update-to-1.0.3.patch --]
[-- Type: text/x-patch; name=0003-gnu-transset-Update-to-1.0.3.patch, Size: 1056 bytes --]

From e107830d0e692cc5c85efbe3f49575ecc45e63bf Mon Sep 17 00:00:00 2001
From: Petr Hodina <phodina@protonmail.com>
Date: Thu, 8 Dec 2022 14:33:34 +0100
Subject: [PATCH 03/18] gnu: transset: Update to 1.0.3.

* gnu/packages/xorg.scm (transset): Update to 1.0.3.

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 5655c7ad83..06f1ada140 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6481,14 +6481,14 @@ (define-public keynav
 (define-public transset
   (package
     (name "transset")
-    (version "1.0.2")
+    (version "1.0.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.x.org/releases/individual/app/"
                                   name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0rya202y87dwl35jnmq8hs3arzdrv5z4vf1xmi0py4rnmhdpszaw"))))
+                "095q1xnr0m1y88gkk85g64plypk813fif0gcfm9bxpmc3nl0vfmd"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))
-- 
2.38.1


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #11: 0001-gnu-xprop-Update-to-1.2.6.patch --]
[-- Type: text/x-patch; name=0001-gnu-xprop-Update-to-1.2.6.patch, Size: 1367 bytes --]

From a7fe49b091fac0439c86513d8cf62d60e8fb1521 Mon Sep 17 00:00:00 2001
From: Petr Hodina <phodina@protonmail.com>
Date: Thu, 8 Dec 2022 23:49:29 +0100
Subject: [PATCH 01/18] gnu: xprop: Update to 1.2.6.

* gnu/packages/xorg.scm (xprop): Update to 1.2.6.
[source]: Fix uri due to release of xz archive.

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index aeb73ad631..bb33619ac3 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -34,6 +34,7 @@
 ;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
 ;;; Copyright © 2021 qblade <qblade@protonmail.com>
 ;;; Copyright © 2021 Lu Hui <luhux76@gmail.com>
+;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -4150,15 +4151,15 @@ (define-public xpr
 (define-public xprop
   (package
     (name "xprop")
-    (version "1.2.5")
+    (version "1.2.6")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://xorg/individual/app/xprop-"
-                           version ".tar.bz2"))
+                           version ".tar.xz"))
        (sha256
         (base32
-         "18ckr8g1z50zkc01hprkpm1npwbq32yqib4b3l98c95z2q1yv4lv"))))
+         "0vjqnn42gscw1z2wdj24kdwjwvd7mw58pj0nm9203k1fn4jqa2sq"))))
     (build-system gnu-build-system)
     (inputs
      (list libx11 xorgproto))
-- 
2.38.1


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #12: 0005-gnu-xcursorgen-Update-to-1.0.8.patch --]
[-- Type: text/x-patch; name=0005-gnu-xcursorgen-Update-to-1.0.8.patch, Size: 1135 bytes --]

From 0726e496ffaf5a6af1065d64ec08324414d85967 Mon Sep 17 00:00:00 2001
From: Petr Hodina <phodina@protonmail.com>
Date: Thu, 8 Dec 2022 14:38:25 +0100
Subject: [PATCH 05/18] gnu: xcursorgen: Update to 1.0.8.

* gnu/packages/xorg.scm (xcursorgen): Update to 1.0.8.
[source]: Fix uri due to release of xz archive.

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 7af06d5c68..55d34d99fb 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2206,17 +2206,17 @@ (define-public hackneyed-x11-cursors
 (define-public xcursorgen
   (package
     (name "xcursorgen")
-    (version "1.0.7")
+    (version "1.0.8")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
                "mirror://xorg/individual/app/xcursorgen-"
                version
-               ".tar.bz2"))
+               ".tar.xz"))
         (sha256
           (base32
-            "0ggbv084cavp52hjgcz3vdj0g018axs0m23c03lpc5sgn92gidim"))))
+            "16yc82k4vp7icmf9247z4v38r65pdf032mrpzxj5wa2fggi3rcrj"))))
     (build-system gnu-build-system)
     (inputs
       (list libxcursor libpng))
-- 
2.38.1


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #13: 0018-gnu-lndir-Update-to-1.0.4.patch --]
[-- Type: text/x-patch; name=0018-gnu-lndir-Update-to-1.0.4.patch, Size: 1135 bytes --]

From e01f2495aa24afcce096e7549ac3daedd0c98165 Mon Sep 17 00:00:00 2001
From: Petr Hodina <phodina@protonmail.com>
Date: Thu, 8 Dec 2022 23:51:25 +0100
Subject: [PATCH 18/18] gnu: lndir: Update to 1.0.4.

* gnu/packages/xorg.scm (lndir): Update to 1.0.4.
[source]: Fix uri due to release of xz archive.

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index f3379b9f38..6df80e69bd 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -192,15 +192,15 @@ (define-public imake
 (define-public lndir
   (package
     (name "lndir")
-    (version "1.0.3")
+    (version "1.0.4")
     (source (origin
               (method url-fetch)
               (uri (string-append
                     "mirror://xorg/individual/util/"
-                    "lndir-" version ".tar.bz2"))
+                    "lndir-" version ".tar.xz"))
               (sha256
                (base32
-                "0pdngiy8zdhsiqx2am75yfcl36l7kd7d7nl0rss8shcdvsqgmx29"))))
+                "11syg5hx3f7m1d2p7zw717lryk819h6wk8h4vmapfdxvsflkfd1y"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))
-- 
2.38.1


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #14: 0013-gnu-xvinfo-Update-to-1.1.5.patch --]
[-- Type: text/x-patch; name=0013-gnu-xvinfo-Update-to-1.1.5.patch, Size: 1103 bytes --]

From 14d46c3e05d35a31523d950fed161c4e385ae945 Mon Sep 17 00:00:00 2001
From: Petr Hodina <phodina@protonmail.com>
Date: Thu, 8 Dec 2022 15:08:27 +0100
Subject: [PATCH 13/18] gnu: xvinfo: Update to 1.1.5.

* gnu/packages/xorg.scm (xvinfo): Update to 1.1.5.
[source]: Fix uri due to release of xz archive.

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 56daafa061..d1cda97ebf 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4329,17 +4329,17 @@ (define-public xtrans
 (define-public xvinfo
   (package
     (name "xvinfo")
-    (version "1.1.4")
+    (version "1.1.5")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
                "mirror://xorg/individual/app/xvinfo-"
                version
-               ".tar.bz2"))
+               ".tar.xz"))
         (sha256
           (base32
-            "0gz7fvxavqlrqynpfbrm2nc9yx8h0ksnbnv34fj7n1q6cq6j4lq3"))))
+            "0164qpbjmxxa1rbvh6ay1iz2qnp9hl1745k9pk6195kdnbn73piy"))))
     (build-system gnu-build-system)
     (inputs
       (list libxext libxv libx11))
-- 
2.38.1


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #15: 0011-gnu-xset-Update-to-1.2.5.patch --]
[-- Type: text/x-patch; name=0011-gnu-xset-Update-to-1.2.5.patch, Size: 1106 bytes --]

From e72c2a7ee9e20701030acf9453e7e2ba30c24355 Mon Sep 17 00:00:00 2001
From: Petr Hodina <phodina@protonmail.com>
Date: Thu, 8 Dec 2022 15:05:01 +0100
Subject: [PATCH 11/18] gnu: xset: Update to 1.2.5.

* gnu/packages/xorg.scm (xset): Update to 1.2.5.
[source]: Fix uri due to release of xz archive.

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index e9cbd0cc60..8fe5000c54 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4253,17 +4253,17 @@ (define-public xrefresh
 (define-public xset
   (package
     (name "xset")
-    (version "1.2.4")
+    (version "1.2.5")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
                "mirror://xorg/individual/app/xset-"
                version
-               ".tar.bz2"))
+               ".tar.xz"))
         (sha256
           (base32
-            "0my987wjvra7l92ry6q44ky383yg3phzxhdbn3lqhapm1ll9bzg4"))))
+            "0bsyyx3k32k9vpb8x3ks7hlfr03nm0i14fv3cg6n4f2vcdajsscz"))))
     (build-system gnu-build-system)
     (inputs
       (list xorgproto libxmu libxext libx11))
-- 
2.38.1


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #16: 0014-gnu-libxres-Update-to-1.2.2.patch --]
[-- Type: text/x-patch; name=0014-gnu-libxres-Update-to-1.2.2.patch, Size: 1125 bytes --]

From 7a2c4c03770f8c7cb1f2cb126ef6aa291649398f Mon Sep 17 00:00:00 2001
From: Petr Hodina <phodina@protonmail.com>
Date: Thu, 8 Dec 2022 15:15:49 +0100
Subject: [PATCH 14/18] gnu: libxres: Update to 1.2.2.

* gnu/packages/xorg.scm (libxres): Update to 1.2.2.
[source]: Fix uri due to release of xz archive.

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index d1cda97ebf..3da435b2ee 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1406,17 +1406,17 @@ (define-public libxpm
 (define-public libxres
   (package
     (name "libxres")
-    (version "1.2.1")
+    (version "1.2.2")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
                "mirror://xorg/individual/lib/libXres-"
                version
-               ".tar.bz2"))
+               ".tar.xz"))
         (sha256
           (base32
-            "049b7dk6hx47161hg47ryjrm6pwsp27r5pby05b0wqb1pcggprmn"))))
+            "0pvlzahqd8fcyq10wi7ipbxvgrg93hn0vqsymhw7b6sb93rlcx4s"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")))
-- 
2.38.1


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #17: 0017-gnu-libxxf86dga-Update-to-1.1.6.patch --]
[-- Type: text/x-patch; name=0017-gnu-libxxf86dga-Update-to-1.1.6.patch, Size: 1155 bytes --]

From 97fe71c9ce0c4460ee1624f68c09aead271917dc Mon Sep 17 00:00:00 2001
From: Petr Hodina <phodina@protonmail.com>
Date: Thu, 8 Dec 2022 23:48:18 +0100
Subject: [PATCH 17/18] gnu: libxxf86dga: Update to 1.1.6.

* gnu/packages/xorg.scm (libxxf86dga): Update to 1.1.6.
[source]: Fix uri due to release of xz archive.

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 4778859d92..f3379b9f38 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1458,14 +1458,14 @@ (define-public libxscrnsaver
 (define-public libxxf86dga
   (package
     (name "libxxf86dga")
-    (version "1.1.5")
+    (version "1.1.6")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://xorg/individual/lib/"
-                           "libXxf86dga-" version ".tar.bz2"))
+                           "libXxf86dga-" version ".tar.xz"))
        (sha256
-        (base32 "00vjvcdlc1sga251jkxn6gkxmx9h5n290ffxxpa40qbca1gvr61b"))))
+        (base32 "03wqsxbgyrdbrhw8fk3fxc9nk8jnwz5537ym2yif73w0g5sl4i5y"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")))
-- 
2.38.1


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #18: 0012-gnu-libxv-Update-to-1.0.12.patch --]
[-- Type: text/x-patch; name=0012-gnu-libxv-Update-to-1.0.12.patch, Size: 1138 bytes --]

From b9f19c0daeac83a38c1f6a250ab1da1cbd943135 Mon Sep 17 00:00:00 2001
From: Petr Hodina <phodina@protonmail.com>
Date: Thu, 8 Dec 2022 15:07:50 +0100
Subject: [PATCH 12/18] gnu: libxv: Update to 1.0.12.

* gnu/packages/xorg.scm (libxv): Update to 1.0.12.
[source]: Fix uri due to release of xz archive.

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 8fe5000c54..56daafa061 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4687,17 +4687,17 @@ (define-public libxtst
 (define-public libxv
   (package
     (name "libxv")
-    (version "1.0.11")
+    (version "1.0.12")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
                "mirror://xorg/individual/lib/libXv-"
                version
-               ".tar.bz2"))
+               ".tar.xz"))
         (sha256
           (base32
-            "125hn06bd3d8y97hm2pbf5j55gg4r2hpd3ifad651i4sr7m16v6j"))))
+            "0j1qqrhbhdi3kqz0am5i1lhs31ql9pbc14z41w0a5xw9yq4zmxxa"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '(,@(malloc0-flags) "--disable-static")))
-- 
2.38.1


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #19: 0007-gnu-xfd-Update-to-1.1.4.patch --]
[-- Type: text/x-patch; name=0007-gnu-xfd-Update-to-1.1.4.patch, Size: 1116 bytes --]

From 874ca23471b6197754243f3b5563fe92b9b028ce Mon Sep 17 00:00:00 2001
From: Petr Hodina <phodina@protonmail.com>
Date: Thu, 8 Dec 2022 14:42:34 +0100
Subject: [PATCH 07/18] gnu: xfd: Update to 1.1.4.

* gnu/packages/xorg.scm (xfd): Update to 1.1.4.
[source]: Fix uri due to release of xz archive.

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index bd8685b54c..0d27bfe823 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4029,15 +4029,15 @@ (define-public xfontsel
 (define-public xfd
   (package
     (name "xfd")
-    (version "1.1.3")
+    (version "1.1.4")
     (source (origin
               (method url-fetch)
               (uri (string-append
                     "mirror://xorg/individual/app/xfd-"
-                    version ".tar.bz2"))
+                    version ".tar.xz"))
               (sha256
                (base32
-                "0n6r1v8sm0z0ycqch035xpm46nv5v4mav3kxh36883l3ln5r6bqr"))))
+                "1zbnj0z28dx2rm2h7pjwcz7z1jnl28gz0v9xn3hs2igxcvxhyiym"))))
     (build-system gnu-build-system)
     (arguments
        `(#:configure-flags
-- 
2.38.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#59912] [core-updates] Update of X.Org components
  2022-12-08 23:01 [bug#59912] [core-updates] Update of X.Org components phodina via Guix-patches via
@ 2022-12-12 12:12 ` zimoun
  2022-12-15 19:40   ` phodina via Guix-patches via
  2024-01-20 20:28 ` bug#59912: " Maxim Cournoyer
  1 sibling, 1 reply; 5+ messages in thread
From: zimoun @ 2022-12-12 12:12 UTC (permalink / raw)
  To: phodina, 59912

Hi Petr,

On Thu, 08 Dec 2022 at 23:01, phodina via Guix-patches via <guix-patches@gnu.org> wrote:

> here's an update of X.Org components based on [1].

Cool!

> Could you please Simon forward the patches to the right maintainers/reviewers? Thank you :-)

As far as I know, there is no team for this.  Maybe we could create
one.  Do you want to be member? :-)

BTW, you can use:

    $ ./etc/teams.scm list-teams

and try the option

    $ ./etc/teams.scm cc-members <start> <end>


Cheers,
simon




^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#59912] [core-updates] Update of X.Org components
  2022-12-12 12:12 ` zimoun
@ 2022-12-15 19:40   ` phodina via Guix-patches via
  2023-01-05  9:15     ` zimoun
  0 siblings, 1 reply; 5+ messages in thread
From: phodina via Guix-patches via @ 2022-12-15 19:40 UTC (permalink / raw)
  To: zimoun; +Cc: 59912

Hi Simon,

good question. Well I'm familiar with embedded stuff and engineering tooling around. For that we also miss a team. I think there I'd be more valuable.

My main motivation to update the Xorg components was to make Guix run on Pinenote - an eink tablet.

What mailing list would be the best to raise the question about adding new teams?

And thanks for for the tip, pretty handy :)

----
Petr




^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#59912] [core-updates] Update of X.Org components
  2022-12-15 19:40   ` phodina via Guix-patches via
@ 2023-01-05  9:15     ` zimoun
  0 siblings, 0 replies; 5+ messages in thread
From: zimoun @ 2023-01-05  9:15 UTC (permalink / raw)
  To: phodina; +Cc: 59912

Hi,

On Thu, 15 Dec 2022 at 19:40, phodina via Guix-patches via <guix-patches@gnu.org> wrote:

> What mailing list would be the best to raise the question about adding
> new teams?

Well, guix-devel is the best place for discussing that.  And feel free
to send a patch suggesting the addition of a new team (with members :-))


Cheers,
simon




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#59912: [core-updates] Update of X.Org components
  2022-12-08 23:01 [bug#59912] [core-updates] Update of X.Org components phodina via Guix-patches via
  2022-12-12 12:12 ` zimoun
@ 2024-01-20 20:28 ` Maxim Cournoyer
  1 sibling, 0 replies; 5+ messages in thread
From: Maxim Cournoyer @ 2024-01-20 20:28 UTC (permalink / raw)
  To: phodina; +Cc: zimon.toutoune, 59912-done

Hi,

phodina <phodina@protonmail.com> writes:

> Hi,
>
> here's an update of X.Org components based on [1].
>
> It's mostly update of version+hash and change of the tarball compression bz2->xz.
>
> However, it triggers a lot of rebuilds and I don't know if there's
> special procedure to do on 'core-updates' branch beside rebuilding the
> dependent derivations.
>
> Could you please Simon forward the patches to the right maintainers/reviewers? Thank you :-)

I've applied the patches not already applied to core-updates.

Closing!

-- 
Thanks,
Maxim




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-01-20 20:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-08 23:01 [bug#59912] [core-updates] Update of X.Org components phodina via Guix-patches via
2022-12-12 12:12 ` zimoun
2022-12-15 19:40   ` phodina via Guix-patches via
2023-01-05  9:15     ` zimoun
2024-01-20 20:28 ` bug#59912: " Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).