mbox series

[bug#65922,qt-team,0/4] Avoid capturing python in qtbase, reinstate tests

Message ID cover.1694624089.git.maxim.cournoyer@gmail.com
Headers show
Series Avoid capturing python in qtbase, reinstate tests | expand

Message

Maxim Cournoyer Sept. 13, 2023, 4:56 p.m. UTC
Thes series removes Python from the closure of qtbase, both for versions 5.15
and 6.5.  It also reinstate a few tests that was made possible thanks to
discussions with upstream following reported the issues.

Changes in v2:
- Also apply fix to qtbase-5 package.

Maxim Cournoyer (4):
  gnu: qtbase: Do not capture Python (again).
  gnu: qtbase: Add $TZDIR to native search paths.
  gnu: qtbase: Reinstate date related tests.
  gnu: qtdeclarative: Add a debug output.

 gnu/packages/patches/qtbase-use-TZDIR.patch | 162 ++++++++++++++++----
 gnu/packages/qt.scm                         |  54 ++++---
 2 files changed, 167 insertions(+), 49 deletions(-)


base-commit: 4cb2e08b8eb1acc824b72ec17b483d7d85b5af68

Comments

Maxim Cournoyer Oct. 16, 2023, 9:45 p.m. UTC | #1
Hi,

Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:

> Thes series removes Python from the closure of qtbase, both for versions 5.15
> and 6.5.  It also reinstate a few tests that was made possible thanks to
> discussions with upstream following reported the issues.
>
> Changes in v2:
> - Also apply fix to qtbase-5 package.
>
> Maxim Cournoyer (4):
>   gnu: qtbase: Do not capture Python (again).
>   gnu: qtbase: Add $TZDIR to native search paths.
>   gnu: qtbase: Reinstate date related tests.
>   gnu: qtdeclarative: Add a debug output.

Now merged.