Commit Graph

205 Commits

Author SHA1 Message Date
Bruce Dubbs
511e498edb Remove duplicate words 2023-09-01 10:52:38 -05:00
Bruce Dubbs
9d0d597fb2 Tag most of Chapter 25. 2023-08-20 19:05:59 -05: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
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
Douglas R. Reno
04f2bf409b Qt5 and Qt5-alternate: mention LXQt as a major user. 2023-07-17 12:47:52 -05:00
Bruce Dubbs
cff158f0ad Add qt5-alternate page 2023-07-09 22:15:15 -05:00
Xi Ruoyao
42ddc3001a
treewide: Replace "User Notes" with "Editor Notes" 2023-06-30 02:18:51 +08:00
Pierre Labastie
2c5e96fbee Update to qt5-5.15.10 2023-06-13 14:52:03 +02:00
Pierre Labastie
da60874cd1 Fix Qt5 FTBFS with GCC-13 2023-05-07 21:33:03 +02:00
Pierre Labastie
ddf3f13763 Update to Qt-5.15.9 2023-04-10 20:02:34 +02:00
Bruce Dubbs
dc1a45e9de Lots of tags 2023-02-17 22:35:46 -06:00
Xi Ruoyao
75b1a338b8
Update more URLs to use https
Mostly plain http -> https replace, if https works.  If there is a HTTP
redirection, use the redirect target (unless it's a mirror or l10n like
"https://kde.org/zh-cn/").

Some non-trivial change:

* www.mnogosearch.org is dead.  Not sure how to replace, so deleted.
* use https://github.com/cacalib/libcaca for libcaca.
  http://caca.zoy.org/wiki/libcaca seems out-of-date.
* http://www.speech.cs.cmu.edu/flite/ is dead, replaced with github repo
  link.
2023-01-29 14:35:01 +08:00
Pierre Labastie
d0c6049124 Fix qt5 so that all headers are installed
The patch for qt-5.15.8 creates a header file, which needs to be
known by the build machinery. In a git repository, this is done
automatically, but in a build tree coming from a tarball, the header
file is ignored.
So we add a .git directory into qtbase, which fakes a git repository,
and allows the header file to be used and installed by the build system
(it may be needed when compiling programs using Qt thread mutexes).
2023-01-06 11:17:43 +01:00
Pierre Labastie
535d7e1c1d Update to Qt5-5.15.8 2023-01-06 09:13:25 +01:00
Pierre Labastie
3f2db3a638 Remove sect1info tags
They only contain a date tag that is nowhere used.
2022-11-29 08:58:07 +01:00
Pierre Labastie
395cf7d04a Update to qt-5.15.7 2022-10-29 15:15:49 +02:00
Pierre Labastie
7dd59cff37 Recommend double-conversion for qt5
Otherwise an older version shupped with Qt is built
2022-09-19 19:27:05 +02:00
Pierre Labastie
c8344b7909 Update to Qt-5.15.6 2022-09-09 13:25:08 +02:00
Xi Ruoyao
87fc1855fd
x: URL updates 2022-09-08 16:28:54 +08:00
Douglas R. Reno
fa4d97aca5 Tags 2022-08-24 18:15:34 -05:00
Pierre Labastie
52e63febd3 Update to Qt-5.15.5 2022-06-22 13:26:41 +02:00
Pierre Labastie
195cc2f996 Update to qt-5.15.4 2022-05-15 22:48:55 +02:00
Pierre Labastie
7a9a7b2665 Remove spaces at the end of lines 2022-04-20 15:36:11 +02:00
Bruce Dubbs
380306549c Tags 2022-02-19 21:19:30 -06:00
Ken Moffat
7fd1c9445e Qt5 - rearrance to try not to break jhalfs. 2022-01-29 02:12:49 +00:00
Ken Moffat
952c401932 qt5 - move the explanation of where the patch comes from. 2022-01-28 20:43:00 +00:00
Ken Moffat
d10b870109 Qt5 - apply kf5.15 patches from kde.
I have only used the patches for modules used by packages in BLFS
or required by the extra KDE packages mentioned in BLFS. For the
full details of what has been applied (or omitted) see
https://www.linuxfromscratch.org/~ken/qt5/

I have also revised the SBU - the extra patches make a minimal
difference on my -j4 builds, but I need to use -j8 to get to 22
SBU. That figure seems to have been carried over from when we were
using gcc-10.2.

In the optional dependencies, pciutils was shown as optional but
required for qtwebengine: show it as optional, other parts of qt
can use it, and add it to qtwebengine as required.  Remove python2
from the qt5 optional dependencies, only qtwebengine needs it and
it is already shown as required there.
2022-01-28 03:15:33 +00:00
Ken Moffat
ff00f8107b Qt5: Move kerberos dep to qtwebengine, and make it optional.
It made sense as a dep of Qt5 when we were building webengine as
part of Qt5, but (at least for separate WebEngine, I've
deliberately forgotten the details of building it in Qt5) it
requires a switch to enable it.

Document that switch as an optional command.
2022-01-26 22:35:52 +00:00
Bruce Dubbs
0318335844 Formating change in Qt configuration section.
Emphasize differences wehn installing in /usr and /opt.
2021-11-18 10:30:19 -06:00
Pierre Labastie
142646b2e5 Use -p for creating the /opt/qt-<version> library
Otherwise it throws an error if it already exists (mainly for
automated builds such as jhalfs)
2021-11-06 14:16:49 +01:00
Pierre Labastie
85580446b2 Remove spaces at the end of lines
I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...
2021-09-06 19:42:49 +02:00
Pierre Labastie
da54a62385 Tags for kde and some deps 2021-08-28 22:59:53 +02:00
Pierre Labastie
5fe61b6f3d qt5: add a switch for logging to syslog/journald
Ticket #15437
2021-08-28 13:58:56 +02:00
Thomas Trepl (Moody)
a383e242b4 Tags 2021-08-19 17:41:17 +02:00
Ken Moffat
4d0615f14d Patch a security vulnerability in QtSVG.
I remeasured Qt to accound for gcc-11.1.0.
2021-06-21 19:12:00 +01:00
Bruce Dubbs
05b6446c85 Add another qt header file that needs <limits> 2021-06-17 16:08:24 -05:00
Douglas R. Reno
e419c5389e Minor spacing change in qt5 2021-05-26 10:44:16 -05:00
Bruce Dubbs
fb79d0a41b Fix qt fo rgcc-11. 2021-05-16 18:13:22 -05:00
Xi Ruoyao
45ab6c70c2
more SVN prop clean up
Remove "$LastChanged$" everywhere, and also some unused $Date$
2021-04-20 19:12:02 +08:00
Bruce Dubbs
2b7420bb69 Tag printer stack, window managers, and misc
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24262 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-22 04:38:24 +00:00
Pierre Labastie
4c24eb0a40 Remove period at the end of short descriptions.
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24236 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-19 15:20:16 +00:00
Bruce Dubbs
678ce3b04c Update to qtwebengine-5.15.2.
Update to qt-everywhere-src-5.15.2. 



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23920 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-11-20 22:35:18 +00:00
Bruce Dubbs
7a8976d73f Update to cups-filters-1.28.4.
Update to libreoffice-7.0.2.2. 
Update to nmap-7.91. 



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23808 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-10-14 21:43:47 +00:00
Bruce Dubbs
4485bb8e9e Update to qt-everywhere-src-5.15.1 and qtwebengine-everywhere-src-5.15.1.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23702 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-09-10 22:37:13 +00:00
Ken Moffat
640ece989f Tags: basic qt and webengine, laxappearance, most of xfce (no audio on this machine, nor blank CDs).
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23567 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-08-19 00:00:50 +00:00
Douglas R. Reno
36e756bc0a Update to twm-1.0.11
Update to gnome-desktop-3.36.3.1
qt5: Fix a link to a dependency
giflib: Remove an unnecessary comment that was causing an extra (extremely noticable) space in the installation instructions.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23283 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-06-15 04:55:46 +00:00
Douglas R. Reno
21552cfa84 Update to Qt and QtWebEngine 5.15.0
Adapt Falkon to build with Qt5-5.15.0
OpenSSH tests: Remove some text that was invalid, which I entered in my last build

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23206 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-05-27 17:08:18 +00:00
Thomas Trepl
a8d75eea08 Add gcc10-patch to QT; Add forgotten chglog entries
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23096 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-05-11 11:20:21 +00:00
Thomas Trepl
ed6715ef4c Upgrade qt-5.14.2, qtwebengine-5.14.2
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22939 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-04-03 13:09:55 +00:00
Pierre Labastie
baac59c4df Format x/lib xchpater
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22866 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-03-21 11:42:20 +00:00