Commit Graph

28319 Commits

Author SHA1 Message Date
Xi Ruoyao
578a0a0efc
appstream: Change gtk-doc to gi-docgen
In 1.0.0 NEWS:

    * docs: Build all API documentation with gi-docgen

By the way, add DAPS as external dependency (it's needed to generate
specification documentation with -Ddocs=true), and clarify the pre-built
API documentation installed to /usr/share/doc/appstream.
2023-12-18 02:13:30 +08:00
Bruce Dubbs
cbb2f6840c Update to libatomic_ops-7.8.2. 2023-12-17 11:31:32 -06:00
Bruce Dubbs
3c0e3458a4 Update to AppStream-1.0.1. 2023-12-17 11:29:06 -06:00
Pierre Labastie
61a04db54b Fix python docs md5 2023-12-17 10:34:09 +01:00
Pierre Labastie
8f4e9f9f8f Fix gnome-theme-extras deps
Remove a spurious "or both" in dependencies
2023-12-17 10:23:48 +01:00
Rahul Chandra
7e4c8fbc87 Update to cmake-3.28.1 2023-12-17 01:40:52 -05:00
Rahul Chandra
0387d9afba Update to v4l-utils-1.26.1 2023-12-17 01:14:42 -05:00
Rahul Chandra
bca8ca5e57 Update to enchant-2.6.4 2023-12-17 01:14:42 -05:00
Bruce Dubbs
00186356c7 Update to sudo-1.9.15p4. 2023-12-16 22:48:52 -06:00
Bruce Dubbs
8e93424e97 Update to nss-3.96. 2023-12-16 18:36:16 -06:00
Bruce Dubbs
7450bb6c4d Update to librsvg-2.57.1. 2023-12-16 15:23:48 -06:00
Bruce Dubbs
92202f73f5 Update to mesa-23.3.1. 2023-12-16 15:10:00 -06:00
Bruce Dubbs
ca81b26f47 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-12-16 14:56:39 -06:00
Douglas R. Reno
f5afe1b379 UPower: document a test suite failure on 32-bit machines.
40.00000000000001 definitely does not equal 40.0. :)

Upstream report is https://gitlab.freedesktop.org/upower/upower/-/issues/251
2023-12-16 12:39:02 -06:00
Bruce Dubbs
2c758f05b7 Update to Python-3.12.1. 2023-12-16 11:01:26 -06:00
Bruce Dubbs
6f60a9c90e Update to boost-1.84.0. 2023-12-16 10:19:28 -06:00
Bruce Dubbs
7a50bf67ff Update to traceroute-2.1.4. 2023-12-16 09:56:04 -06:00
Bruce Dubbs
9742686c3c Update to bluez-5.71. 2023-12-16 09:50:43 -06:00
Bruce Dubbs
da7274ff5b Update to sudo-1.9.15p3. 2023-12-16 09:37:35 -06:00
Bruce Dubbs
14e7e0b3af Update to latest KDE packages.
Update to plasma-wayland-protocols-1.12.0.
Update to plasma5-5.27.10.
Update to kde gear-23.08.4 including kate, kwave, and falkon.
Update to kf5-5.113.0.
2023-12-15 21:11:51 -06:00
Douglas R. Reno
f5053149fb Update to WebKitGTK-2.42.4 2023-12-15 19:37:50 -06:00
Douglas R. Reno
2e707bcdb6 Update to vte-0.74.2 2023-12-15 12:47:19 -06:00
Douglas R. Reno
b5639c6712 Fix an issue in dhcpcd-10.0.5 when using the '-b' switch. 2023-12-15 12:39:59 -06:00
Douglas R. Reno
b1f1d2fd4c Update to Vulkan-Headers and Vulkan-Loader 1.3.273 2023-12-15 12:27:10 -06:00
Douglas R. Reno
9369ed585d Update to libxml2-2.12.3 2023-12-15 12:14:25 -06:00
Douglas R. Reno
a24a36c970 Update to transmission-4.0.5 2023-12-15 12:09:21 -06:00
Douglas R. Reno
224fde92fe Changelog: use the right ticket numbers for XWayland/Xorg-Server updates 2023-12-15 11:28:07 -06:00
Bruce Dubbs
8940ae0de4 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-12-14 13:32:41 -06:00
Bruce Dubbs
cc460eb67f Typos 2023-12-14 13:32:03 -06:00
Ken Moffat
d44dbab23a Typo fixes from rhubarbpieguy 2023-12-14 19:28:48 +00:00
Bruce Dubbs
beb3539dbf Typos 2023-12-14 12:26:02 -06:00
Bruce Dubbs
5e55391924 Update to xwayland-23.2.3. 2023-12-13 18:18:33 -06:00
Bruce Dubbs
199fb1e8c5 Update to xorg-server-21.1.10 2023-12-13 17:46:52 -06:00
Xi Ruoyao
f9a6626e9f
libvdpau-va-gl: Mesa should be required
This seems undetected because mesa is recommended for libva anyway.

Fixes #19004.
2023-12-13 03:05:41 +08:00
Bruce Dubbs
b0e89bc97c Remove commented out and obsolete info in vlc. 2023-12-12 10:27:12 -06:00
Bruce Dubbs
32bf9053e2 Change vlc dependency from lua-5.2 to lua 5.4 2023-12-12 10:05:01 -06:00
Rahul Chandra
247d1f456d Update to libsecret-0.21.2 and fix date 2023-12-11 23:03:01 -05:00
Rahul Chandra
eaf0895fe3 Update to fltk-1.3.9 2023-12-11 22:43:52 -05:00
Bruce Dubbs
c95e0acc4e Clean up dependencies in avahi abd graphviz 2023-12-10 14:28:40 -06:00
Bruce Dubbs
b1ecccecd3 Restore sysv removal of xfce service files. 2023-12-10 10:25:54 -06:00
Pierre Labastie
8a721c7612 ibus: add --disable-gtk2
This is needed if GTK+-2 is not installed.
2023-12-10 09:39:31 +01:00
Bruce Dubbs
a9e15aa438 Minor fixes.
The is no /usr/lib/systemd on a sysV build so remove the instructions
in thunar and tumbler to remove /usr/lib/systemd/user/*.service.

Drop unused libglade dependency from xscreensaver.
2023-12-09 19:44:41 -06:00
Bruce Dubbs
a8ec34c4e4 Typo 2023-12-09 16:42:03 -06:00
Bruce Dubbs
20d3648614 Document gtk3 dependency better 2023-12-09 15:49:55 -06:00
Douglas R. Reno
8d0bd18ad5 Update to libreoffice-7.6.4.1 2023-12-08 20:26:49 -06:00
Rahul Chandra
63a2e8380a Update to cmake-3.28.0 2023-12-08 18:56:07 -05:00
Rahul Chandra
9732e2550c Update to libaom-3.8.0 2023-12-08 18:36:43 -05:00
Douglas R. Reno
cc0cb5db70 Update to gnome-control-center-45.2 2023-12-08 16:31:58 -06:00
Douglas R. Reno
4320a4451a Update to rustc-1.74.1 2023-12-08 16:26:03 -06:00
Pierre Labastie
875b3b57e8 Fix various option vs parameter problems
Sometimes there is no really a problem, but alos avoids that
automatic detection with "make test-options" return false positives
2023-12-08 22:05:39 +01:00