From: Bruno Haible Date: Mon, 16 Dec 2024 19:38:30 +0000 (+0100) Subject: doc: Update list of dependencies. X-Git-Tag: v0.24~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b31180600ba6b2e71131167cc4a2f3688868741;p=thirdparty%2Fgettext.git doc: Update list of dependencies. * gettext-tools/doc/lang-csharp.texi: Mention dotnet8 as alternative. * gettext-tools/tests/lang-csharp: Likewise. * gettext-tools/doc/lang-pascal.texi: Replace fpk with fpc. * gettext-tools/tests/lang-pascal: Likewise. * gettext-tools/doc/lang-wxwidgets.texi: Mention libwxgtk3.2-dev as alternative. * gettext-tools/tests/lang-objc: Mention the gobjc package. * gettext-tools/tests/lang-rst: Mention the fp-utils package. * gettext-tools/tests/lang-vala: Mention valac as alternative. --- diff --git a/gettext-tools/doc/lang-csharp.texi b/gettext-tools/doc/lang-csharp.texi index 59e8d1ea0..b21c7802a 100644 --- a/gettext-tools/doc/lang-csharp.texi +++ b/gettext-tools/doc/lang-csharp.texi @@ -1,5 +1,5 @@ @c This file is part of the GNU gettext manual. -@c Copyright (C) 1995-2020 Free Software Foundation, Inc. +@c Copyright (C) 1995-2024 Free Software Foundation, Inc. @c See the file gettext.texi for copying conditions. @node C# @@ -8,10 +8,10 @@ @table @asis @item RPMs -mono +mono or dotnet8.0 @item Ubuntu packages -mono-mcs +mono-mcs or dotnet8 @item File extension @code{cs} diff --git a/gettext-tools/doc/lang-pascal.texi b/gettext-tools/doc/lang-pascal.texi index 76f405de2..64051f9f2 100644 --- a/gettext-tools/doc/lang-pascal.texi +++ b/gettext-tools/doc/lang-pascal.texi @@ -1,5 +1,5 @@ @c This file is part of the GNU gettext manual. -@c Copyright (C) 1995-2020 Free Software Foundation, Inc. +@c Copyright (C) 1995-2024 Free Software Foundation, Inc. @c See the file gettext.texi for copying conditions. @node Pascal @@ -10,7 +10,7 @@ @table @asis @item RPMs -fpk +fpc @item Ubuntu packages fp-compiler, fp-units-fcl diff --git a/gettext-tools/doc/lang-wxwidgets.texi b/gettext-tools/doc/lang-wxwidgets.texi index 96f5dabbc..209d9719a 100644 --- a/gettext-tools/doc/lang-wxwidgets.texi +++ b/gettext-tools/doc/lang-wxwidgets.texi @@ -1,5 +1,5 @@ @c This file is part of the GNU gettext manual. -@c Copyright (C) 1995-2020 Free Software Foundation, Inc. +@c Copyright (C) 1995-2024 Free Software Foundation, Inc. @c See the file gettext.texi for copying conditions. @node wxWidgets @@ -11,7 +11,7 @@ wxGTK, gettext @item Ubuntu packages -libwxgtk3.0-dev +libwxgtk3.0-dev or libwxgtk3.2-dev @item File extension @code{cpp} diff --git a/gettext-tools/tests/lang-csharp b/gettext-tools/tests/lang-csharp index 55879abfa..52e06b7a1 100755 --- a/gettext-tools/tests/lang-csharp +++ b/gettext-tools/tests/lang-csharp @@ -3,7 +3,7 @@ # Test of gettext facilities in the C# language. # Assumes an fr_FR locale is installed. -# Assumes the following packages are installed: mono, mcs. +# Assumes the following packages are installed: mono, mcs, or dotnet8. # Note: This test fails when a GNU gettext version < 0.17 is installed with # the same --prefix as mcs. mcs apparently searches ${prefix}/lib before diff --git a/gettext-tools/tests/lang-objc b/gettext-tools/tests/lang-objc index 9edef4a30..cc512495e 100755 --- a/gettext-tools/tests/lang-objc +++ b/gettext-tools/tests/lang-objc @@ -3,7 +3,7 @@ # Test of gettext facilities in the Objective C language. # Assumes an fr_FR locale is installed. -# Assumes the following packages are installed: gcc. +# Assumes the following packages are installed: gcc gobjc. # This test fails if the gettext package was configured with --disable-nls, # because in this case the gettext-runtime/intl/ directory does not produce diff --git a/gettext-tools/tests/lang-pascal b/gettext-tools/tests/lang-pascal index d1c934c7e..8902a7e8e 100755 --- a/gettext-tools/tests/lang-pascal +++ b/gettext-tools/tests/lang-pascal @@ -2,7 +2,7 @@ . "${srcdir=.}/init.sh"; path_prepend_ . ../src # Test of gettext facilities in the Object Pascal language. -# Assumes the following packages are installed: fpk. +# Assumes the following packages are installed: fpc. # Note: This test fails with fpk 1.0.10 ... 3.0.0 when an UTF-8 locale is # present, because fpk ignores the locale's encoding. It supports only unibyte diff --git a/gettext-tools/tests/lang-rst b/gettext-tools/tests/lang-rst index 9054caf7f..16b284c4a 100755 --- a/gettext-tools/tests/lang-rst +++ b/gettext-tools/tests/lang-rst @@ -2,6 +2,7 @@ . "${srcdir=.}/init.sh"; path_prepend_ . ../src # Test of gettext facilities in the RST format. +# Assumes the following packages are installed: fp-utils. cat <<\EOF > prog.rst # From the rstconv program itself. diff --git a/gettext-tools/tests/lang-vala b/gettext-tools/tests/lang-vala index db0e7dcb8..8e457320f 100755 --- a/gettext-tools/tests/lang-vala +++ b/gettext-tools/tests/lang-vala @@ -3,7 +3,7 @@ # Test of gettext facilities in the Vala language. # Assumes an fr_FR locale is installed. -# Assumes the following packages are installed: vala. +# Assumes the following packages are installed: vala or valac. # Test for presence of valac. (valac --version) >/dev/null 2>/dev/null