Rahul Chandra
55159cf3b2
Update to icewm-3.4.2
2023-09-21 00:46:12 -04:00
Rahul Chandra
b968722cab
Update to mesa-23.1.8
2023-09-21 00:15:22 -04:00
Xi Ruoyao
2778259c10
docbook-xsl: Drop reference to Python 2
...
We no longer build the Python 2 binding for libxslt.
2023-09-20 19:40:58 +08:00
Xi Ruoyao
2b676a5c4a
doxygen: Remove reference to Python 2
...
We are already using a sed to make the scripts run with Python 3.
2023-09-20 19:38:08 +08:00
Xi Ruoyao
00766cca21
subversion: Move away from Python 2
...
We are already using sed to fix test scripts to use Python 3 instead.
2023-09-20 19:36:34 +08:00
Xi Ruoyao
8cc537fe6a
appstream: Typo
2023-09-20 19:19:40 +08:00
Xi Ruoyao
075fb2eb9c
appstream: English grammar fix
2023-09-20 18:43:21 +08:00
Xi Ruoyao
6d47d88e9a
librsvg: Run test suite with LC_ALL=C
...
Add -k by the way to complete the test.
2023-09-20 02:01:49 +08:00
Xi Ruoyao
7bfadabeaa
llvm: Fix SSP patch name
2023-09-20 01:39:33 +08:00
Xi Ruoyao
5c01736c9b
llvm: Align test instruction with build-in-cgroup
2023-09-20 01:39:33 +08:00
Xi Ruoyao
d6b169d789
rust: Adapt for LLVM 17 and note additional test failures
2023-09-20 01:39:33 +08:00
Xi Ruoyao
32ced1784a
llvm: Update to LLVM-17.0.1
2023-09-20 01:39:26 +08:00
Tim Tassonis
d92fdddd1f
Update to xfce4-notifyd-0.9.0.
2023-09-19 19:06:51 +02:00
Douglas R. Reno
9896231f4f
Update to webkitgtk-2.42.0
2023-09-19 00:39:17 -05:00
Douglas R. Reno
920e13967a
Update to gtksourceview-5.10.0
2023-09-18 16:09:25 -05:00
Xi Ruoyao
8fd1b19e4e
libgusb: Fix docdir sed
2023-09-19 04:59:46 +08:00
Douglas R. Reno
1be2233905
Archive libdazzle.
...
It was only used by sysprof
2023-09-18 15:56:02 -05:00
Douglas R. Reno
0b4d98d21a
Archive sysprof.
...
It's optional for the packages that use it, and they only use it to
provide additional support for profiling.
Sysprof now requires two more packages which are specific to it, so
let's archive it.
2023-09-18 15:53:46 -05:00
Douglas R. Reno
70bea08d61
Update to json-glib-1.8.0
2023-09-18 15:28:48 -05:00
Douglas R. Reno
b9098ed165
gobject-introspection: forgotten tweak - Cairo and doctool are now
...
autodetected.
2023-09-18 15:28:48 -05:00
Douglas R. Reno
f13ed30cf9
Update to gobject-introspection-1.78.1
2023-09-18 15:28:48 -05:00
Douglas R. Reno
a46cb1f320
Update to at-spi2-core-2.50.0.
...
Also added a commented command explanation for not building the GTK+-2
bridge, for when we remove GTK+-2 from the book.
2023-09-18 15:28:48 -05:00
Douglas R. Reno
87573530de
Update to libsoup-3.4.3.
2023-09-18 15:28:48 -05:00
Douglas R. Reno
3b76db39a6
Update to numpy-1.26.0 (Python Module)
2023-09-18 15:28:48 -05:00
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