[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#60864: [PATCH v2] gnu: Unify webkitgtk and webkitgtk-next.
From: |
Liliana Marie Prikler |
Subject: |
bug#60864: [PATCH v2] gnu: Unify webkitgtk and webkitgtk-next. |
Date: |
Sun, 29 Jan 2023 08:27:59 +0100 |
User-agent: |
Evolution 3.46.0 |
Am Montag, dem 23.01.2023 um 08:44 -0500 schrieb Maxim Cournoyer:
> Hi Liliana,
>
> Liliana Marie Prikler <liliana.prikler@gmail.com> writes:
>
> > * gnu/packages/webkit.scm (%webkit-version): Update to 2.38.3.
> > (webkitgtk)[source]: Update hash.
> > [arguments]<#:phases>: Add ‘set-CC’. Remove ‘patch-gtk-doc-scan’.
> > [native-inputs]: Remove gtk-doc/stable and docbook-xml. Add gi-
> > docgen.
> > (webkitgtk-next)[name]: Rename to ‘webkitgtk-next’.
> > [source, native-inputs]: Inherit fully.
> > [arguments]<#:phases>: Inherit fully.
> > (wpewebkit)[source]: Update hash.
> > ---
> > In the previous version, I forgot to update teh hash of WPEWebkit.
> > This is now done.
> >
> > Sadly, I've already had two builds failing due to the compiler
> > getting killed near the end. I hope this is just a limitation on
> > my end and not a general feature.
>
> I just built both successfully here (x86_64); LGTM.
Thanks for the review. Pushed now.