Commit Graph

2657 Commits

Author SHA1 Message Date
Douglas R. Reno
cb1ac77678 Add the Vulkan loader to the book. 2023-11-26 22:50:00 -06:00
Douglas R. Reno
b02d8501ee Vulkan Headers: don't hardcode the version 2023-11-26 22:25:19 -06:00
Douglas R. Reno
c10941270a Add the Vulkan-headers package to the book.
This contains the header files necessary to build and link applications
against the Vulkan API.
2023-11-26 18:46:08 -06:00
Douglas R. Reno
bb5f8a3391 Patch WebKitGTK to build with libxml2-2.12.x 2023-11-23 20:29:15 -06:00
Douglas R. Reno
3525199c5a Typo fixes from rhubarbpieguy 2023-11-23 14:24:33 -06:00
Douglas R. Reno
625040be4b libdrm: the sed for libdrm_intel is no longer required. 2023-11-22 14:50:39 -06:00
Bruce Dubbs
a7f175e0bc Update to libdrm-2.4.118. 2023-11-22 09:56:49 -06:00
Bruce Dubbs
41640d4b30 Clarify using versioned directories for qt5 and qt6. 2023-11-20 19:48:54 -06:00
Douglas R. Reno
82b5b5b324 Qt6: Use the correct parameter in the command explanation for "-skip
qtquick3dphysics"
2023-11-20 16:34:37 -06:00
Douglas R. Reno
bc3438bec5 Qt6: Skip building QtQuick3DPhysics
This module fails to build on i686 due to an issue with the bundled
version of the PhysX SDK.

Since we're already disabling Qt3D due to a problem with the bundled
copy of assimp, let's just skip the Qt Quick bindings as well.
2023-11-20 16:30:58 -06:00
Douglas R. Reno
b20e01ae47 Update to gtk-4.12.4 2023-11-20 14:25:38 -06:00
Pierre Labastie
fded572ae1 Add -system-sqlite for qt6
It does not seem to be found automatically. Also fix a typo and a
switch name in command explanations
2023-11-20 18:34:04 +01:00
Xi Ruoyao
3622b852df
gtk4: doc: Use -Ddocumentation instead of gtk_doc
-Dgtk_doc produces a warning telling to use -Ddocumentation instead.
2023-11-19 18:39:28 +08:00
Bruce Dubbs
1978830457 Update text and instructions for qt6 2023-11-17 19:43:38 -06:00
Bruce Dubbs
9cd23686c9 Add qt6
This is a rough version of the new Qt6 page.  The installation
instructions should be OK, but the Dependencies, Contents, and
Short Descriptions need to be checked.

The instructions have not yet been checked on a systemd system.

There is no ChangeLog entry yet. It will be added when the page
has been validated.
2023-11-17 00:24:00 -06:00
Xi Ruoyao
498c00cd5a
Update to appstream-1.0.0 (again)
Fix up libadwaita to build with it.  Update the command explanation to
allow building it with Qt-5.  Also fix the errors detected in
org.linuxfromscratch.lfs.xml reported by "appstreamcli validate".
2023-11-13 15:06:27 +08:00
Douglas R. Reno
d1857f3851 Update to webkitgtk-2.42.2 2023-11-12 18:54:27 -06:00
Xi Ruoyao
bf70a38779
webkitgtk: Fix an issue breaking various Web sites
There is a regression in WebKitGTK-2.42.1 breaking various Web sites.
See the linked bug report and its duplicates.

The fix is a simple change, so apply it as a sed now.

BugLink: https://bugs.webkit.org/show_bug.cgi?id=262777
Link: https://github.com/WebKit/WebKit/commit/c29a26a02441
2023-11-10 01:19:15 +08:00
Bruce Dubbs
679f4d6a67 Add some whitespace around multi-line commands in qtwebengine. 2023-11-06 11:24:03 -06:00
Pierre Labastie
93ea49a23a Qtwebengine: add a note about indentation in a sed
since we are sed'ing a python script, indentation has to be
respected.
2023-11-06 17:40:16 +01:00
Pierre Labastie
c51bc3f4d9 Fix qtwebengine for python 3.12 and ICU 74. 2023-11-06 14:14:29 +01:00
Xi Ruoyao
3fde159bba
qtwebengine: Fix building w/o system ffmpeg 2023-11-05 23:00:44 +08:00
Douglas R. Reno
ff074ea25a Update to goffice-0.10.56 2023-11-03 12:34:55 -05:00
Ken Moffat
ec40d199f6 Update to qtwebengine-5.15.16. 2023-10-30 18:18:42 +00:00
Bruce Dubbs
008c1427dc Fix a problem building the libdrm_intel library 2023-10-25 17:19:34 -05:00
Bruce Dubbs
157f13520d Update to libdrm-2.4.117. 2023-10-23 12:43:47 -05:00
Pierre Labastie
5e112b70a5 Fix the explanation for .git creation in qt5 2023-10-20 06:09:04 +02:00
Bruce Dubbs
49b913d2b8 Update to libxkbcommon-1.6.0.
libxkbcommon-1.6.0 removes some definitions that are unused.
These definitions are referenced in qtbase so we remove them
with a sed for both the full qt5 package and gt5-alternate.
2023-10-19 12:29:35 -05:00
Pierre Labastie
f4ac71418d Remove many more forgotten ftp urls 2023-10-15 23:14:18 +02:00
Pierre Labastie
e1e58be454 Remove all ftp urls
neither firefox nor epiphany can download them, and they are not
well maintained, because rarely tested.
This is WIP because the "(HTTP)" part of "Download (HTTP)" will
need to be removed too.
But let's see what users think first...
2023-10-15 21:43:08 +02:00
Pierre Labastie
ba404a277e Add an https url for GLU 2023-10-15 19:03:52 +02:00
Rahul Chandra
1c0eebef68 Update to gtk4-4.12.3 2023-10-14 18:06:35 -04:00
Douglas R. Reno
f2b7761c41 Update to libnotify-0.8.3 (Security Update) 2023-10-11 15:58:36 -05:00
Pierre Labastie
775d5f4eb5 Update to Qt-5.15.11 2023-10-11 12:57:57 +02:00
Douglas R. Reno
6646cae6c1 Remove sane-frontends from the book. It's been replaced by Simple Scan.
Also fix a few rendering errors from preceding commits. I need some
coffee. :)
2023-09-28 12:11:32 -05:00
Douglas R. Reno
d7f9c0ece8 Update to imlib2-1.12.1 2023-09-28 11:49:08 -05:00
Douglas R. Reno
1fc53421be Update to cairo-1.18.0. Tested with GIMP 2023-09-28 11:35:04 -05:00
Douglas R. Reno
a6813572cf Update to WebKitGTK+-2.42.1 (Security Update) 2023-09-28 01:03:26 -05:00
Douglas R. Reno
dc93138e1c Archive Cogl. It was only used by Clutter. 2023-09-27 13:53:37 -05:00
Douglas R. Reno
12d9b07881 Archive Clutter. It is no longer used by anything in BLFS. 2023-09-27 13:52:29 -05:00
Douglas R. Reno
6751065cfc Archive clutter-gst. It was only used by Cheese 2023-09-27 13:51:06 -05:00
Douglas R. Reno
bc255b9434 Archive clutter-gtk. It was only required by Cheese, and the optional
dependency on Evolution was invalid since libchamplain was removed.
2023-09-27 13:49:40 -05:00
Douglas R. Reno
c3c14d12ca Add libei to the book in support of Mutter. 2023-09-22 16:16:17 -05: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
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
33c1959ae0 Update to libadwaita-1.4.0 2023-09-18 14:10:53 -05:00
Xi Ruoyao
3f65573e25
webkitgtk: Recommend libseccomp for bubblewrap sandboxing 2023-09-17 19:37:48 +08:00
Xi Ruoyao
44b3f4400e
treewide: Really remove commented out references to Python 2
It helps using grep for finding packages depending on Python 2.
2023-09-16 15:21:01 +08:00
Douglas R. Reno
99ffe6e51d libnotify: mention lxqt-notificationd as a notification daemon 2023-09-14 22:08:35 -05: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
Rahul Chandra
fbd6311c31 Remove gtk2 from colord-gtk 2023-09-12 17:03:44 -04:00
Bruce Dubbs
8ebc8b4e3c Archive keybinder2. 2023-09-11 12:08:47 -05:00
Xi Ruoyao
e5c8c6d56e
libnotify: Guard documentation directory renaming with a if
If xmlto is not installed and -Dgtk_doc=false, there will be no
documentation installed.

Also add a rm -rf command so we won't do things wrong reinstalling the
package.
2023-09-11 21:36:23 +08:00
Douglas R. Reno
1bfeb782d6 Update to webkitgtk-2.41.92 2023-09-08 18:48:01 -05:00
Bruce Dubbs
5d0f39eeb2 Update to gtk-4.12.1. 2023-09-07 18:53:46 -05:00
Bruce Dubbs
60de0e101e Disable lxde 2023-09-06 00:03:05 -05:00
Bruce Dubbs
f8e3f09926 Update to at-spi2-core-2.48.4. 2023-09-04 17:40:51 -05:00
Pierre Labastie
22135b9097 libdrm-2.4.116 2023-09-03 21:44:31 +02:00
Bruce Dubbs
511e498edb Remove duplicate words 2023-09-01 10:52:38 -05:00
Douglas R. Reno
ce847a4339 Clutter: Update test suite expectations 2023-08-30 22:51:47 -05:00
Douglas R. Reno
dc22bd67ea Cairo: Clean up optional dependencies (text change only)
One of the things I've been doing over the past week is building
packages that list &qt5-deps or &qt5-components with Qt Alternate and Qt
Components.

For each one I've been checking logs for relevant information to Qt. It
doesn't show up in my logs, so I checked the Configure script and didn't
notice anything in there either.

When checking the NEWS file, I found out that several backends have been
removed - including cogl, qt, and DirectFB.
2023-08-29 13:29:10 -05:00
Bruce Dubbs
c8e80d51ed Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-08-27 18:03:08 -05:00
Douglas R. Reno
258f735b76 Tag qt5-components 2023-08-27 14:12:36 -05:00
Bruce Dubbs
229972c55f Minor grammar change. 2023-08-27 09:56:38 -05:00
Xi Ruoyao
1e361b3509
gtk-{3,4}: Use dbus-run-session for testing
If a dbus session address is not available, some tests will fail.

Not sure about gtk-2.
2023-08-27 20:24:39 +08:00
Pierre Labastie
e440af55af Remove trailing spaces and a few typos 2023-08-27 10:41:46 +02:00
Xi Ruoyao
71f2030b5b
pango: The array-bounds false warning persists with GCC 13.2 2023-08-26 16:52:43 +08:00
Xi Ruoyao
8828b5c0d0
at-spi-core: Run test suite with dbus-run-session 2023-08-26 16:21:18 +08:00
Douglas R. Reno
315b57653d Tag LXQt and Qt5 Alternate
Off to GNOME next on SysV, and working on systems for other tags.
2023-08-25 19:59:59 -05:00
Douglas R. Reno
9f4090e223 Update to WebKitGTK-2.41.91 2023-08-22 11:38:33 -05:00
Douglas R. Reno
db0d7f697d cogl: update the test suite information
With Mesa-23, all of the tests other than the ES2 tests will fail due to
minor differences in behavior between Mesa-22 and Mesa-23.

This doesn't seem to cause any problems at runtime, so we'll just
document the failures.
2023-08-21 11:16:41 -05:00
Douglas R. Reno
725c3365a4 Tag qtwebengine 2023-08-21 10:44:30 -05:00
Bruce Dubbs
9d0d597fb2 Tag most of Chapter 25. 2023-08-20 19:05:59 -05:00
Bruce Dubbs
1698164963 Update to imlib2-1.12.0. 2023-08-20 17:44:03 -05:00
Douglas R. Reno
cad00b2525 Tag LXDE 2023-08-20 13:26:58 -05:00
Douglas R. Reno
9d86c70355 Tags 2023-08-19 15:49:05 -05:00
Douglas R. Reno
30c1c726dd Tag GTK+-2, GTK+-3, and Sawfish 2023-08-18 16:30:17 -05:00
Douglas R. Reno
479979e5f9 Tags 2023-08-18 15:05:38 -05:00
Douglas R. Reno
59123063b4 Update to libadwaita-1.3.4 2023-08-14 12:28:51 -05:00
Douglas R. Reno
e13838654b Update to gtkmm-3.24.8 2023-08-13 14:17:12 -05:00
Douglas R. Reno
9a279da42a WebKitGTK+: Remove unneeded patch 2023-08-13 09:18:50 -05:00
Douglas R. Reno
5a17bbbba9 Update to WebKitGTK+-2.41.90 2023-08-12 10:41:38 -05:00
Douglas R. Reno
92e53002d5 Enable the Bubblewrap sandbox in WebKitGTK+.
This should help minimize the impact of some security vulnerabilities.
2023-08-08 22:09:07 -05:00
Bruce Dubbs
6df2d33cea Fix some xml issues 2023-08-08 16:21:45 -05:00
Bruce Dubbs
316e31c6c5 Add a sed derived from an upstream commit 2023-08-08 16:18:06 -05:00
Bruce Dubbs
66ccf399bd Update to gtk-4.12.0. 2023-08-08 16:14:02 -05:00
Ken Moffat
ebccba383d Update to qtwebengine-5.15.15. 2023-08-07 17:56:35 +01:00
Douglas R. Reno
7b8b07f8b3 Add WebKit consolidated fixes patch.
This fixes several security vulnerabilities and allows it to work
properly in VMs.
2023-08-06 14:20:10 -05:00
Xi Ruoyao
04303e9fb3
at-spi2-core: Sphinx is needed for doc 2023-08-04 23:37:29 +08:00
Xi Ruoyao
0da5996a19
gtk4: Remove problematic command explaination 2023-08-04 23:19:02 +08:00
Xi Ruoyao
c6bcf09ee4
pango: Fix my stupid typo breaking the rendering :( 2023-08-04 20:00:55 +08:00
Xi Ruoyao
5a4b371250
pango: Note some test may fail if no OTF/TTF installed 2023-08-04 19:10:07 +08:00
Douglas R. Reno
48486816e1 Update to tepl-6.8.0 2023-08-02 11:47:35 -05:00
Douglas R. Reno
f320fd2612 Move to libgedit-amtk for AMTK and update to 5.8.0 2023-08-02 11:45:00 -05:00
Douglas R. Reno
b6d3d764da Update to libgedit-299.0.4 2023-08-02 10:49:10 -05:00
Xi Ruoyao
cddcdb1411
treewide: The remaining of kernel configuration rendering 2023-07-31 21:44:38 +08:00
Bruce Dubbs
6886d518bc Typos 2023-07-28 12:10:23 -05:00
Douglas R. Reno
ea667b9c80 Update to glu-9.0.3 2023-07-23 13:03:36 -05:00
Douglas R. Reno
053e0a13af Update to WebKitGTK+-2.41.6 2023-07-21 19:58:51 -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
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
e77c478989 Merge branch 'trunk' into lxqt 2023-07-18 16:51:51 +00:00
Douglas R. Reno
81a1d5fbda qt-components: Fix building qtlocation with gcc-13.
It's not in qt5-alternate though, so we can remove the fix from that
page.
2023-07-17 13:08:53 -05:00
Douglas R. Reno
6895424949 qt-components: Apply the KF5 patches before building anything.
All of the modules listed in the page have fixes in the KF5 patchset, so
let's make sure that we apply that prior to building anything
2023-07-17 13:02:36 -05:00
Douglas R. Reno
38703f5dca qt5-components: some minor tweaks to the Contents list 2023-07-17 12:56:22 -05:00
Douglas R. Reno
e917814212 qt5-alternate: Use <command> around $(cat tempconf) in short
descriptions.

Also fix a typo in the short description
2023-07-17 12:50:06 -05:00
Douglas R. Reno
7d09c400db Qt5-alternate: Remove an extra newline for systemd instructions 2023-07-17 12:49:08 -05:00
Douglas R. Reno
04f2bf409b Qt5 and Qt5-alternate: mention LXQt as a major user. 2023-07-17 12:47:52 -05:00
Bruce Dubbs
f2cb575d78 Clanup sddm 2023-07-14 20:01:02 -05:00
Bruce Dubbs
b3867c5f8c Add qt5-components page.
Also create an ENTITY for qt5 or qt5-alternate and use that
to specify the qt5 dependenies.

The complete KF5/plasma packages should use the full qt5 build, but
the lxqt kf5/plasma components only need qt5-alternate.
2023-07-13 20:23:08 -05:00
Bruce Dubbs
32936bc2c2 lxqt and qt5-alternate cleanups 2023-07-13 01:17:52 -05:00
Bruce Dubbs
cff158f0ad Add qt5-alternate page 2023-07-09 22:15:15 -05:00
Douglas R. Reno
02e31cf024 Update to tepl-6.6.0 2023-07-06 13:49:35 -05:00
Douglas R. Reno
85f02b38da Tepl: minor dependency modifications:
- gsettings should be gsettings-desktop-schemas
- libgeditsourceview replaced gtksourceview4 for this package
2023-07-05 10:56:32 -05:00
Xi Ruoyao
42ddc3001a
treewide: Replace "User Notes" with "Editor Notes" 2023-06-30 02:18:51 +08:00
Xi Ruoyao
14891a9084
treewide: More "User Notes" clean up
Remove links to pages w/o real contents.
2023-06-30 02:18:51 +08:00
Xi Ruoyao
9a6d0d9bcf
x: Remove non-exist User Notes link
Part of User Notes removal by
https://www.linuxfromscratch.org/~xry111/remove-nonexist-usernote.sh
2023-06-29 19:22:51 +08:00
Bruce Dubbs
6db9c46480 A typo and a dependency fix 2023-06-28 15:30:02 -05:00
Bruce Dubbs
d9c9882488 Update to tepl-6.5.1 in support of gedit. 2023-06-26 19:00:55 -05:00
Bruce Dubbs
b5ad7a447e Add libgedit-gtksourceview in support of tepl and gedit. 2023-06-26 18:53:44 -05:00
Douglas R. Reno
c56877947c WebKit: drop the bubblewrap sed.
It's no longer needed
2023-06-15 16:49:31 -05:00
Douglas R. Reno
f6e07a2582 Update to WebKitGTK+-2.41.5 to fix problems with Intel GPUs. 2023-06-15 12:32:25 -05:00
Pierre Labastie
cae21bc635 qtwebengine: remove unneeded patch with icu-73.2 2023-06-15 13:56:59 +02:00
Pierre Labastie
2c5e96fbee Update to qt5-5.15.10 2023-06-13 14:52:03 +02:00
Douglas R. Reno
7ed2cace05 Update to libadwaita-1.3.3 2023-06-11 11:07:35 -05:00
Bruce Dubbs
4ad6c878d2 Update to gtk-4.10.4. 2023-06-08 15:30:44 -05:00
Bruce Dubbs
d1d2511e2f Update to webkitgtk-2.40.2. 2023-05-30 22:20:33 -05:00
Pierre Labastie
3df352acef Update to at-spi2-core-2.48.3 2023-05-29 21:36:13 +02:00
Bruce Dubbs
cee1b30616 Update to gtk+3-3.24.38. 2023-05-23 12:43:10 -05:00
Bruce Dubbs
82d463fbff Typos 2023-05-18 15:37:57 -05:00
Bruce Dubbs
9b14f4c1bb Update to at-spi2-core-2.48.2. 2023-05-17 19:47:13 -05:00
Ken Moffat
450610873b Update to qtwebengine-5.15.14. 2023-05-13 00:02:18 +01:00
Ken Moffat
289b0c4f85 Fix pango ftbfs with gcc-13.1. 2023-05-09 02:07:43 +01:00
Pierre Labastie
da60874cd1 Fix Qt5 FTBFS with GCC-13 2023-05-07 21:33:03 +02:00
Xi Ruoyao
f34f0a2e0e
webkitgtk: Fix FTBFS with GCC 13 2023-05-07 17:08:42 +08:00
Bruce Dubbs
e22fbfa212 Update to imlib2-1.11.1. 2023-05-03 19:50:25 -05:00
Pierre Labastie
95abdf8767 Separate gtk4 and gtk3 instructions in webkigtk
The present status with -DUSE_GTK4=[ON or OFF] cannot be
parsed meaningfully by jhalfs, and cmake does not fails
with this value of the parameter (!). So even for
people using copy-paste blindly, the failure occurs much later and has
no relation with the initial error.
2023-04-27 15:53:28 +02:00
Douglas R. Reno
b197d5d920 Update to libadwaita-1.3.2 2023-04-23 12:37:35 -05:00
Douglas R. Reno
2cb86885e4 Update to gtk-4.10.3 2023-04-23 12:36:45 -05:00
Xi Ruoyao
49e37e23c2
gdk-pixbuf: List packages providing a loader as optional runtime dependencies 2023-04-24 00:29:11 +08:00
Douglas R. Reno
ab376e94b9 Update to WebKitGTK+-2.40.1
I used Bruce's advice for the GTK3/GTK4 split here. It can definitely be
improved upon if desired.
2023-04-21 15:54:25 -05:00
Douglas R. Reno
73c69d4262 WebKitGTK+: Reference to the wrong package 2023-04-20 10:24:04 -05:00
Douglas R. Reno
acea88c358 Add libavif to the book in support of WebKitGTK+. 2023-04-20 10:21:44 -05:00