[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69886] [PATCH] gnu: gtk: Update cairo to 1.18.0.
From: |
John Kehayias |
Subject: |
[bug#69886] [PATCH] gnu: gtk: Update cairo to 1.18.0. |
Date: |
Tue, 19 Mar 2024 01:32:24 +0000 |
Hello,
Thanks for the submission!
On Mon, Mar 18, 2024 at 11:38 PM, Daniel Ziltener wrote:
> (native-inputs
> `(,@(if (target-hurd?)
> '()
> `(("gobject-introspection" ,gobject-introspection)))
> + ("gcc-13" ,gcc-13)
> + ("gtk-doc" ,gtk-doc)
Note that this is a circular dependency as, gtk-doc depends on cairo currently:
--8<---------------cut here---------------start------------->8---
$ guix graph --path gtk-doc cairo
gtk-doc@1.33.2
dblatex@0.3.12
imagemagick@6.9.12-4
pango@1.50.10
cairo@1.16.0
--8<---------------cut here---------------end--------------->8---
Please see <https://issues.guix.gnu.org/69495> for my submission as
well. Since it has been a couple of weeks, I'll likely push that version
on mesa-updates for testing soon, but comments welcome.
John