Xi Ruoyao
afea77ca8c
mutter: add a section about running it directly
2022-09-19 00:46:51 +08:00
Xi Ruoyao
1b32f1aedf
texlive: punctuation fix
2022-09-18 23:39:40 +08:00
Xi Ruoyao
c35a6f2d41
libxkbcommon: remove reference to XORG_PREFIX
...
/usr/share/X11 is a symlink to $XORG_PREFIX/share/X11
if [ $XORG_PREFIX != /usr ], so -Dxkb-config-root is not needed.
2022-09-18 14:54:10 +08:00
Bruce Dubbs
4ef25272b6
Recommend using /usr as the xorg install prefix
2022-09-17 16:42:35 -05:00
Tim Tassonis
043a8722b3
Update to libpng-1.6.38
2022-09-17 18:20:33 +02:00
Pierre Labastie
4034df33e1
libxkbcommon: use XORG_PREFIX instead of XORG_CONFIG
...
(or install in /usr?)
2022-09-17 10:47:50 +02:00
Bruce Dubbs
ecce4c7369
Update to nspr-4.35.
2022-09-16 15:50:54 -05:00
Bruce Dubbs
7bec8adf7c
Update to libgusb-0.4.0.
2022-09-16 15:42:53 -05:00
Bruce Dubbs
4bc8fc2352
Update to emacs-28.2.
2022-09-16 15:37:42 -05:00
Bruce Dubbs
4d7adfd9e2
Update to stunnel-5.66.
2022-09-16 15:28:12 -05:00
Xi Ruoyao
49d287405a
lua: bump shared library patch revision
2022-09-17 03:51:37 +08:00
Xi Ruoyao
966374a4c3
gnome-shell: list libgweather as runtime dependency
...
libgweather is loaded by gnome-shell gjs script. Without it gnome-shell
will refuse to start.
2022-09-17 03:25:49 +08:00
Xi Ruoyao
10be56f1e5
libbytesize: format fix
2022-09-17 02:09:10 +08:00
Douglas R. Reno
ac94cf0f6c
Update to Thunderbird-102.2.2
2022-09-16 12:36:37 -05:00
Douglas R. Reno
b2baae04bb
libbytesize: move six to recommended for bscalc.
2022-09-16 10:39:46 -05:00
Douglas R. Reno
f07f654786
Four package updates
...
Update to NetworkManager-1.40.0
Update to gnome-bluetooth-42.4
Update to samba-4.17.0
Update to ModemManager-1.18.12
2022-09-16 10:35:09 -05:00
Douglas R. Reno
7593b7c218
Duktape: remove extra newline from userinput section
2022-09-16 09:18:17 -05:00
Xi Ruoyao
586ae9d919
use github repo URL for external link to srt
...
It's not very easy to find the download link on srtalliance.com.
2022-09-16 19:09:56 +08:00
Xi Ruoyao
e165712e2a
pulseaudio: drop libcap-pam dependency
...
PulseAudio does not use PAM at all.
2022-09-16 18:10:09 +08:00
Xi Ruoyao
20bace3b51
lame: nasm is only used for 32-bit system
2022-09-16 16:01:18 +08:00
Xi Ruoyao
7f139627d9
cdparanoia: remove unneeded static library
2022-09-16 15:45:47 +08:00
Pierre Labastie
bbdb8c2439
Update changelog for the polkit change
2022-09-16 08:47:03 +02:00
Pierre Labastie
a4289351e1
Unconditionally use duktape for polkit
...
- duktape is so low overhead, that even if mozjs is later
needed, it is not a problem...
- it simplifies our instructions, otherwise, we would have had to
use four <screen> sections (sysd-duktape, sysv-duktape, sysd-mozjs,
and sysv-mozjs). GNOME can also be used with sysv.
2022-09-16 08:39:31 +02:00
Xi Ruoyao
c807a2b00f
at-spi2-core: add back "and"
2022-09-16 14:26:42 +08:00
Xi Ruoyao
13c06cb2e7
libsoup2: document a test failure
2022-09-16 14:14:08 +08:00
Xi Ruoyao
35f4faf662
cups: remove reference to clang
...
Now configure script prefers GCC.
2022-09-16 13:50:04 +08:00
Xi Ruoyao
6102095ad3
at-spi2-core: add gsettings-desktop-schemas as runtime dependency
...
It reports "Cannot get the default GSettingsSchemaSource" on startup
if g-d-s is not installed.
2022-09-16 13:47:14 +08:00
Xi Ruoyao
b83af87427
x7font: X11-{OTF,TTF} symlinks are only for [ XORG_PREFIX != /usr ]
...
If [ XORG_PREFIX = /usr ] , the symlinks causes duplicated entries in
fc-list output.
TODO: should we just link "X11" directory instead of creating two links?
2022-09-16 13:25:48 +08:00
Xi Ruoyao
febfc1e017
pipewire: update dependencies
...
- Remove libva, as it's not mentioned by the package at all.
- SDL2 to optional, as it's only for examples.
- Add many optional dependencies (I've not reviewed all of them
carefully yet).
2022-09-16 13:08:39 +08:00
Xi Ruoyao
75d385622a
add comments about tagging duktape and/or mozjs
...
So we won't need to add something like "this package is known to work
with {duktape,mozjs} in polkit page.
2022-09-16 10:51:15 +08:00
Xi Ruoyao
1b46bd8c90
systemd: use -Dpam=true
...
The main point to rebuild systemd in BLFS is for logind. Add -Dpam=true
so meson will fail if PAM is not installed correctly, instead of
silently producing a systemd build w/o logind again.
2022-09-16 10:37:14 +08:00
Xi Ruoyao
0af463c172
libxkbcommon: change xkeyboard-config to runtime, and add xorg-env
...
The building system only uses xkeyboard-config pkg-config file to find
the path to xkeyboard-config files. Without xkeyboard-config installed,
it guesses /usr/share/X11/xkb.
2022-09-16 10:34:37 +08:00
Tim Tassonis
b051e0ea0c
Fix broken duktape dowload url.
2022-09-15 21:44:48 +02:00
Tim Tassonis
f401faa609
Add duktape-2.7.0, allow polkit to use duktape instead of JS.
2022-09-15 19:15:50 +02:00
Douglas R. Reno
54a9539bc2
hdparm: Remove obsolete build tweak that was fixed in hdparm-9.65
2022-09-15 10:43:28 -05:00
Pierre Labastie
4069ddfe25
Reinstate kapidox dependencies
...
Forgotten when reinstating kapidox itself. Also reorder deps to
better show which depends on which.
2022-09-15 15:39:45 +02:00
Douglas R. Reno
b11b2683cb
Doxygen: Remove build fix which was applied in 1.9.5.
2022-09-14 11:22:00 -05:00
Douglas R. Reno
7290e5c20b
Mark python3 as a security update
2022-09-14 10:53:10 -05:00
Douglas R. Reno
1d83dd04ca
Changelog: Mark Wireshark as a security update
2022-09-14 10:11:02 -05:00
Pierre Labastie
f187e97875
libsoup3 is the default for grilo-0.3.15
...
And it fails to build if libsoup3 is not installed unless
"-Dsoup3=false" is passed to meson (I do not want to put this in
command explanations. We should use soup3 as much as possible).
2022-09-14 11:38:51 +02:00
Pierre Labastie
d914e3589f
Revert www.mirbsd.org to http
...
The site does not support TLS 1.2 which is the minimum supported
version for newer openssl, nss, and gutls.
2022-09-13 19:55:08 +02:00
Pierre Labastie
ac60f17f86
Fix mutter dependencies for tests
...
Also don't make a difference between systemd and sysv for tests.
There are none...
2022-09-13 19:15:52 +02:00
Pierre Labastie
9bda86ebe2
libbytesize: precise that six is needed for bscalc
...
I wonder whether we shouldn't rather recommend six: bscalc is handy
for a lot of calculations, for example:
$ bscalc -H 33312
32.53 KiB
2022-09-13 14:56:38 +02:00
Pierre Labastie
a988c853dc
Options come after command for pip3
2022-09-13 08:43:57 +02:00
Pierre Labastie
d56891b998
boost: --with-python is now a parameter
2022-09-13 07:13:55 +02:00
Pierre Labastie
80adfe6a6a
Qpdf: add an missing backslash
2022-09-13 07:10:04 +02:00
Bruce Dubbs
ae0c128040
Clarify with-python option in boost
2022-09-12 23:29:54 -05:00
Bruce Dubbs
9dd4991d53
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
2022-09-12 10:39:02 -05:00
Bruce Dubbs
0d883a20ac
Fix qpdf URL
2022-09-12 10:38:49 -05:00
Pierre Labastie
15d6673a71
Typo
2022-09-12 15:48:28 +02:00