mbox series

[bug#55419,0/5] Use new package style for Emacs variants.

Message ID e972aff8517c1050d8352bfc928cd1d1649ae0c8.camel@gmail.com
Headers show
Series Use new package style for Emacs variants. | expand

Message

Liliana Marie Prikler May 14, 2022, 10:14 p.m. UTC
Hi Guix,

earlier "today" (or yesterday depending on your timezones), I pushed a
bunch of patches that update Emacs to 28.1 and also uses the new package
style.  Sadly this was not reflected in most Emacs variants leading to a
lot of failing builds.  The most important one – emacs-minimal – was
already fixed silently, this series ought to take care of the rest.

I'm currently building these locally, but chances are that for some of
you these changes will arrive too late by the time I'll be able to push
them, so I'm sharing them here for those with a faster machine or access
to the CI :)

Cheers

Liliana Marie Prikler (5):
  gnu: emacs-next-pgtk: Use new package style.
  gnu: emacs-xwidgets: Use new package style.
  gnu: emacs-no-x: Use new package style.
  gnu: emacs-no-x-toolkit: Use new package style.
  gnu: emacs-wide-int: Use new package style.

 gnu/packages/emacs.scm | 60 ++++++++++++++++++++----------------------
 1 file changed, 29 insertions(+), 31 deletions(-)

Comments

M May 15, 2022, 8:43 a.m. UTC | #1
The patches theirselves LGTM, but I did not build the packages.

Greetings,
Maxime.
Liliana Marie Prikler May 15, 2022, 11:14 a.m. UTC | #2
Am Sonntag, dem 15.05.2022 um 10:43 +0200 schrieb Maxime Devos:
> The patches theirselves LGTM, but I did not build the packages.
Thanks.  The packages all built locally, so I pushed them.

Cheers