mbox series

[bug#69772,gnome-team,0/2] Fix zathura build

Message ID cover.1710328294.git.vivien@planete-kraus.eu
Headers show
Series Fix zathura build | expand

Message

Vivien Kraus March 13, 2024, 11:11 a.m. UTC
Dear Guix,

The updated girara is too recent for zathura.  However, I isolated the patch
to make it work.

What do you think?

Best regards,

Vivien

Vivien Kraus (2):
  gnu: zathura: Update to 0.5.4.
  gnu: zathura: Update style.

 gnu/local.mk                                  |  1 +
 .../zathura-use-struct-initializers.patch     | 68 +++++++++++++++++++
 gnu/packages/pdf.scm                          | 43 ++++++------
 3 files changed, 92 insertions(+), 20 deletions(-)
 create mode 100644 gnu/packages/patches/zathura-use-struct-initializers.patch


base-commit: 2ee54513196bad8e663e78ac695b6ffa0da49051

Comments

Christopher Baines March 16, 2024, 11:05 a.m. UTC | #1
Vivien Kraus via Guix-patches via <guix-patches@gnu.org> writes:

> Dear Guix,
>
> The updated girara is too recent for zathura.  However, I isolated the patch
> to make it work.
>
> What do you think?

Sounds good to me, I've pushed this to gnome-team as
7ba325f21b8d58a5409986a0f3f92ef81f721712.

Chris