Commit Graph

27125 Commits

Author SHA1 Message Date
Bruce Dubbs
0caf2d2d11 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-07-20 14:46:00 -05:00
Bruce Dubbs
ad3de2355d Update to xfsprogs-6.4.0. 2023-07-20 14:45:47 -05:00
Bruce Dubbs
44ca200bc2 Update to openssh-9.3p2. 2023-07-20 14:35:35 -05:00
Douglas R. Reno
fd42bb3881 Changelog: mark nghttp2, krb5, and Wireshark as security updates.
Still no details on the CVE for krb5 though yet
2023-07-20 14:01:19 -05:00
Bruce Dubbs
5699c63846 Update to cmake-3.27.0. 2023-07-20 13:49:40 -05:00
Bruce Dubbs
79cf80f5d8 Update to node-18.17.0. 2023-07-20 12:56:59 -05:00
Xi Ruoyao
141e445095
qt5-alternate: Add editor note link
I'm too frustrated to continue playing with Qt5 now.  But I'll add some
editor notes for this little (failed) shake-down course...
2023-07-20 13:29:46 +08:00
Xi Ruoyao
d949cb08c8
qt5-alternate: Add xcb-util-* for Qt5
Or any Qt5 app will complain:

    qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""

Let's recommended them.  On Wayland-based DEs we can export
QT_QPA_PLATFORM=wayland to avoid depending on xcb though.
2023-07-20 11:57:38 +08:00
Xi Ruoyao
441801a487
qt5 (and alternative): Add some dependencies
It looks like we've forgotten some dependencies for Qt5 all the time.
And many dependencies of Qt5 are also needed by the alternative.  I
gathered them via

    readelf -d $(find -name \*.so) | grep NEEDED | grep -o '\[.*\]' |
      sort | uniq | grep -v Qt 2>/dev/null

in the Qt5 alternative build directory.
2023-07-20 11:22:05 +08:00
Xi Ruoyao
d18a047b32
qt5-alternate: Remove a stale command explanation
-skip-qtwebengine is now included in tempconf, so it's not a separate
option anymore.
2023-07-20 10:45:07 +08:00
Xi Ruoyao
07067aaff2
qt5-alternate: sed -ir should be sed -i -r
In the regex we use `|` which is extended regex.  So the `-r` (or `-E`,
or `--regexp-exteneded`) option is needed.  We cannot squash them into
`-ir` because `-i[PREFIX]` has a special meaning: make a backup named
`tempconf[PREIX]`.
2023-07-20 09:27:12 +08:00
Bruce Dubbs
ac7dd63901 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-07-19 19:54:11 -05:00
Bruce Dubbs
842049f91d Update to libarchive-3.7.0. 2023-07-19 19:52:44 -05:00
Xi Ruoyao
14771c47a3
qt5 (and alternate): Don't pathappend /usr/bin
When QT5DIR is /usr, we don't need to pathappend $QT5DIR/bin.
2023-07-20 08:43:31 +08:00
Bruce Dubbs
6cea08714b Update to PyYAML-6.0.1. 2023-07-19 19:42:20 -05:00
Bruce Dubbs
a4f374d804 Update to highlight-4.7. 2023-07-19 19:36:36 -05:00
Bruce Dubbs
500d0cc4ad Update to sudo-1.9.14p2. 2023-07-19 19:14:07 -05:00
Bruce Dubbs
50d8a863ea Update to stunnel-5.70. 2023-07-19 19:07:11 -05:00
Bruce Dubbs
07321a166f Update to nghttp2-1.55.1. 2023-07-19 18:44:14 -05:00
Bruce Dubbs
bdd8adc9d9 Update to wireshark-4.0.7. 2023-07-19 15:53:00 -05:00
Bruce Dubbs
6a1f71ac77 Update to libva-2.19.0. 2023-07-19 14:47:46 -05:00
Bruce Dubbs
067e27ffc5 Rename intel-media-dirver to intel-media.
Make the page match the tarball name.
2023-07-19 14:11:34 -05:00
Bruce Dubbs
5eeb3a1762 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-07-18 22:02:55 -05:00
Bruce Dubbs
6332c2b457 Update to LWP (libwww-perl-6.72). 2023-07-18 15:40:47 -05:00
Xi Ruoyao
f4d129763c
/usr/libexec/Xorg does not exist anymore
With -Dsuid_wrapper=true removed from xorg-server, /usr/bin/Xorg is the
Xorg server itself.
2023-07-19 03:54:44 +08:00
Xi Ruoyao
b952db2ee8
xorg-server: "a even" -> "an even" 2023-07-19 03:54:44 +08:00
Bruce Dubbs
1726340d71 Update changelog after merge 2023-07-18 14:45:35 -05:00
Bruce Dubbs
2a096db14e Update to krb5-1.21.1. 2023-07-18 14:41:40 -05:00
Douglas R. Reno
733abec59b Update to cheese-44.1 2023-07-18 12:38:35 -05:00
Douglas R. Reno
bbcb12d77a Update to epiphany-44.5 2023-07-18 12:38:35 -05:00
Douglas R. Reno
a78da9f043 Update to intel-media-driver-23.3.0 2023-07-18 12:38:35 -05:00
Douglas R. Reno
6dfe4ab71d Update to intel-gmmlib-22.3.9 2023-07-18 12:38:35 -05:00
Bruce Dubbs
e77c478989 Merge branch 'trunk' into lxqt 2023-07-18 16:51:51 +00:00
Bruce Dubbs
5af5876404 Fix LWP-Protocol-https md5sum 2023-07-18 11:13:58 -05:00
Bruce Dubbs
4048bc73fb Typo 2023-07-17 23:06:26 -05:00
Douglas R. Reno
597a879c28 Use CPLUS_INCLUDE_PATH instead of setting CXXFLAGS 2023-07-17 23:00:40 -05:00
Douglas R. Reno
b6e536d26b lxqt-config: use the proper terminology for configuration center 2023-07-17 22:54:03 -05:00
Douglas R. Reno
60320480a3 Final Instructions: Mention visiting the LXQt Configuration Center. 2023-07-17 22:53:07 -05:00
Douglas R. Reno
16bfa72765 sddm: changes for systemd and typos/rewords 2023-07-17 22:46:12 -05:00
Douglas R. Reno
f9c0972ed4 lxqt tree-wide: Remove periods (.) from the end of short descriptions.
This is for consistency with the rest of the book since these aren't
sentences.
2023-07-17 22:22:13 -05:00
Douglas R. Reno
98452adde9 screengrab: work around a build failure if KDE Frameworks 5 is installed
fully in /opt.

This happens because, similar to lxqt-panel, it doesn't know how to find
the headers in /opt/kf5 and assumes they'll be found in /usr. Work
around this with CXXFLAGS.

Also updated the short description for screengrab itself
2023-07-17 22:16:19 -05:00
Douglas R. Reno
7543482a13 qterminal: minor cleanups 2023-07-17 22:10:28 -05:00
Douglas R. Reno
c4a1e8a062 qtermwidget: minor reword/reformat in description 2023-07-17 22:08:09 -05:00
Douglas R. Reno
301adbcde5 qps: Update the short description 2023-07-17 22:05:10 -05:00
Douglas R. Reno
fc857a6a2d pavucontrol-qt: minor typos and rewords 2023-07-17 22:02:17 -05:00
Douglas R. Reno
9ffe53ef5e lxqt-archiver: Update installed files and create a short description 2023-07-17 21:57:01 -05:00
Douglas R. Reno
da0d069e5f lximage-qt: minor reword in Short Descriptions 2023-07-17 21:50:06 -05:00
Douglas R. Reno
e0f68c65b9 Final Instructions: some minor typos / rewords 2023-07-17 21:46:18 -05:00
Douglas R. Reno
790258a2ed lxqt-panel: Add an instruction to allow users who have KF5 in /opt to
build the package.

The underlying problem is that the build system assumes that
KWindowSystem is installed in /usr, and doesn't account for builds in
/opt.

To fix this, export some CXXFLAGS to allow it to find the headers.
2023-07-17 21:38:17 -05:00
Douglas R. Reno
059c05ccaa pcmanfm-qt: minor rewords and typo fixes 2023-07-17 21:10:44 -05:00