Commit Graph

27676 Commits

Author SHA1 Message Date
Douglas R. Reno
7899010c1f Update to gnome-calculator-45.0 2023-09-18 15:28:48 -05:00
Xi Ruoyao
bccf5d0cdb
appstream: Add a comment for editors 2023-09-19 04:21:06 +08:00
Xi Ruoyao
69553e99b0
appstream: Add /usr/share/metainfo/org.linuxfromscratch.lfs.xml file
It fixes the "Operating System Details" content in appstreamcli sysinfo
output.

Note that the file name is derived from HOME_URL and ID properties from
/etc/os-release, and the HOME_URL property is just added (at LFS
r12.0-44).  If HOME_URL is not set, the file should be renamed to
"lfs.xml" and the <id> in the file should be "lfs", instead of
"org.linuxfromscratch.lfs".
2023-09-19 04:17:14 +08:00
Xi Ruoyao
087dc222a5
building-notes: Use bc instead of bash built-in for converting GB to B
It's more readable.

Also add an explanation about 2^30.
2023-09-19 03:54:59 +08:00
Douglas R. Reno
33c1959ae0 Update to libadwaita-1.4.0 2023-09-18 14:10:53 -05:00
Xi Ruoyao
b6d544942b
building-notes: Note how to use cgroup for limiting resource usage
We were saying "-jN means using N cores (or N threads)".  This is
completely wrong. "-jN" only tells the building system to run N jobs
simultaneously, but each job can start their own subprocesses or threads
and there is no way for the building system to know how many
subprocesses or threads a job will start.

This caused a lot of misunderstandings and encouraged users to wrongly
blame building systems.

Fix the description of -jN, and add how to use cgroup to control the
usage of CPU cores and system RAM.

On a systemd-based system, systemd is the cgroup manager and manually
operating on cgroups may puzzle systemd.  So use systemd-run for
creating and setting up cgroup.  On a sysv-based system create and set
up the cgroup manually.
2023-09-19 02:59:45 +08:00
Douglas R. Reno
a8a3c9d8b3 libxmlb: minor tweak for the Command Explanations 2023-09-18 13:35:48 -05:00
Douglas R. Reno
fa559f1cc8 Add AppStream to the book in support of libadwaita.
See Tickets #18599 and #18573 for more details.
2023-09-18 13:30:04 -05:00
Douglas R. Reno
97cecf51ae Add libxmlb to the book in support of appstream.
This will be needed for libadwaita-1.4. See Ticket #18573 for more
details.
2023-09-18 12:49:30 -05:00
Douglas R. Reno
4490fe8b33 Spidermonkey: minor reword for JIT test suite description 2023-09-18 11:56:37 -05:00
Pierre Labastie
8a5e15b04f A few tweaks to ssdm config:
- make change from /usr to opt/xorg "nodump"
- make the removal of "-nolisten tcp" "nodump"
- narrow the change from none to on to the "Numlock" line: otehrwise
  the comments about this option become incomprehensible:
  (e.g. "option can be on, off, or on")
2023-09-18 18:47:45 +02:00
Douglas R. Reno
60f566d97e Archive pycryptodome.
It was only used by Samba previously, and Samba has moved to
Cryptography.
2023-09-18 11:34:00 -05:00
Xi Ruoyao
30d8de9bd4
spidermonkey: Update command explanations 2023-09-18 14:38:19 +08:00
Bruce Dubbs
1b4ce5ba20 Fix gjs URLs 2023-09-18 01:36:10 -05:00
Pierre Labastie
d540e313e0 Update to blfs-bootscripts-20230917
Move the interface to the end of the dhcpcd command in the service
file. This allows passing hostnames to DNS through dhcp.
Fix by Tim Tassonis.
2023-09-17 22:45:08 +02:00
Douglas R. Reno
32fbcb4ac6 Update to libreoffice-7.6.1.2 2023-09-17 13:26:52 -05:00
Xi Ruoyao
cf3d607b6a
texlive: Remove outdated sed
The sed made the shebangs "#!/usr/bin/env python33"!
2023-09-18 02:21:15 +08:00
Xi Ruoyao
5e6b5ee0b3
Add changelog for SpiderMonkey update
Forgot it again :(.
2023-09-18 01:58:34 +08:00
Xi Ruoyao
3ce2d0c7e6
Update SpiderMonkey to ESR 115
- Update to SpiderMonkey from Firefox-115.2.1
- Update to gjs-1.78.0
- Allow building polkit with SpiderMonkey from Firefox-115
2023-09-18 01:54:07 +08:00
Bruce Dubbs
2adc3b6733 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-09-17 12:33:55 -05:00
Bruce Dubbs
cace266364 Fix cbindgen md5sum 2023-09-17 12:33:22 -05:00
Xi Ruoyao
5028839fa0
Rename js102 to spidermonkey 2023-09-18 00:55:11 +08:00
Xi Ruoyao
3f65573e25
webkitgtk: Recommend libseccomp for bubblewrap sandboxing 2023-09-17 19:37:48 +08:00
Tim Tassonis
1d77de1878 Fix DHCP_START option in dhcpcd ifconfig example 2023-09-17 05:08:18 +02:00
Douglas R. Reno
fbf570ce6a Update to glib-networking-2.78.0 2023-09-16 17:27:52 -05:00
Douglas R. Reno
0414dd6e28 Update to dovecot-2.3.21 2023-09-16 17:24:39 -05:00
Douglas R. Reno
ace0703bbe Update to postgresql-16.0 2023-09-16 16:37:46 -05:00
Douglas R. Reno
2d73dcae1b Update to cmake-3.27.5 2023-09-16 16:24:02 -05:00
Douglas R. Reno
485ee94035 Update to librsvg-2.57.0 2023-09-16 16:04:10 -05:00
Douglas R. Reno
ccc1d65519 Update the APNG patch in libpng to 1.6.40.
Thanks goes to Larry Sevilla for the report.
2023-09-16 15:40:54 -05:00
Douglas R. Reno
0a6537519e Update to opus-1.4 2023-09-16 15:38:00 -05:00
Douglas R. Reno
e46c521518 Update to pipewire-0.3.80 2023-09-16 15:30:38 -05:00
Douglas R. Reno
8a65127f68 Update to cbindgen-0.26.0 2023-09-16 15:23:39 -05:00
Douglas R. Reno
dbfda01fb9 Update to libtiff-4.6.0.
Note that this version removes a very large number of utilities due to
lack of maintenance and security concerns.
2023-09-16 14:57:38 -05:00
Douglas R. Reno
437f2d7133 Update to sane-backends-1.2.1 2023-09-16 14:46:17 -05:00
Douglas R. Reno
291303d74d Changelog: replace ',' with '.' in an entry 2023-09-16 10:48:57 -05:00
Pierre Labastie
840030beaa Fix patch application in mplayer
When using "patch -d <dir> -i <path>", the <path> relative to the
directory <dir>, not the directory where the patch command is
run. Using < instead of -i allows to use a path relative to where
the command is run.
2023-09-16 11:36:42 +02:00
Pierre Labastie
665150acb4 Make "nodump" what shouldn't be run by jhalfs 2023-09-16 09:32:30 +02:00
Xi Ruoyao
44b3f4400e
treewide: Really remove commented out references to Python 2
It helps using grep for finding packages depending on Python 2.
2023-09-16 15:21:01 +08:00
Pierre Labastie
f71b76a938 Fix installing python-dbusmock
The name of the package in the install command was inadvertently
changed to dbusmock. But this name is unknown to the build system,
and should be python-dbusmock (or python_dbusmock).
2023-09-15 21:20:49 +02:00
Douglas R. Reno
14237443ca Plasma: remove invalid plasma-sdk entry 2023-09-15 12:17:57 -05:00
Douglas R. Reno
8ccec7df30 Seamonkey: remove old and outdated Python2 dependency 2023-09-15 09:56:17 -05:00
Pierre Labastie
0391649fb9 Mention shadow in openssh dependencies
PAM config file from shadow is used to create the sshd one.
2023-09-15 16:08:47 +02:00
Douglas R. Reno
6f100db362 Update to gucharmap-15.1.0 2023-09-14 22:22:42 -05:00
Douglas R. Reno
99ffe6e51d libnotify: mention lxqt-notificationd as a notification daemon 2023-09-14 22:08:35 -05:00
Douglas R. Reno
96375df588 Fix render error in lxqt-kconfig.xml 2023-09-14 22:05:05 -05:00
Douglas R. Reno
fb6f8defad Update to gnome-disk-utility-45.0 2023-09-14 22:04:44 -05:00
Bruce Dubbs
471dd54dba Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-09-14 20:03:21 -05:00
Bruce Dubbs
354f281415 Fis lxqt-kconfig xreflabel 2023-09-14 20:03:07 -05:00
Douglas R. Reno
1856819d95 Update to pygobject-3.46.0 2023-09-14 18:26:26 -05:00