GNU bug report logs -
#68228
[PATCH] gnu: Add gnome-software.
Previous Next
Reported by: Justin Veilleux <terramorpha <at> cock.li>
Date: Wed, 3 Jan 2024 06:32:01 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi,
Noé Lopez <noe <at> noé.eu> writes:
[...]
> + (native-inputs
> + (list
> + pkg-config
> + (list glib "bin")
> + gettext-minimal
> + gtk-doc))
Nitpick, but it is more conventional to format inputs as:
--8<---------------cut here---------------start------------->8---
(native-inputs
(list first
second
...))
--8<---------------cut here---------------end--------------->8---
> + (inputs
> + (list
> + appstream
> + gdk-pixbuf
> + libxmlb
> + gtk
> + json-glib
> + libadwaita
> + libglib-testing
> + valgrind
> + polkit
> + packagekit
> + flatpak
> + libostree
> + libsoup-minimal-2
> + malcontent
> + libgudev
> + sysprof
> + fwupd))
> + (build-system meson-build-system)
> + (arguments
> + (list
> + #:glib-or-gtk? #t
> + #:phases
> + #~(modify-phases %standard-phases
> + (add-after 'unpack 'patch-iso-codes
> + (lambda* (#:key native-inputs inputs #:allow-other-keys)
Since you aren't using the arguments, this should be a
--8<---------------cut here---------------start------------->8---
(lambda _
[...]
--8<---------------cut here---------------end--------------->8---
> + (with-directory-excursion
> + "src"
Please format this as
--8<---------------cut here---------------start------------->8---
(with-directory-excursion "src"
(substitute* [...]))
--8<---------------cut here---------------end--------------->8---
Otherwise I agree with Liliana's comments. Thank you for working on
this!
--
Thanks,
Maxim
This bug report was last modified 64 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.