Commit Graph

2376 Commits

Author SHA1 Message Date
Douglas R. Reno
ac0d66d9b2 Tags for PHP dependencies 2023-02-16 19:10:14 -06:00
Douglas R. Reno
18aa933933 Lots of tags for X 2023-02-16 14:17:59 -06:00
Douglas R. Reno
63250339ee Update to libadwaita-1.2.2 2023-02-14 15:44:24 -06:00
Xi Ruoyao
3fb1f9a18d
gtk4: Make gi-docgen usage explicit 2023-02-15 00:21:14 +08:00
Ken Moffat
2974f012e6 Update to nghttp2-1.52.0.
Note that the build dependencies are not used when only building
the (main) libraries.

Also consolidate the spelling for CUnit in libdrm since I installed
that yesterday, but leave running the nghttp2 tests as 'beyond the
scope of BLFS'.
2023-02-14 16:03:08 +00:00
Xi Ruoyao
1bc00bd801
libadwaita: Make the doc build instruction explicit 2023-02-14 21:15:39 +08:00
Xi Ruoyao
bacea35e60
gdk-pixbuf: Make docdir fix explicit 2023-02-14 20:19:14 +08:00
Ken Moffat
cce533dffd Update to libdrm-2.4.115. 2023-02-13 19:35:32 +00:00
Douglas R. Reno
360eb54f7e Update to libhandy-1.8.1 2023-02-12 17:00:43 -06:00
Xi Ruoyao
422c9c4d87
libadwaita: Tweak -Dgtk_doc description
Again, "gtk_doc" actually means "gi-docgen"...
2023-02-13 02:41:13 +08:00
Xi Ruoyao
b5b672a99a
webkitgtk: Clarify -DENABLE_DOCUMENTATION and manually doc installation 2023-02-12 23:36:37 +08:00
Xi Ruoyao
0c2f740947
gtk4: Document man-pages=true option, and how to fix docdir 2023-02-12 20:27:34 +08:00
Xi Ruoyao
4f93382c83
gtk+3: Remove note about missing schema
Now GTK+-3 test suite uses a dedicated schema directory (in the build
directory) so it's not a problem anymore.
2023-02-12 01:04:11 +08:00
Xi Ruoyao
9bb1bd7e90
gdk-pixbuf: Clarify where to inject the sed to fix docdir 2023-02-12 01:01:27 +08:00
Xi Ruoyao
365e97be1d
gtk+3: Document -Dtracker3=true option 2023-02-11 23:32:14 +08:00
Xi Ruoyao
c7904e0279
gdk-pixbuf: Document -Dgtk_doc=true option 2023-02-11 19:01:40 +08:00
Xi Ruoyao
6412a2e551
pango: Add a sed to fix docdir
Or several directories named Pango* will be created in /usr/share/doc
directly.
2023-02-10 21:57:06 +08:00
Xi Ruoyao
712da352f8
pango: Fix a typo 2023-02-10 21:41:12 +08:00
Bruce Dubbs
59f1def35a Update to goffice-0.10.55. 2023-02-05 22:11:54 -06:00
Douglas R. Reno
5cf034b1b7 Update to WebKitGTK+-2.38.4 2023-02-05 10:14:50 -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
Xi Ruoyao
17aa21c551
Change all http://*.sourceforge.net/ URLs to https
Now all sourceforge.net subdomains have a valid SSL certificate.  The
changes are automatically done via a sed.  I've reviewed the changes and
reverted the changes in archive/*, pst/xml/docbook-xsl.xml, and
stylesheets/lfs-xsl/lfs-l10n.xml.  Other changes should (hopefully) be
fine.
2023-01-29 12:35:23 +08:00
Bruce Dubbs
f1edc0de8b Update to goffice-0.10.54. 2023-01-24 13:31:17 -06:00
Pierre Labastie
0f9a1f088b Merge branch 'trunk' into plabs/python-mods 2023-01-18 15:35:32 +01:00
Pierre Labastie
f56d2e7eeb change gi-docgen ulink to xref 2023-01-18 15:32:27 +01:00
Douglas R. Reno
5ee0432a2e Update to gtksourceview5-5.6.2 2023-01-12 22:33:28 -06:00
Pierre Labastie
522b8ef0ce Update to libadwaita-1.2.1 2023-01-08 12:29:23 +01:00
Ken Moffat
6a0b1f8675 Update to qtwebengine-5.15.12. 2023-01-07 20:24:44 +00: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
Douglas R. Reno
cbccf3dbe5 Update to tepl-6.4.0 2023-01-03 15:17:22 -06:00
Douglas R. Reno
7d2754437c Update to WebKitGTK+-2.38.3 (Security Update) 2022-12-31 14:01:05 -06:00
Pierre Labastie
96d2f90978 Typo 2022-12-29 16:24:57 +01:00
Pierre Labastie
1fb67ad5d1 Update to gtk4-4.8.3 2022-12-29 16:16:22 +01:00
Pierre Labastie
455484d0c0 Disables building the documentation for tepl
It requires gtk-doc, and we say it is optional.
Also add "setup" to the meson command
2022-12-29 09:58:04 +01:00
Ken Moffat
c782fa6294 Correct indexing for the libadwaita package.
Based on  479c7fe4db
'Change sysprof and rest to use libadwaita1 instead of "libadwaita".'
2022-12-28 21:13:40 +00:00
Douglas R. Reno
a3717a9737 Update to tepl-6.2.0 2022-12-28 14:15:24 -06:00
Douglas R. Reno
721e696eb3 Resurrect tepl in support of gedit. 2022-12-28 14:13:23 -06:00
Douglas R. Reno
8d8b9ff434 Update to amtk-5.6.1 2022-12-28 14:09:39 -06:00
Douglas R. Reno
adaaba28fa Resurrect amtk in support of gedit. 2022-12-28 14:05:19 -06:00
Pierre Labastie
7036577121 Update to gtk+-3.24.36 2022-12-28 11:51:36 +01:00
Douglas R. Reno
68a229a785 Add libcloudproviders in support of Nautilus.
This package can also be used with gtk-4
2022-12-27 22:12:36 -06:00
David Bryant
a0e08b2176 Standardized the spelling of "userspace".
Also corrected the capitalization of titles and cleaned up some
grammatical errors. Note that a few modules quote the "config"
menu for the Linux kernel, whch says "user-space". Those
modules were not altered; directly quoted material should be
reproduced verbatim.
2022-12-24 14:14:57 -06:00
Pierre Labastie
4628237edd Another typo :) 2022-12-24 19:15:41 +01:00
Bruce Dubbs
e94f959eff An md5sum fix and a spelling fix 2022-12-23 09:36:11 -06:00
Douglas R. Reno
c5408a2d70 Add an entity for the gi-docgen URL and change several packages to use
it.

This should make the different URLs we had previously consistent with
one another, and ease maintenance burden.

This is only temporary though since eventually gi-docgen will become
part of the book, when Pierre's python-modules branch is brought into
trunk.
2022-12-16 13:18:44 -06:00
Douglas R. Reno
1936c94194 Fix my WebKitGTK+ update (missing semicolon for ampersand) 2022-12-15 13:44:42 -06:00
Douglas R. Reno
c7318b48f1 Update to webkitgtk-2.38.2
This was quite a complex update. A couple tweaks to other packages in
following commits.
2022-12-15 13:36:35 -06:00
Douglas R. Reno
268d90ab03 Update to gtksourceview5-5.6.1 2022-12-14 14:28:43 -06:00
Douglas R. Reno
7dabdddfd0 Update to gtksourceview4-4.8.4 2022-12-14 14:27:41 -06:00