[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#64084: [PATCH 00/29] mate: Update to 1.26
From: |
宋文武 |
Subject: |
bug#64084: [PATCH 00/29] mate: Update to 1.26 |
Date: |
Sat, 22 Jul 2023 17:03:11 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Andy Tai <atai@atai.org> writes:
> Thanks!
>
> On Fri, Jul 21, 2023 at 8:41 PM 宋文武 <iyzsong@envs.net> wrote:
>
> Andy Tai <atai@atai.org> writes:
>
> > These patches update the Mate Desktop to the 1.26 series
> > Needs as prerequisites itzdata-next, libxml2-next,
> > python-libxml2-next, itstool-with-utf8-fix
>
> Thank you! I'll look into those in today's afternoon.
Hello, I have pushed those without tzdata-next and libxml2-next.
tzdata-next is needed for libmateweather, I patch it to use TZDIR
instead of hardcode ZONEINFO_DIR (also open a PR upsteram [1]).
And ignore the test failure (Europe/Kyiv) for now, later when we
got tzdata-2023c, it should works without modify the
libmateweather package.
libxml2-next is needed by some packages (mostly mate-utils will fail
randomly), but I did got all mate packages built successful without
updated libxml2, and the PASS chance is high, so I think we can try some
luck with the CI... Later I'll take a look at
https://issues.guix.gnu.org/64012 if have more time.
[1] https://github.com/mate-desktop/libmateweather/pull/120
Thank you!