Commit Graph

721 Commits

Author SHA1 Message Date
Douglas R. Reno
c89c2823e5 Fix some documentation alignment inconsistencies
Reported by rhubarbpieguy on blfs-dev
2023-06-10 20:20:01 -05:00
Douglas R. Reno
0f2e42cc71 gnome-system-monitor: reference libhandy1 to fix render 2023-06-09 13:15:12 -05:00
Douglas R. Reno
682c055a4c Update to gucharmap-15.0.4 2023-06-09 13:08:17 -05:00
Douglas R. Reno
9ff04a8fde Update to gnome-weather-44.0 2023-06-09 13:04:28 -05:00
Douglas R. Reno
0583ee23ef Update to gnome-terminal-3.48.1 2023-06-09 13:01:43 -05:00
Douglas R. Reno
2fc0512f37 Update to gnome-system-monitor-44.0 2023-06-09 12:47:25 -05:00
Douglas R. Reno
51f9ef9e84 Update to gnome-maps-44.2 2023-06-09 12:40:03 -05:00
Douglas R. Reno
2dd325cd4b Update to gnome-disk-utility-44.0 2023-06-09 12:34:54 -05:00
Douglas R. Reno
9b562a815e Update to gnome-calculator-44.0 2023-06-09 12:29:38 -05:00
Douglas R. Reno
d6447aada9 Update to evolution-3.48.3 2023-06-09 12:20:26 -05:00
Douglas R. Reno
06698be844 Update to evince-44.1 2023-06-09 12:09:27 -05:00
Douglas R. Reno
ed0e722e39 Update to eog-44.2 2023-06-09 12:02:25 -05:00
Douglas R. Reno
976c15ac79 Update to cheese-44.0.1 2023-06-09 11:56:07 -05:00
Douglas R. Reno
2db3e4a9ed Update to baobab-44.0 2023-06-09 11:48:44 -05:00
Xi Ruoyao
01b9b54488
evince: Drop t1lib dependency
Link: https://gitlab.gnome.org/GNOME/evince/-/merge_requests/437
2023-05-15 00:05:51 +08:00
Xi Ruoyao
3473835e95
evince: Drop nautilus dependency
The nautilus dependency was enabled by default to build the nautilus
extension, but in GNOME 43 (and 44) nautilus is GTK-4 while evince is
still GTK-3.  The extension cannot be built properly with a GTK version
mismatch so the upstream has already disabled it.
2023-05-15 00:05:50 +08:00
Xi Ruoyao
6d28de3676
evince: Take the advantage of /usr/lib/libkpathsea.so symlink
So we can simply the instruction.  Also remove a stale command
explanation referring to "configure script" (we are using meson now).

Simply the explanation for libkpathsea.so symlink in texlive too as we
don't distinguish "old" and "new" evince installations anymore.  The
original explanation emphasizing "old" evince installation also does not
make sense to me: we have /etc/ld.so.conf addition which should be
enough for ld.so to find libkpathsea.so.6 when evince is used; and ld.so
only searches for "libkpathsea.so.6" (which is a DT_NEEDED entry in
evince libdvidocument.so), not unversioned libkpathsea.so.
2023-04-14 18:47:46 +08:00
Pierre Labastie
b3da3b7e23 Update Kernel Configuration in cheese
The layout has changed slightly, and is accurate as of linux-6.2
2023-03-14 21:10:47 +01:00
Pierre Labastie
91318eb9aa Add "setup" to meson commands
I've not been very consistent on typography, but it is a start
2023-03-13 17:48:55 +01:00
Douglas R. Reno
53132e2a72 Add information to gucharmap about unversioned downloads. 2023-02-27 21:04:49 -06:00
Douglas R. Reno
456e627307 Tag GNOME Applications 2023-02-22 20:50:52 -06:00
Douglas R. Reno
b3d57664cd Tag GNOME Platform 2023-02-22 10:26:28 -06:00
Douglas R. Reno
58ebeeedca Tag GNOME Libraries 2023-02-21 21:54:12 -06:00
Douglas R. Reno
74b918b73e Update to WebKitGTK+-2.38.5 (Security Update) and tag Epiphany+Deps 2023-02-18 17:26:57 -06:00
Xi Ruoyao
a51e56d5ba
Add an entity for gi-docgen explanation and use it 2023-02-14 20:19:13 +08:00
Xi Ruoyao
37fb4479ed
evince: Document how to use gi-docgen 2023-02-14 19:49:30 +08:00
Douglas R. Reno
31970bc32e Update to gnome-terminal-3.46.8 2023-02-12 23:49:27 -06:00
Douglas R. Reno
622ae82b84 Update to gnome-maps-43.4 2023-02-12 23:27:54 -06:00
Douglas R. Reno
b2d819c27c Update to evolution and evolution-data-server 3.46.4 2023-02-12 23:10:17 -06:00
Pierre Labastie
33cb050c5e Reformat Additional Dowonloads for gucharmap
There shouldn't be any <bridgehead> between the "Additional Downloads"
one and the <itemizedlist>.
2023-01-30 16:03:12 +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
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
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
7aab8c1d7d Update to eog-43.2 2023-01-10 19:32:24 -06:00
Pierre Labastie
b423560fa6 Update to gnome-maps-43.3 2023-01-08 13:18:55 +01:00
Pierre Labastie
fcc5d9986b Update to evolution-3.46.3 2023-01-08 13:14:58 +01:00
Douglas R. Reno
afe28f4662 Minor cleanup - remove unneeded gnome-minor entities, and fix the URL in
file-roller.
2022-12-28 14:25:03 -06:00
Douglas R. Reno
885fdbafaa Update to gucharmap-15.0.2 2022-12-28 14:00:43 -06:00
Douglas R. Reno
8fbb2ce26d Update to gnome-weather-43.0 2022-12-28 13:59:35 -06:00
Douglas R. Reno
0235588e2a Update to gnome-terminal-3.46.7
Will need currency script adaptation
2022-12-28 13:56:57 -06:00
Douglas R. Reno
bb2c31f9ca Update to gnome-power-manager-43.0 2022-12-28 13:53:37 -06:00
Douglas R. Reno
8f4ea2bec0 Update to gnome-maps-43.2 2022-12-28 13:48:25 -06:00
Douglas R. Reno
e6ed4c37b0 Add libshumate to the book in support of gnome-maps.
Also fix an invalid reference to libhandy (needs to be handy1) in
file-roller.
2022-12-28 13:45:19 -06:00
Douglas R. Reno
7276f66872 Add the xinclude for meson buildtype=release to baobab. 2022-12-28 13:21:09 -06:00
Douglas R. Reno
db17f83eef Update to gnome-logs-43.0. 2022-12-28 13:20:16 -06:00
Douglas R. Reno
13a0661bc2 Update to gnome-disk-utility-43.0 2022-12-28 13:16:26 -06:00
Douglas R. Reno
d012172dab Update to gnome-calculator-43.0.1 2022-12-28 13:15:21 -06:00
Douglas R. Reno
04a96ab943 Update to file-roller-43.0 2022-12-28 13:14:10 -06:00
Douglas R. Reno
3fd1cb7c3d Reference libhandy properly in eog. 2022-12-27 23:22:54 -06:00
Douglas R. Reno
67c41dc298 Fix building Seahorse with GnuPG-2.4 2022-12-27 23:18:06 -06:00
Douglas R. Reno
19e56c3241 Disable building the Nautilus extension in Brasero.
In order for the extension to work, Brasero will need to be ported to
GTK-4.
2022-12-27 23:16:12 -06:00
Douglas R. Reno
de1f28d911 Update to evolution-3.46.2 2022-12-27 23:12:38 -06:00
Douglas R. Reno
f8eeecc0e6 Update to evince-43.1. 2022-12-27 23:10:44 -06:00
Douglas R. Reno
7e90f733b5 Update to eog-43.1 2022-12-27 23:09:44 -06:00
Douglas R. Reno
346f913e5d Update to baobab-43.0. 2022-12-27 22:37:45 -06:00
Douglas R. Reno
f4f11ec4ae Update to cheese-43.0 2022-12-16 13:38:24 -06:00
Douglas R. Reno
f1a4776eb4 Archive gfbgraph.
Nothing uses it anymore, and it is incompatible with rest-0.9 and
libsoup3.

Note that gnome-maps used to use it, but it hasn't for over a year now.
2022-12-16 13:23:12 -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
1e410df89d Update to seahorse-43.0. 2022-12-14 14:33:18 -06:00
David Bryant
48771ae06f Unless it's a directory name, or something like that, "test suite"
should be spelled as two words.
2022-12-13 12:19:29 -06: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
4e207bb418 Replace tabs with spaces (except in Makefile :) 2022-09-11 18:22:44 +02:00
Pierre Labastie
1fe05eb92d A round of removal of eol trailing spaces 2022-09-11 17:32:13 +02:00
Douglas R. Reno
8a2cb97ea3 Tag GNOME Applications and dependencies 2022-08-25 21:47:44 -05:00
Douglas R. Reno
19f84a6092 Update to gnome-bluetooth-42.3 and tag the rest of GNOME Desktop. 2022-08-25 20:03:11 -05:00
Douglas R. Reno
fe33e3f2bd Tag GNOME Libraries and relevant dependencies 2022-08-25 16:50:31 -05:00
Douglas R. Reno
dbfabc6693 Package Updates:
Update to eog-42.3
Update to WebKitGTK+-2.36.6
2022-08-18 08:51:55 -05:00
Douglas R. Reno
8641f32554 Package updates:
Update to epiphany-42.4
Update to evolution and evolution-data-server 3.44.4
Update to libadwaita-1.1.4
Update to glib-networking-2.72.2
2022-08-16 13:42:04 -05:00
Douglas R. Reno
bdc7cbc176 Relocate gnome-tweaks to Chapter 33.
It fits better here since it's used to modify settings.
2022-08-13 20:57:37 -05:00
Xi Ruoyao
02d08bed77
evolution: drop libgdata dependency
libgdata is not used since evolution-3.17.4.
2022-08-09 18:54:14 +08:00
Pierre Labastie
ebd9064c6c Update to evolution-3.44.3 2022-07-03 09:23:28 +02:00
Pierre Labastie
0e02260f42 Update to gnome-maps-42.3 2022-07-02 13:20:05 +02:00
Pierre Labastie
caed7d3eb2 Update to gnome-calculator-42.2 2022-07-02 13:13:30 +02:00
Bruce Dubbs
60f6807705 Update to gnome-terminal-3.44.1. 2022-05-29 14:29:02 -05:00
Bruce Dubbs
4ad49744eb Update to eog-42.2. 2022-05-29 14:24:22 -05:00
Bruce Dubbs
9151c93c93 Update to gnome-maps-42.2. 2022-05-29 14:21:35 -05:00
Bruce Dubbs
4b0a00782b Update to gnome-calculator-42.1. 2022-05-28 17:39:46 -05:00
Bruce Dubbs
59e5252cfd evolution-3.44.2. 2022-05-28 17:35:21 -05:00
Bruce Dubbs
19bb11b91d Package updates.
Update to evince-42.3.
Update to asciidoc-10.2.0 (Python module).
2022-05-23 12:42:53 -05:00
Pierre Labastie
4dc416fd81 Fix seahorse download url 2022-05-22 09:12:11 +02:00
Bruce Dubbs
f971c253f7 Update to seahorse-42.0. 2022-05-21 19:52:53 -05:00
Pierre Labastie
dfd0612e1a baobab depends on libadwaita-1
And not anymore on libhandy
2022-05-13 11:01:57 +02:00
Pierre Labastie
f373b5fe6d Update to gnome-tweaks-40.10 2022-05-13 08:15:32 +02:00
Bruce Dubbs
7d66d5d188 Update to eog-42.1. 2022-04-24 18:18:16 -05:00
Bruce Dubbs
fdca031ad5 Update to gnome-maps-42.1. 2022-04-23 11:03:33 -05:00
Bruce Dubbs
c9d85dd338 Update to evolution iand evolution-data-server 3.44.1. 2022-04-23 10:11:58 -05:00
Pierre Labastie
11bfef515f Add a fix for meson in gnome-nettool
Amazingly, when porting gnome-nettool to meson, devs have used the
old (undocumented) syntax for i18n.merge_file...
2022-04-17 08:58:05 +02:00
Bruce Dubbs
81bb3c9dff Update to evince-42.2. 2022-04-16 23:47:22 -05:00
Bruce Dubbs
af1cf02fa7 Typos 2022-04-12 11:21:11 -05:00
Pierre Labastie
db0f1bcd35 Update to gucharmap-14.0.3 2022-04-10 20:44:44 +02:00
Pierre Labastie
2f7fef8f57 Update to gnome-weather-42.0 2022-04-10 20:35:14 +02:00
Pierre Labastie
bc58b26b3c Update to gnome-terminal-3.44.0 2022-04-10 20:27:24 +02:00
Pierre Labastie
1ba0d9a33d Update to gnome-system-monitor-42.0 2022-04-10 20:19:31 +02:00
Pierre Labastie
d51616244f Update to gnome-nettool-42.0 2022-04-10 20:10:50 +02:00
Pierre Labastie
ec1e8dbccf Update to gnome-maps-42.0
Add a patch for fixes coming after the release: use libgweather-4
and detect network correctly.
2022-04-10 20:00:23 +02:00
Pierre Labastie
e3647e067d systemd: update to gnome-logs-42.0 2022-04-10 15:15:10 +02:00
Pierre Labastie
0fa6452385 Update to gnome-disk-utility-42.0 2022-04-10 15:06:57 +02:00
Pierre Labastie
83c92ea3c5 Update to gnome-calculator-42.0 2022-04-10 15:00:50 +02:00
Pierre Labastie
5e09cf7e14 Update to file-roller-3.42.0 2022-04-10 14:51:29 +02:00