diff mbox series

[bug#59912,core-updates] Update of X.Org components

Message ID pzjK8oEHbJYg5kbSqeDXlC4OKG3LgvfUhA_gMZgGz9B50YBKwqP7M7gth1m99dZXwFUEPqu7rGm2tg1rgth4_QJBGe3t5EWDO1Ci1Cz72P4=@protonmail.com
State New
Headers show
Series [bug#59912,core-updates] Update of X.Org components | expand

Commit Message

phodina Dec. 8, 2022, 11:01 p.m. UTC
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

Comments

Simon Tournier Dec. 12, 2022, 12:12 p.m. UTC | #1
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
phodina Dec. 15, 2022, 7:40 p.m. UTC | #2
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
Simon Tournier Jan. 5, 2023, 9:15 a.m. UTC | #3
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
Maxim Cournoyer Jan. 20, 2024, 8:28 p.m. UTC | #4
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!
diff mbox series

Patch

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