Commit Graph

16372 Commits

Author SHA1 Message Date
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
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
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
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
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
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
60f566d97e Archive pycryptodome.
It was only used by Samba previously, and Samba has moved to
Cryptography.
2023-09-18 11:34:00 -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
5e6b5ee0b3
Add changelog for SpiderMonkey update
Forgot it again :(.
2023-09-18 01:58:34 +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
Douglas R. Reno
6f100db362 Update to gucharmap-15.1.0 2023-09-14 22:22:42 -05:00
Douglas R. Reno
fb6f8defad Update to gnome-disk-utility-45.0 2023-09-14 22:04:44 -05:00
Douglas R. Reno
1856819d95 Update to pygobject-3.46.0 2023-09-14 18:26:26 -05:00
Douglas R. Reno
126e6a2558 Update to libarchive-3.7.2 2023-09-14 18:14:48 -05:00
Douglas R. Reno
3b3b59f1aa Update to curl-8.3.0 2023-09-14 18:08:10 -05:00
Pierre Labastie
d73c155858 Update to ghostscript-10.02.0 2023-09-14 21:22:31 +02:00
Pierre Labastie
5d51dad6c5 Update to sphinx-7.2.6 2023-09-14 21:22:31 +02:00
Pierre Labastie
10e485f704 Update to libwebp-1.3.2 2023-09-14 21:22:31 +02:00
Pierre Labastie
8b27d91aef Update to btrfs-progs-6.5.1 2023-09-14 21:22:31 +02:00
Pierre Labastie
0ff4c325d3 Update to sqlite-3.43.1 2023-09-14 21:22:31 +02:00
Pierre Labastie
e459d5d970 Update to graphviz-9.0.0 2023-09-14 21:22:30 +02:00
Douglas R. Reno
19e0a87ffb Update to Thunderbird-115.2.2 2023-09-14 13:33:14 -05:00
Rahul Chandra
f4895b8fb6 Update to geoclue-2.7.1 2023-09-13 07:25:09 -04:00
Xi Ruoyao
e9f134556c
Archive gdk-pixbuf-xlib
Note that "needed for loading XPM images" is wrong.

Use imlib2 instead of gdk-pixbuf-xlib for icewm (it's also the default).
2023-09-13 17:09:02 +08:00