]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
doc: Update list of dependencies.
authorBruno Haible <bruno@clisp.org>
Mon, 16 Dec 2024 19:38:30 +0000 (20:38 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 16 Dec 2024 19:39:16 +0000 (20:39 +0100)
* 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.

gettext-tools/doc/lang-csharp.texi
gettext-tools/doc/lang-pascal.texi
gettext-tools/doc/lang-wxwidgets.texi
gettext-tools/tests/lang-csharp
gettext-tools/tests/lang-objc
gettext-tools/tests/lang-pascal
gettext-tools/tests/lang-rst
gettext-tools/tests/lang-vala

index 59e8d1ea0409ee57efcf1fcb50242cea1084f534..b21c7802aeb7fe4cd4f9ed9b7a58a89def831c85 100644 (file)
@@ -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}
index 76f405de213eb5852773bde7a1543b4e85470bd7..64051f9f2413a3c223ac413dfa2dc8dfd56bdc7c 100644 (file)
@@ -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
index 96f5dabbcd9c58f658a1f71cbb4d6719f22dbe9f..209d9719a61370adec4dd1526c5385178c621ff2 100644 (file)
@@ -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}
index 55879abfa622d4c0456685d3a364f51c036a97f2..52e06b7a1329ddce50e56405175f1c48ccae76f6 100755 (executable)
@@ -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
index 9edef4a305ee6ac6899a1279b5cbdc8e0c1992e1..cc512495eadf4df617a8b903d741807285a3682c 100755 (executable)
@@ -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
index d1c934c7ec1c31d6cebdc8e7af44fb2895ac5bfb..8902a7e8ec934a6e329956714800ac39e40aa8f4 100755 (executable)
@@ -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
index 9054caf7f420ec924e9fdb18de1beab30376fb1c..16b284c4ad23468c5f7d5be15336b1bbf0966571 100755 (executable)
@@ -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.
index db0e7dcb87558ff7aecd4a0503792377c66df16c..8e457320f6aedf68325fa8dba12358bd1599bc4c 100755 (executable)
@@ -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