GNU bug report logs -
#57960
[PATCH core-updates] gnu: libxkbcommon: Switch to gexp; adjust style.
Previous Next
Full log
Message #8 received at 57960 <at> debbugs.gnu.org (full text, mbox):
Am Dienstag, dem 20.09.2022 um 12:23 -0700 schrieb Felix Lechner:
> + (method url-fetch)
> + (uri (string-append
> + "https://xkbcommon.org/download/libxkbcommon-"
> version
> + ".tar.xz"))
> - (inputs
> - (list libx11
> - libxcb
> - libxml2
> - wayland
> - wayland-protocols
> - xkeyboard-config))
> - (native-inputs
> - (list bison doxygen pkg-config python))
> + (inputs (list libx11
> + libxcb
> + libxml2
> + wayland
> + wayland-protocols
> + xkeyboard-config))
> + (native-inputs (list bison doxygen pkg-config python))
Try to avoid mixing cosmetic and non-cosmetic changes.
> + (list #:configure-flags #~(list (string-append "-Dxkb-config-
> root="
> + (search-input-
> directory
> + %build-inputs
> +
> "share/X11/xkb"))
> + (string-append "-Dx-locale-
> root="
> + (search-input-
> directory
> + %build-inputs
> +
> "share/X11/locale")))))
I am very sure the formatter isn't doing the best job here.
> - (description "Xkbcommon is a library to handle keyboard
> descriptions,
> + (description
> + "Xkbcommon is a library to handle keyboard descriptions,
This change is unnecessary.
Cheers
This bug report was last modified 1 year and 219 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.