Commit Graph

104 Commits

Author SHA1 Message Date
Zeckmathederg
f6e361dd1b Readded xincludes, changed blfs target to blfs-next, moved two xml files to where they should be, and finished Networking section for the Steam chapter 2024-04-24 22:21:32 -06:00
Zeckmathederg
0c97bb3afb Stripped mostly everything, edited Introduction 2024-04-09 20:31:49 -06:00
Pierre Labastie
ab4fdfccf8 Change all xml decl to encoding=utf-8 2024-01-19 22:39:35 +01:00
Pierre Labastie
4efd668a74 Fix xml validity errors in xincludes/* files
The DOCTYPE and the top level element must match...
2024-01-09 19:12:15 +01:00
Pierre Labastie
7fdc3aa3a7 clean xincludes from obsolete files
mainly from gnome-2 era
2024-01-09 19:11:05 +01:00
Pierre Labastie
55883c382e Fix validity error in xinclude/rm-la-file...
The DOCTYPE must match the top level element for valid XML.
2024-01-09 18:52:02 +01:00
Xi Ruoyao
5c01c63ce8
Add the xinclude file referred by the previous change
I forgot git add :(.
2024-01-09 10:43:49 +08:00
Pierre Labastie
875b3b57e8 Fix various option vs parameter problems
Sometimes there is no really a problem, but alos avoids that
automatic detection with "make test-options" return false positives
2023-12-08 22:05:39 +01:00
Pierre Labastie
8e3d320c1f infodir is not used in xindy
but it includes tex-prefix.xml, which has infodir...
So modify tex-prefix.xml so that it is more generic.
also modify the typography to have individual parameters, in order to
facilitate the automatic detection of wrong option vs parameter
tags.
2023-12-08 22:05:39 +01:00
Xi Ruoyao
96e0c17161
mozilla: Drop SHELL=/bin/bash
Note that if you build something relying on $SHELL, it may still fail to
build in chroot.

In the chroot we first use "env -i" to clean the environment variables.
When bash starts with no $SHELL set, it *sets* SHELL=(the login shell
of current user specified in /etc/passwd), but it *does not export this
variable*.

For example:

    $ cat > t.c << EOF
    #include <stdio.h>
    #include <stdlib.h>
    int main() { puts (getenv ("SHELL") ?: "(nullptr)"); }
    $ ./a.out
    /bin/zsh/
    $ cc t.c
    $ env -i bash -c "echo $SHELL"
    /bin/zsh
    $ env -i bash -c "./a.out"
    (nullptr)

We can remove this now only because Mozilla has added a workaround into
their building system at
https://hg.mozilla.org/mozilla-central/rev/5afe7b911f61 for some Mac
builder, inadvertently fixing our issue.

Link: https://lists.linuxfromscratch.org/sympa/arc/blfs-support/2014-11/msg00050.html
Link: https://lists.linuxfromscratch.org/sympa/arc/blfs-dev/2023-11/msg00136.html
2023-11-20 07:01:36 +08:00
Bruce Dubbs
990dbf00a0 Remove obsolete references to gtk2 2023-09-11 11:51:23 -05:00
Douglas R. Reno
342d139a92 Typo fixes from rhubarbpieguy 2023-08-17 10:33:34 -05:00
Xi Ruoyao
dda77cb2ff
Mention bsdunzip from libarchive as an unzip alternative 2023-07-24 20:01:00 +08:00
Ken Moffat
573cd6b274 Update texlive runtime dependency comments.
Thanks to Michael Peters for pointing out that CTAN had details
of updates to modules.
2023-04-10 19:09:04 +01:00
Ken Moffat
9167f8dfa7 Texlive 2023 - main part. 2023-04-02 17:30:35 +01: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
Xi Ruoyao
0858e01830
texlive: ghostscript is needed for ps2pdf, not libgs.so 2022-09-23 14:37:37 +08:00
Pierre Labastie
6cd663b182 --no-user is a <parameter> now 2022-09-11 09:13:14 +02:00
Bruce Dubbs
88c3b981d0 Update to PyYAML-6.0. 2022-09-02 13:37:50 -05:00
Bruce Dubbs
3a60bfb3d3 Spelling 2022-07-14 17:14:20 -05:00
Bruce Dubbs
fa411f6eed larify pip3 install options.
In some cases --upgrade or --force-reinstall is needed when installing
a python module.  Add some notes describing these options.

If one of the above options is used, --no-deps may be needed to avoid
reinstalling package dependencies.  Note this option also.
2022-07-01 21:03:20 -05:00
Pierre Labastie
b9f440d378 Add cairo as a recommended dep of texlive 2022-05-13 08:51:12 +02:00
Xi Ruoyao
f27bcc65ff
pip3 command explain: fix a typo 2022-04-21 16:11:38 +08:00
Pierre Labastie
f5c056e80c Fix option vs parameter in pip3 command explanations
Also remove spaces at the end of lines and a typo
2022-04-20 08:31:46 +02:00
Bruce Dubbs
62dc76ccda Add another option to pip3 install
Add a convenience option for &root;
Add --no-cache-dir to six and asciidoc.
Explain --no-cache-dir in pip3-cmd-explain.
2022-04-19 19:56:29 -05:00
Bruce Dubbs
d0c8135465 Tweak perl module six and aux files
Remove python2 remnants from six and make som minor text changes.
Remove legacy elements from lfs-xsl stylesheet.
Minor text change in pip3 xinclude file.
2022-04-19 18:49:59 -05:00
Bruce Dubbs
3fca94e6d4 Update python module six with pip3 based instructions. 2022-04-19 16:26:24 -05:00
Bruce Dubbs
cf31c27e48 Update to seamonkey-2.53.11.1. 2022-03-26 18:28:32 -05:00
Douglas R. Reno
55527e7eec xinclude for meson nofallback: Fix a minor typo 2021-12-13 14:29:52 -06: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
Ken Moffat
a8e1b4abcf gdk-pixbuf, pango:
Add --wrap-mode=no-fallback to prevent gi-docgen getting downloaded
if you have the (python3) deps present. Comment gtk-doc in these
packages, explain that gi-docgen is used for the documentation.
2021-08-26 18:49:43 +01:00
Xi Ruoyao
65877d86d3
update building-notes and meson buildtype xinclude
Some packages are using debugoptimized in meson.build.
2021-06-11 16:18:52 +08:00
Xi Ruoyao
730b5bcd4d
add missing xinclude file 2021-06-04 20:07:48 +08:00
Ken Moffat
00a31549ff Update to texlive-2021. 2021-04-24 02:38:42 +01: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
Xi Ruoyao
84ac673046 add --wrap-mode=nodownload xinclude
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24372 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-03-16 08:19:31 +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
Douglas R. Reno
eb19654e42 Update t1lib URL tree-wide
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23945 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-12-01 16:57:45 +00:00
Xi Ruoyao
09a2590077 texlive: fix the instruction to use system poppler-20.08
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23508 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-08-13 13:14:57 +00:00
Ken Moffat
e3dfe5e67c TexLive source: remove system poppler option.
Fails to build with current poppler, and upstream has removed poppler for TL2021.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23505 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-08-12 21:06:02 +00:00
Ken Moffat
8edc0c025c Update external link for perl-tk to latest version.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23451 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-08-02 00:14:28 +00:00
Bruce Dubbs
e7122137ee Minor cleanups
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23373 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-07-08 16:36:55 +00:00
Ken Moffat
26e88246f2 texlive-2020
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22992 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-04-12 22:14:10 +00:00
Ken Moffat
5b0a978e5d Update notes on building in chroot, for
mozilla packages needing python multiprocessing.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22928 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-04-01 01:34:37 +00:00
Douglas R. Reno
041a1e0125 Update to evolution-3.34.4
Update to epiphany-3.34.4
Update to gnome-disk-utility-3.34.4
Update to evolution-3.34.4
Minor URL and text tweaks
Tag the rest of GNOME Applications

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22766 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-02-27 21:05:33 +00:00
Pierre Labastie
00d040d741 Make gtk-update-... and update-desktop-... "nodump": The needed programs are
not mentioned in the dependency paragraphs, so that very often, they are not
installed. Furthermore, our policy respective to this is not clear to me:
a lot more packages install icons or .desktop files, and we do not run
updates for them. Actually, the updates should be run at the end of all
installations, not for individual pacakges...

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22159 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-09-17 19:37:50 +00:00
Douglas R. Reno
d28648d0e3 Update to ruby-2.6.4
mariadb: bring libaio dependency internal
xindy/tex-prefix: very minor tweaks such as extra period removals.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22075 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-08-31 05:29:21 +00:00
Douglas R. Reno
2d68e1f299 Texlive: Update URLs of external dependencies, change 'initailise' to 'initialises' in description for 'mxtrun --generate'
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22073 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-08-30 20:44:35 +00:00
Ken Moffat
e8d45427de Firefox-68.0.1 and provisionally fix it for the linux-5.2 API change.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21855 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-07-23 21:46:28 +00:00
Ken Moffat
06fd9a238d TeXLive-2019, except for dvisvgm.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21647 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-06-02 05:16:06 +00:00