Commit Graph

27007 Commits

Author SHA1 Message Date
Douglas R. Reno
bca6a12702 Update to mariadb-10.11.4 2023-08-04 12:39:36 -05:00
Xi Ruoyao
04303e9fb3
at-spi2-core: Sphinx is needed for doc 2023-08-04 23:37:29 +08:00
Xi Ruoyao
0da5996a19
gtk4: Remove problematic command explaination 2023-08-04 23:19:02 +08:00
Xi Ruoyao
b377d9492a
libgusb: Fix hardcoded stale version number 2023-08-04 23:01:57 +08:00
Xi Ruoyao
a351de3153
gst-plugins-bad: Add json-glib and qrencode as optional
They're needed for the "qroverlay" plugin.
2023-08-04 22:53:55 +08:00
Xi Ruoyao
89932c6577
gst-plugins-bad: Add a missed comma 2023-08-04 22:41:43 +08:00
Xi Ruoyao
2ef502d007
alsa-utils: Fix FTBFS with Glibc-2.38
Also take the oppertunity to fix an indent issue and add the test
instruction.
2023-08-04 21:03:19 +08:00
Xi Ruoyao
29166ef316
firmware: Fix sound open firmware install command 2023-08-04 20:01:09 +08:00
Xi Ruoyao
c6bcf09ee4
pango: Fix my stupid typo breaking the rendering :( 2023-08-04 20:00:55 +08:00
Xi Ruoyao
5a4b371250
pango: Note some test may fail if no OTF/TTF installed 2023-08-04 19:10:07 +08:00
Xi Ruoyao
65585fa70e
xwayland: Add Xorg applications as runtime dependency
If setxkbmap is not installed, Xwayland will refuse to start.

In a "normal" build Xorg applications should be pulled in by Xorg fonts
-> xcursor-themes -> Xorg applications, but we are saying "only
font-util" for Xorg fonts and font-util does not need xcursor-themes.
2023-08-04 12:59:34 +08:00
Xi Ruoyao
55939efc07
smartypants: Note unusual extracted directory name 2023-08-04 12:54:31 +08:00
Bruce Dubbs
6be3fe34bf Update to polkit-123. 2023-08-03 23:00:47 -05:00
Xi Ruoyao
3cb77ad5a6
mesa: Document a test timeout with Glibc-2.38 2023-08-04 11:00:59 +08:00
Xi Ruoyao
c2ba57ef65
networkmanager: Dependencies clean
polkit is only a runtime dependency (at build time it checks the path of
a polkit helper, but if polkit is not installed the guessed value is
still correct on BLFS).

upower is only used for suspend and resume support, and the building
system tries systemd or elogind before trying it.
2023-08-04 10:56:51 +08:00
Xi Ruoyao
d89633ea91
slang: Drop unneeded chmod command
On my system it says "mode retained 755" for all files.
2023-08-04 10:56:48 +08:00
Douglas R. Reno
706ba01bd5 Update to poppler-23.08.0 2023-08-03 12:08:24 -05:00
Douglas R. Reno
e183e3ce75 Update to smartmontools-7.4 2023-08-03 11:50:01 -05:00
Douglas R. Reno
eb12466bb6 Update to harfbuzz-8.1.1 2023-08-03 11:44:52 -05:00
Douglas R. Reno
f590513e0d Update to emacs-29.1 2023-08-03 11:37:51 -05:00
Douglas R. Reno
61f3e8118d Update to sphinx-7.1.2 (Python Module) 2023-08-03 11:21:59 -05:00
Xi Ruoyao
403aae5807
llvm: Run tests with core dump disabled, and note failures with Glibc-2.38 2023-08-03 16:22:53 +08:00
Xi Ruoyao
e4c821e2e3
networkmanager: Add a missed comma 2023-08-03 14:24:06 +08:00
Douglas R. Reno
04d189bc95 Update to gedit-46.0 2023-08-02 11:53:26 -05:00
Douglas R. Reno
48486816e1 Update to tepl-6.8.0 2023-08-02 11:47:35 -05:00
Douglas R. Reno
f320fd2612 Move to libgedit-amtk for AMTK and update to 5.8.0 2023-08-02 11:45:00 -05:00
Douglas R. Reno
b6d3d764da Update to libgedit-299.0.4 2023-08-02 10:49:10 -05:00
Douglas R. Reno
09be792275 Update to epiphany-44.6 2023-08-01 15:53:28 -05:00
Douglas R. Reno
552f43560c Update to libarchive-3.7.1 2023-08-01 15:46:18 -05:00
Douglas R. Reno
0c76f3cfb3 Typo fixes from rhubarbpieguy 2023-08-01 15:22:19 -05:00
Bruce Dubbs
5e5f88fc16 Update to numpy-1.25.2 (Python module). 2023-08-01 14:29:40 -05:00
Bruce Dubbs
711469f127 Update to pyparsing-3.1.1. 2023-08-01 14:05:24 -05:00
Douglas R. Reno
4830ec33ce GDM: Document problems with using Wayland on NVIDIA GPUs 2023-08-01 13:57:50 -05:00
Ken Moffat
f11dce689e Update to firefox-115.1.0esr. 2023-08-01 18:03:27 +01:00
Xi Ruoyao
ddf89fff24
kernel-config: Separate toplevel menus with empty lines 2023-08-01 09:22:41 +08:00
Ken Moffat
0f6e309a51 Update to Net-HTTP-6.23 (Perl Module dependency). 2023-07-31 21:54:40 +01:00
Xi Ruoyao
bd141376d1
grub-efi: Use a <xref> to gcc page to avoid duplicating GCC info 2023-08-01 00:42:36 +08:00
Xi Ruoyao
0d2ef60591
kernel-config: Reuse parse_config for parsing choice
The special parse_choice function is just duplicating code unnecessary
and it has some flaws.  Remove it and handle choice's with parse_config
too.

All kernel.xml files regenerated and there is no change.
2023-08-01 00:27:35 +08:00
Bruce Dubbs
cceadefd13 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-07-31 10:08:47 -05:00
Bruce Dubbs
dbcdcdf9af Fix md5sum for gcc in grub-efi 2023-07-31 10:08:36 -05:00
Xi Ruoyao
b18a8f667e
libusb: Reword the kernel configuration 2023-07-31 21:44:38 +08:00
Xi Ruoyao
cddcdb1411
treewide: The remaining of kernel configuration rendering 2023-07-31 21:44:38 +08:00
Xi Ruoyao
1cf243636e
introduction: Use new kernel configuration rendering in conventions 2023-07-31 21:44:38 +08:00
Xi Ruoyao
0add36657c
networking: Use new kernel configuration rendering 2023-07-31 21:44:38 +08:00
Xi Ruoyao
c41cafb3bc
kernel-config: Add color for hotkey
Align with recent LFS change.  Regenerate all kernel.xml files.
2023-07-31 21:44:37 +08:00
Xi Ruoyao
e7cd19a120
general: Use new rendering method for kernel configuration
It's almost a plain "conversion".  Exceptions:

- In elogind, [CGROUPS] is dropped because it's in LFS now.
- In libusb, move the kernel configuration to match the layout of other
  packages.
2023-07-31 21:44:37 +08:00
Xi Ruoyao
2fbed8076c
kernel-config: Fix a bug causing some menu not rendered
For example:

    menu "Power management and ACPI options"

    config ARCH_SUPPORTS_ACPI
        bool

    config ACPI
        bool
        depends on ARCH_SUPPORTS_ACPI
	prompt "ACPI (Advanced Configuration and Power Interface) Support"

    endmenu

If ACPI=y, we need to "backward propagate" it to ARCH_SUPPORTS_ACPI, in
order to further mark the menu used.  Otherwise the ACPI menu won't show
up.
2023-07-31 21:44:37 +08:00
Xi Ruoyao
14176436f0
kernel-config: Update the script
1. Don't throw unspecified entries too early.  Doing so caused various
   rendering glitches.  And we can now also check if an entry is
   selected but it's parent not.
2. "menu"s in Kconfig can also have dependencies...

Some pre-existing .toml data files are found problematic after the
change, fix them and regenerate all rendered -kernel.xml files.
2023-07-31 21:44:37 +08:00
Xi Ruoyao
08c3c25204
pm-utils: Discourage using it on systemd
Not sure if we should hide this page at all if REV=systemd.
2023-07-31 21:44:37 +08:00
Xi Ruoyao
c1beec5499
lm_sensors: Modernize, and use new rendering for kernel configuration
I believe the book documented how to configure the sensors in 1990s.
Let's document some modern thing instead.
2023-07-31 21:44:37 +08:00