Xi Ruoyao
77fb07ae93
epiphany: Drop unneeded LC_ALL for testing
...
The test case has been fixed to enforce LC_ALL=C.UTF-8 internally,
so we no longer need to set it.
2024-01-21 15:36:41 +08:00
Xi Ruoyao
b6c43e52d5
accountsservice: Fix the test suite for Python 3.12, and remove "systemctl enable"
...
The assertEquals function has been removed.
There is no point to always start it on boot, just let D-Bus start it on
demand.
Link: https://docs.python.org/3.12/whatsnew/3.12.html#id3
2024-01-21 15:32:56 +08:00
Xi Ruoyao
798131ee3a
libadwaita: There seems no test failures now
2024-01-21 15:32:55 +08:00
Xi Ruoyao
5581536318
libgweather: Add test-use-internet, and document a new failure
2024-01-21 15:32:55 +08:00
Xi Ruoyao
6746a06db2
geoclue2: Raise libnotify to recommended
...
Though it's only for a demo, our policy is the package should build with
the unchanged book instruction with optional dependencies omitted. So
this should be recommended.
Or we can add -Ddemo-agent=false into the command line but I think this
would be more nasty.
BTW sort the dependencies in alphabetical order.
2024-01-21 15:32:55 +08:00
Xi Ruoyao
0b50758fd4
gjs: Test suite needs a graphical session
...
Otherwise 7 tests will fail.
2024-01-21 15:32:55 +08:00
Xi Ruoyao
6b6cf0cbd5
vte: Unbreak doc build
...
Remove an outdated comment by the way.
2024-01-21 15:32:55 +08:00
Xi Ruoyao
a2382c618a
mitkrb: Remove RPATH flags from krb5-config
...
They are unneeded and they puzzle libsoup3 build system to fail if
gssapi is enabled (the book does not enable it though).
2024-01-21 15:32:55 +08:00
Xi Ruoyao
51a5ecbbe6
upower: Remove systemd unit enabling
...
It's only slowing down the boot, just let D-Bus activate it as-needed.
2024-01-21 15:32:55 +08:00
Xi Ruoyao
6fa3e04d1d
python-dbusmock: One test fails w/o upower, and all tests need pygobject3
2024-01-21 15:32:55 +08:00
Xi Ruoyao
0daaeef280
systemd: Add some commands to make new configuration in-effect
2024-01-21 15:32:55 +08:00
Xi Ruoyao
0b50bdd1ab
git: Add optional runtime dependencies for "git maintenance", and document a related test failure
2024-01-21 15:32:52 +08:00
Douglas R. Reno
c751775dd9
Update to OpenJDK-21.0.2 (Security Update)
2024-01-20 13:00:09 -06:00
Bruce Dubbs
e7463f963d
Update to patchelf-0.18.0.
2024-01-20 10:19:34 -06:00
Bruce Dubbs
f1d6a4b382
Archive alsa-oss.
2024-01-20 10:07:53 -06:00
Bruce Dubbs
85dde848bd
Update to libaom-3.8.1.
2024-01-20 09:55:21 -06:00
Bruce Dubbs
c285866421
Update to wayland-protocols-1.33.
2024-01-20 09:52:39 -06:00
Bruce Dubbs
d75f8790ae
Update to libblockdev-3.1.0.
2024-01-20 09:48:49 -06:00
Thomas Trepl
d989d56ea8
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
2024-01-20 12:04:48 +01:00
Thomas Trepl
e72bf16e97
Different name of .so in i686
2024-01-20 12:04:32 +01:00
Thomas Trepl
68448b945b
Fix typo
2024-01-20 12:04:05 +01:00
Pierre Labastie
0d7e9a2687
Fix output of anchors with same id in sect3
...
The template for sect3.titlepage generates:
<h3 class="sect3">
<a id="{id of sect3}" name="{id of sect3}"></a>
<h4 class="title">
<a id="{id of sect3}" name="{id of sect3}">i{title of sect3}</a>
</h4>
</h3>
resulting in double definition of the same id, which is a validity error
in XML documents.
Replace with the same template as for sect2, using h3 instead of h2.
2024-01-20 08:24:10 +01:00
Pierre Labastie
865ea30e33
Change to UTF-8 in kernel opt files
2024-01-19 22:39:35 +01:00
Pierre Labastie
ab4fdfccf8
Change all xml decl to encoding=utf-8
2024-01-19 22:39:35 +01:00
Pierre Labastie
a8049441e4
Remove all "&#" characters and replace with utf-8
2024-01-19 22:39:35 +01:00
Pierre Labastie
c8be252945
Change to utf-8 in book
...
Also update credits
2024-01-19 22:39:35 +01:00
Pierre Labastie
74111fc7bc
Remove any reference to xlink namespace
...
In lfs-xref.xsl in both pdf and xhtml.
Also change encoding to utf-8.
2024-01-19 22:39:35 +01:00
Pierre Labastie
d46602780c
Change encoding to utf-8 1
...
- lfs-l10n.xml: also add German and Simplifie Chinese
- lfs-index.xsl in both pdf and xhtml
2024-01-19 22:39:35 +01:00
Douglas R. Reno
bae1f89045
Update to gjs-1.78.3
2024-01-19 13:49:57 -06:00
Douglas R. Reno
70bbc31c8e
Update to gtk-4.12.5
2024-01-19 13:45:53 -06:00
Douglas R. Reno
b1fc5567f6
Update to gtk+-3.24.40
2024-01-19 13:32:23 -06:00
Bruce Dubbs
70115c4828
Update to php-8.3.2.
2024-01-19 12:19:17 -06:00
Bruce Dubbs
66a2eaad31
Update to libvpx-1.14.0.
2024-01-19 12:06:58 -06:00
Bruce Dubbs
e7ef550943
Update to emacs-29.2.
2024-01-19 11:26:02 -06:00
Xi Ruoyao
ef6cb752ed
git-version: Use "-wip" as the version suffix instead of "+" for changes not committed yet
...
It's not allowed to use "+" in XHTML id attributes etc.
2024-01-19 16:07:13 +08:00
Xi Ruoyao
9c69661841
cmake: Update the description of --system-libs
2024-01-19 12:04:08 +08:00
Douglas R. Reno
0d5baf1715
Polkit: remove a couple of obsolete command explanations
2024-01-18 15:28:09 -06:00
Douglas R. Reno
4a1a9d6f56
Update to SPIRV-Tools-1.3.275.0
2024-01-18 15:19:38 -06:00
Douglas R. Reno
e6af57edfb
Update to SPIRV-Headers-1.3.275.0
2024-01-18 15:11:44 -06:00
Douglas R. Reno
3c1cfcf75a
Update to Linux-PAM-1.6.0 (Security Update)
2024-01-18 14:58:50 -06:00
Bruce Dubbs
21de0f0055
Fix external wildmidi url
2024-01-18 14:35:40 -06:00
Bruce Dubbs
fb4719be50
Spelling
2024-01-18 14:32:46 -06:00
Bruce Dubbs
730d47f29f
Update to polkit-124.
2024-01-18 13:31:55 -06:00
Douglas R. Reno
039c1a2853
Xwayland: add libei as an optional dependency
...
The support is added if libei is present on the system.
2024-01-17 17:43:47 -06:00
Douglas R. Reno
06c83fefa0
Update to xwayland-23.2.4 (Security Update)
2024-01-17 17:41:33 -06:00
Douglas R. Reno
a278ddb11c
Update to xorg-server-21.1.11 (Security Update)
2024-01-17 16:42:25 -06:00
Douglas R. Reno
9a8b566f40
Update to gnutls-3.8.3 (Security Update)
2024-01-17 16:31:40 -06:00
Douglas R. Reno
3c1412e0fd
Update to gcr-3.41.2
2024-01-17 16:21:14 -06:00
Douglas R. Reno
869ee99f7b
Update to dvisvgm-3.2
2024-01-17 16:15:32 -06:00
Douglas R. Reno
4267df7116
Update to mercurial-6.6.2
2024-01-17 16:08:27 -06:00