mbox series

[bug#68556,gnome-team,v7,0/7] Wrap all the extensions at once with dump-port

Message ID cover.1707030000.git.vivien@planete-kraus.eu
Headers show
Series Wrap all the extensions at once with dump-port | expand

Message

Vivien Kraus Feb. 4, 2024, 7 a.m. UTC
Dear guix,

In this revision, I use the guix “dump-port” function instead of the
guile/libc “sendfile”, as suggested. The result is byte-identical.

Best regards,

Vivien

Vivien Kraus (7):
  gnu: gnome-menus: Build GObject Introspection data.
  gnu: gnome-shell-extensions: Wrap the extensions.
  gnu: gnome-shell-extension-noannoyance: Switch to fork.
  gnu: gnome-shell-extension-topicons-redux: Deprecate.
  gnu: Remove gnome-shell-extension-jiggle.
  gnu: Remove gnome-shell-extension-transparent-window.
  gnu: Remove gnome-shell-extension-sound-output-device-chooser.

 gnu/packages/gnome-xyz.scm | 171 ++++---------------------------------
 gnu/packages/gnome.scm     |  40 ++++++++-
 2 files changed, 54 insertions(+), 157 deletions(-)


base-commit: 4947b773535db94521b92f6ce2244da384743d54

Comments

Liliana Marie Prikler Feb. 4, 2024, 8:30 p.m. UTC | #1
Am Sonntag, dem 04.02.2024 um 08:00 +0100 schrieb Vivien Kraus:
> Dear guix,
> 
> In this revision, I use the guix “dump-port” function instead of the
> guile/libc “sendfile”, as suggested. The result is byte-identical.
> 
> Best regards,
> 
> Vivien
Pushed at last.

There's probably some cosmetic changes that one can still do on top,
but for now let's leave it at that.  Looking forward to resolving the
rest of gnome-team soon.™

Cheers