From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH 1/4] gettext: Update to version 0.25
Date: Wed, 14 May 2025 15:15:10 +0200 [thread overview]
Message-ID: <20250514131513.6864-1-adolf.belka@ipfire.org> (raw)
- Update from version 0.24 to 0.25
- Update of rootfile
- This is part of a patch set as the gettext update required some patches to other
packages to get them to build
- Changelog
0.25
# Programming languages support:
* Go:
- xgettext now supports Go.
- 'msgfmt -c' now verifies the syntax of translations of Go format
strings.
- New examples 'hello-go' and 'hello-go-http' have been added.
* TypeScript:
- xgettext now supports TypeScript and TSX (= TypeScript with JSX
extensions).
* D:
- A new library libintl_d.a contains the runtime for using GNU gettext
message catalogs in the D programming language.
- xgettext now supports D.
- 'msgfmt -c' now verifies the syntax of translations of D format
strings.
- A new example 'hello-d' has been added.
* Modula-2:
- A new library libintl_m2.so contains the runtime for using GNU gettext
message catalogs in the Modula-2 programming language.
- xgettext now supports Modula-2.
- 'msgfmt -c' now verifies the syntax of translations of Modula-2 format
strings.
- A new example 'hello-modula2' has been added.
# Improvements for maintainers:
* xgettext has a new option '--generated' that customizes the way the
'POT-Creation-Date' in the POT file is computed.
0.24.1
* Bug fixes:
- Fix bad interactions between autoreconf and autopoint.
- xgettext: Creating the POT file of a package under Git version control
is now faster. Also, the use of Git can be turned off by specifying
the option '--no-git'.
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/common/gettext | 302 +++++++++++++++++++++++++++++---
lfs/gettext | 4 +-
2 files changed, 276 insertions(+), 30 deletions(-)
diff --git a/config/rootfiles/common/gettext b/config/rootfiles/common/gettext
index 7d9401e8d..21a74295e 100644
--- a/config/rootfiles/common/gettext
+++ b/config/rootfiles/common/gettext
@@ -32,20 +32,20 @@ usr/bin/gettext.sh
#usr/lib/libasprintf.so
usr/lib/libasprintf.so.0
usr/lib/libasprintf.so.0.0.0
-usr/lib/libgettextlib-0.24.so
+usr/lib/libgettextlib-0.25.so
#usr/lib/libgettextlib.la
#usr/lib/libgettextlib.so
#usr/lib/libgettextpo.la
#usr/lib/libgettextpo.so
usr/lib/libgettextpo.so.0
-usr/lib/libgettextpo.so.0.5.13
-usr/lib/libgettextsrc-0.24.so
+usr/lib/libgettextpo.so.0.5.14
+usr/lib/libgettextsrc-0.25.so
#usr/lib/libgettextsrc.la
usr/lib/libgettextsrc.so
#usr/lib/libtextstyle.la
#usr/lib/libtextstyle.so
usr/lib/libtextstyle.so.0
-usr/lib/libtextstyle.so.0.2.4
+usr/lib/libtextstyle.so.0.2.5
usr/lib/preloadable_libintl.so
#usr/libexec/gettext
#usr/libexec/gettext/cldr-plurals
@@ -53,17 +53,6 @@ usr/lib/preloadable_libintl.so
#usr/libexec/gettext/project-id
#usr/libexec/gettext/urlget
#usr/libexec/gettext/user-email
-#usr/share/aclocal/build-to-host.m4
-#usr/share/aclocal/gettext.m4
-#usr/share/aclocal/host-cpu-c-abi.m4
-#usr/share/aclocal/iconv.m4
-#usr/share/aclocal/intlmacosx.m4
-#usr/share/aclocal/lib-ld.m4
-#usr/share/aclocal/lib-link.m4
-#usr/share/aclocal/lib-prefix.m4
-#usr/share/aclocal/nls.m4
-#usr/share/aclocal/po.m4
-#usr/share/aclocal/progtest.m4
#usr/share/doc/gettext
#usr/share/doc/gettext/FAQ.html
#usr/share/doc/gettext/autopoint.1.html
@@ -80,15 +69,21 @@ usr/lib/preloadable_libintl.so
#usr/share/doc/gettext/examples
#usr/share/doc/gettext/examples/README
#usr/share/doc/gettext/examples/build-aux
+#usr/share/doc/gettext/examples/build-aux/csharp.m4
#usr/share/doc/gettext/examples/build-aux/csharpcomp.m4
#usr/share/doc/gettext/examples/build-aux/csharpcomp.sh.in
#usr/share/doc/gettext/examples/build-aux/csharpexec-test.exe
#usr/share/doc/gettext/examples/build-aux/csharpexec.m4
#usr/share/doc/gettext/examples/build-aux/csharpexec.sh.in
+#usr/share/doc/gettext/examples/build-aux/dcomp.m4
+#usr/share/doc/gettext/examples/build-aux/dcomp.sh.in
+#usr/share/doc/gettext/examples/build-aux/gocomp.m4
+#usr/share/doc/gettext/examples/build-aux/gocomp.sh.in
#usr/share/doc/gettext/examples/build-aux/javacomp.m4
#usr/share/doc/gettext/examples/build-aux/javacomp.sh.in
#usr/share/doc/gettext/examples/build-aux/javaexec.m4
#usr/share/doc/gettext/examples/build-aux/javaexec.sh.in
+#usr/share/doc/gettext/examples/build-aux/modula2comp.m4
#usr/share/doc/gettext/examples/hello-c
#usr/share/doc/gettext/examples/hello-c++
#usr/share/doc/gettext/examples/hello-c++-gnome2
@@ -935,6 +930,62 @@ usr/lib/preloadable_libintl.so
#usr/share/doc/gettext/examples/hello-csharp/po/zh_CN.po
#usr/share/doc/gettext/examples/hello-csharp/po/zh_HK.po
#usr/share/doc/gettext/examples/hello-csharp/po/zh_TW.po
+#usr/share/doc/gettext/examples/hello-d
+#usr/share/doc/gettext/examples/hello-d/INSTALL
+#usr/share/doc/gettext/examples/hello-d/Makefile.am
+#usr/share/doc/gettext/examples/hello-d/autoclean.sh
+#usr/share/doc/gettext/examples/hello-d/autogen.sh
+#usr/share/doc/gettext/examples/hello-d/configure.ac
+#usr/share/doc/gettext/examples/hello-d/hello.d.in
+#usr/share/doc/gettext/examples/hello-d/m4
+#usr/share/doc/gettext/examples/hello-d/m4/Makefile.am
+#usr/share/doc/gettext/examples/hello-d/po
+#usr/share/doc/gettext/examples/hello-d/po/LINGUAS
+#usr/share/doc/gettext/examples/hello-d/po/Makefile.am
+#usr/share/doc/gettext/examples/hello-d/po/af.po
+#usr/share/doc/gettext/examples/hello-d/po/ast.po
+#usr/share/doc/gettext/examples/hello-d/po/bg.po
+#usr/share/doc/gettext/examples/hello-d/po/ca.po
+#usr/share/doc/gettext/examples/hello-d/po/cs.po
+#usr/share/doc/gettext/examples/hello-d/po/da.po
+#usr/share/doc/gettext/examples/hello-d/po/de.po
+#usr/share/doc/gettext/examples/hello-d/po/el.po
+#usr/share/doc/gettext/examples/hello-d/po/eo.po
+#usr/share/doc/gettext/examples/hello-d/po/es.po
+#usr/share/doc/gettext/examples/hello-d/po/fi.po
+#usr/share/doc/gettext/examples/hello-d/po/fr.po
+#usr/share/doc/gettext/examples/hello-d/po/ga.po
+#usr/share/doc/gettext/examples/hello-d/po/gl.po
+#usr/share/doc/gettext/examples/hello-d/po/hr.po
+#usr/share/doc/gettext/examples/hello-d/po/hu.po
+#usr/share/doc/gettext/examples/hello-d/po/id.po
+#usr/share/doc/gettext/examples/hello-d/po/it.po
+#usr/share/doc/gettext/examples/hello-d/po/ja.po
+#usr/share/doc/gettext/examples/hello-d/po/ka.po
+#usr/share/doc/gettext/examples/hello-d/po/ky.po
+#usr/share/doc/gettext/examples/hello-d/po/lv.po
+#usr/share/doc/gettext/examples/hello-d/po/ms.po
+#usr/share/doc/gettext/examples/hello-d/po/mt.po
+#usr/share/doc/gettext/examples/hello-d/po/nb.po
+#usr/share/doc/gettext/examples/hello-d/po/nl.po
+#usr/share/doc/gettext/examples/hello-d/po/nn.po
+#usr/share/doc/gettext/examples/hello-d/po/pl.po
+#usr/share/doc/gettext/examples/hello-d/po/pt.po
+#usr/share/doc/gettext/examples/hello-d/po/pt_BR.po
+#usr/share/doc/gettext/examples/hello-d/po/ro.po
+#usr/share/doc/gettext/examples/hello-d/po/ru.po
+#usr/share/doc/gettext/examples/hello-d/po/sk.po
+#usr/share/doc/gettext/examples/hello-d/po/sl.po
+#usr/share/doc/gettext/examples/hello-d/po/sq.po
+#usr/share/doc/gettext/examples/hello-d/po/sr.po
+#usr/share/doc/gettext/examples/hello-d/po/sv.po
+#usr/share/doc/gettext/examples/hello-d/po/ta.po
+#usr/share/doc/gettext/examples/hello-d/po/tr.po
+#usr/share/doc/gettext/examples/hello-d/po/uk.po
+#usr/share/doc/gettext/examples/hello-d/po/vi.po
+#usr/share/doc/gettext/examples/hello-d/po/zh_CN.po
+#usr/share/doc/gettext/examples/hello-d/po/zh_HK.po
+#usr/share/doc/gettext/examples/hello-d/po/zh_TW.po
#usr/share/doc/gettext/examples/hello-gawk
#usr/share/doc/gettext/examples/hello-gawk/INSTALL
#usr/share/doc/gettext/examples/hello-gawk/Makefile.am
@@ -991,6 +1042,133 @@ usr/lib/preloadable_libintl.so
#usr/share/doc/gettext/examples/hello-gawk/po/zh_CN.po
#usr/share/doc/gettext/examples/hello-gawk/po/zh_HK.po
#usr/share/doc/gettext/examples/hello-gawk/po/zh_TW.po
+#usr/share/doc/gettext/examples/hello-go
+#usr/share/doc/gettext/examples/hello-go-http
+#usr/share/doc/gettext/examples/hello-go-http/INSTALL
+#usr/share/doc/gettext/examples/hello-go-http/Makefile.am
+#usr/share/doc/gettext/examples/hello-go-http/autoclean.sh
+#usr/share/doc/gettext/examples/hello-go-http/autogen.sh
+#usr/share/doc/gettext/examples/hello-go-http/configure.ac
+#usr/share/doc/gettext/examples/hello-go-http/example1
+#usr/share/doc/gettext/examples/hello-go-http/example1/Makefile.am
+#usr/share/doc/gettext/examples/hello-go-http/example1/go.mod.in
+#usr/share/doc/gettext/examples/hello-go-http/example1/hello1ml.go.in
+#usr/share/doc/gettext/examples/hello-go-http/m4
+#usr/share/doc/gettext/examples/hello-go-http/m4/Makefile.am
+#usr/share/doc/gettext/examples/hello-go-http/po
+#usr/share/doc/gettext/examples/hello-go-http/po/LINGUAS
+#usr/share/doc/gettext/examples/hello-go-http/po/Makefile.am
+#usr/share/doc/gettext/examples/hello-go-http/po/af.po
+#usr/share/doc/gettext/examples/hello-go-http/po/ast.po
+#usr/share/doc/gettext/examples/hello-go-http/po/bg.po
+#usr/share/doc/gettext/examples/hello-go-http/po/ca.po
+#usr/share/doc/gettext/examples/hello-go-http/po/cs.po
+#usr/share/doc/gettext/examples/hello-go-http/po/da.po
+#usr/share/doc/gettext/examples/hello-go-http/po/de.po
+#usr/share/doc/gettext/examples/hello-go-http/po/el.po
+#usr/share/doc/gettext/examples/hello-go-http/po/eo.po
+#usr/share/doc/gettext/examples/hello-go-http/po/es.po
+#usr/share/doc/gettext/examples/hello-go-http/po/fi.po
+#usr/share/doc/gettext/examples/hello-go-http/po/fr.po
+#usr/share/doc/gettext/examples/hello-go-http/po/ga.po
+#usr/share/doc/gettext/examples/hello-go-http/po/gl.po
+#usr/share/doc/gettext/examples/hello-go-http/po/hr.po
+#usr/share/doc/gettext/examples/hello-go-http/po/hu.po
+#usr/share/doc/gettext/examples/hello-go-http/po/id.po
+#usr/share/doc/gettext/examples/hello-go-http/po/it.po
+#usr/share/doc/gettext/examples/hello-go-http/po/ja.po
+#usr/share/doc/gettext/examples/hello-go-http/po/ka.po
+#usr/share/doc/gettext/examples/hello-go-http/po/ky.po
+#usr/share/doc/gettext/examples/hello-go-http/po/lv.po
+#usr/share/doc/gettext/examples/hello-go-http/po/ms.po
+#usr/share/doc/gettext/examples/hello-go-http/po/mt.po
+#usr/share/doc/gettext/examples/hello-go-http/po/nb.po
+#usr/share/doc/gettext/examples/hello-go-http/po/nl.po
+#usr/share/doc/gettext/examples/hello-go-http/po/nn.po
+#usr/share/doc/gettext/examples/hello-go-http/po/pl.po
+#usr/share/doc/gettext/examples/hello-go-http/po/pt.po
+#usr/share/doc/gettext/examples/hello-go-http/po/pt_BR.po
+#usr/share/doc/gettext/examples/hello-go-http/po/ro.po
+#usr/share/doc/gettext/examples/hello-go-http/po/ru.po
+#usr/share/doc/gettext/examples/hello-go-http/po/sk.po
+#usr/share/doc/gettext/examples/hello-go-http/po/sl.po
+#usr/share/doc/gettext/examples/hello-go-http/po/sq.po
+#usr/share/doc/gettext/examples/hello-go-http/po/sr.po
+#usr/share/doc/gettext/examples/hello-go-http/po/sv.po
+#usr/share/doc/gettext/examples/hello-go-http/po/ta.po
+#usr/share/doc/gettext/examples/hello-go-http/po/tr.po
+#usr/share/doc/gettext/examples/hello-go-http/po/uk.po
+#usr/share/doc/gettext/examples/hello-go-http/po/vi.po
+#usr/share/doc/gettext/examples/hello-go-http/po/zh_CN.po
+#usr/share/doc/gettext/examples/hello-go-http/po/zh_HK.po
+#usr/share/doc/gettext/examples/hello-go-http/po/zh_TW.po
+#usr/share/doc/gettext/examples/hello-go/INSTALL
+#usr/share/doc/gettext/examples/hello-go/Makefile.am
+#usr/share/doc/gettext/examples/hello-go/autoclean.sh
+#usr/share/doc/gettext/examples/hello-go/autogen.sh
+#usr/share/doc/gettext/examples/hello-go/configure.ac
+#usr/share/doc/gettext/examples/hello-go/example1
+#usr/share/doc/gettext/examples/hello-go/example1/Makefile.am
+#usr/share/doc/gettext/examples/hello-go/example1/go.mod.in
+#usr/share/doc/gettext/examples/hello-go/example1/hello1ml.go.in
+#usr/share/doc/gettext/examples/hello-go/example1/hello1sl.go.in
+#usr/share/doc/gettext/examples/hello-go/example2
+#usr/share/doc/gettext/examples/hello-go/example2/Makefile.am
+#usr/share/doc/gettext/examples/hello-go/example2/go.mod.in
+#usr/share/doc/gettext/examples/hello-go/example2/hello2sl.go.in
+#usr/share/doc/gettext/examples/hello-go/example3
+#usr/share/doc/gettext/examples/hello-go/example3/Makefile.am
+#usr/share/doc/gettext/examples/hello-go/example3/go.mod.in
+#usr/share/doc/gettext/examples/hello-go/example3/hello3ml.go.in
+#usr/share/doc/gettext/examples/hello-go/m4
+#usr/share/doc/gettext/examples/hello-go/m4/Makefile.am
+#usr/share/doc/gettext/examples/hello-go/po
+#usr/share/doc/gettext/examples/hello-go/po/LINGUAS
+#usr/share/doc/gettext/examples/hello-go/po/Makefile.am
+#usr/share/doc/gettext/examples/hello-go/po/af.po
+#usr/share/doc/gettext/examples/hello-go/po/ast.po
+#usr/share/doc/gettext/examples/hello-go/po/bg.po
+#usr/share/doc/gettext/examples/hello-go/po/ca.po
+#usr/share/doc/gettext/examples/hello-go/po/cs.po
+#usr/share/doc/gettext/examples/hello-go/po/da.po
+#usr/share/doc/gettext/examples/hello-go/po/de.po
+#usr/share/doc/gettext/examples/hello-go/po/el.po
+#usr/share/doc/gettext/examples/hello-go/po/eo.po
+#usr/share/doc/gettext/examples/hello-go/po/es.po
+#usr/share/doc/gettext/examples/hello-go/po/fi.po
+#usr/share/doc/gettext/examples/hello-go/po/fr.po
+#usr/share/doc/gettext/examples/hello-go/po/ga.po
+#usr/share/doc/gettext/examples/hello-go/po/gl.po
+#usr/share/doc/gettext/examples/hello-go/po/hr.po
+#usr/share/doc/gettext/examples/hello-go/po/hu.po
+#usr/share/doc/gettext/examples/hello-go/po/id.po
+#usr/share/doc/gettext/examples/hello-go/po/it.po
+#usr/share/doc/gettext/examples/hello-go/po/ja.po
+#usr/share/doc/gettext/examples/hello-go/po/ka.po
+#usr/share/doc/gettext/examples/hello-go/po/ky.po
+#usr/share/doc/gettext/examples/hello-go/po/lv.po
+#usr/share/doc/gettext/examples/hello-go/po/ms.po
+#usr/share/doc/gettext/examples/hello-go/po/mt.po
+#usr/share/doc/gettext/examples/hello-go/po/nb.po
+#usr/share/doc/gettext/examples/hello-go/po/nl.po
+#usr/share/doc/gettext/examples/hello-go/po/nn.po
+#usr/share/doc/gettext/examples/hello-go/po/pl.po
+#usr/share/doc/gettext/examples/hello-go/po/pt.po
+#usr/share/doc/gettext/examples/hello-go/po/pt_BR.po
+#usr/share/doc/gettext/examples/hello-go/po/ro.po
+#usr/share/doc/gettext/examples/hello-go/po/ru.po
+#usr/share/doc/gettext/examples/hello-go/po/sk.po
+#usr/share/doc/gettext/examples/hello-go/po/sl.po
+#usr/share/doc/gettext/examples/hello-go/po/sq.po
+#usr/share/doc/gettext/examples/hello-go/po/sr.po
+#usr/share/doc/gettext/examples/hello-go/po/sv.po
+#usr/share/doc/gettext/examples/hello-go/po/ta.po
+#usr/share/doc/gettext/examples/hello-go/po/tr.po
+#usr/share/doc/gettext/examples/hello-go/po/uk.po
+#usr/share/doc/gettext/examples/hello-go/po/vi.po
+#usr/share/doc/gettext/examples/hello-go/po/zh_CN.po
+#usr/share/doc/gettext/examples/hello-go/po/zh_HK.po
+#usr/share/doc/gettext/examples/hello-go/po/zh_TW.po
#usr/share/doc/gettext/examples/hello-guile
#usr/share/doc/gettext/examples/hello-guile/INSTALL
#usr/share/doc/gettext/examples/hello-guile/Makefile.am
@@ -1336,6 +1514,62 @@ usr/lib/preloadable_libintl.so
#usr/share/doc/gettext/examples/hello-librep/po/zh_CN.po
#usr/share/doc/gettext/examples/hello-librep/po/zh_HK.po
#usr/share/doc/gettext/examples/hello-librep/po/zh_TW.po
+#usr/share/doc/gettext/examples/hello-modula2
+#usr/share/doc/gettext/examples/hello-modula2/INSTALL
+#usr/share/doc/gettext/examples/hello-modula2/Makefile.am
+#usr/share/doc/gettext/examples/hello-modula2/autoclean.sh
+#usr/share/doc/gettext/examples/hello-modula2/autogen.sh
+#usr/share/doc/gettext/examples/hello-modula2/configure.ac
+#usr/share/doc/gettext/examples/hello-modula2/hello.mod.in
+#usr/share/doc/gettext/examples/hello-modula2/m4
+#usr/share/doc/gettext/examples/hello-modula2/m4/Makefile.am
+#usr/share/doc/gettext/examples/hello-modula2/po
+#usr/share/doc/gettext/examples/hello-modula2/po/LINGUAS
+#usr/share/doc/gettext/examples/hello-modula2/po/Makefile.am
+#usr/share/doc/gettext/examples/hello-modula2/po/af.po
+#usr/share/doc/gettext/examples/hello-modula2/po/ast.po
+#usr/share/doc/gettext/examples/hello-modula2/po/bg.po
+#usr/share/doc/gettext/examples/hello-modula2/po/ca.po
+#usr/share/doc/gettext/examples/hello-modula2/po/cs.po
+#usr/share/doc/gettext/examples/hello-modula2/po/da.po
+#usr/share/doc/gettext/examples/hello-modula2/po/de.po
+#usr/share/doc/gettext/examples/hello-modula2/po/el.po
+#usr/share/doc/gettext/examples/hello-modula2/po/eo.po
+#usr/share/doc/gettext/examples/hello-modula2/po/es.po
+#usr/share/doc/gettext/examples/hello-modula2/po/fi.po
+#usr/share/doc/gettext/examples/hello-modula2/po/fr.po
+#usr/share/doc/gettext/examples/hello-modula2/po/ga.po
+#usr/share/doc/gettext/examples/hello-modula2/po/gl.po
+#usr/share/doc/gettext/examples/hello-modula2/po/hr.po
+#usr/share/doc/gettext/examples/hello-modula2/po/hu.po
+#usr/share/doc/gettext/examples/hello-modula2/po/id.po
+#usr/share/doc/gettext/examples/hello-modula2/po/it.po
+#usr/share/doc/gettext/examples/hello-modula2/po/ja.po
+#usr/share/doc/gettext/examples/hello-modula2/po/ka.po
+#usr/share/doc/gettext/examples/hello-modula2/po/ky.po
+#usr/share/doc/gettext/examples/hello-modula2/po/lv.po
+#usr/share/doc/gettext/examples/hello-modula2/po/ms.po
+#usr/share/doc/gettext/examples/hello-modula2/po/mt.po
+#usr/share/doc/gettext/examples/hello-modula2/po/nb.po
+#usr/share/doc/gettext/examples/hello-modula2/po/nl.po
+#usr/share/doc/gettext/examples/hello-modula2/po/nn.po
+#usr/share/doc/gettext/examples/hello-modula2/po/pl.po
+#usr/share/doc/gettext/examples/hello-modula2/po/pt.po
+#usr/share/doc/gettext/examples/hello-modula2/po/pt_BR.po
+#usr/share/doc/gettext/examples/hello-modula2/po/ro.po
+#usr/share/doc/gettext/examples/hello-modula2/po/ru.po
+#usr/share/doc/gettext/examples/hello-modula2/po/sk.po
+#usr/share/doc/gettext/examples/hello-modula2/po/sl.po
+#usr/share/doc/gettext/examples/hello-modula2/po/sq.po
+#usr/share/doc/gettext/examples/hello-modula2/po/sr.po
+#usr/share/doc/gettext/examples/hello-modula2/po/sv.po
+#usr/share/doc/gettext/examples/hello-modula2/po/ta.po
+#usr/share/doc/gettext/examples/hello-modula2/po/tr.po
+#usr/share/doc/gettext/examples/hello-modula2/po/uk.po
+#usr/share/doc/gettext/examples/hello-modula2/po/vi.po
+#usr/share/doc/gettext/examples/hello-modula2/po/zh_CN.po
+#usr/share/doc/gettext/examples/hello-modula2/po/zh_HK.po
+#usr/share/doc/gettext/examples/hello-modula2/po/zh_TW.po
#usr/share/doc/gettext/examples/hello-objc
#usr/share/doc/gettext/examples/hello-objc-gnome2
#usr/share/doc/gettext/examples/hello-objc-gnome2/INSTALL
@@ -2219,25 +2453,37 @@ usr/lib/preloadable_libintl.so
#usr/share/doc/libtextstyle/libtextstyle_abt.html
#usr/share/doc/libtextstyle/libtextstyle_toc.html
#usr/share/gettext
-#usr/share/gettext-0.24
-#usr/share/gettext-0.24/its
-#usr/share/gettext-0.24/its/docbook.loc
-#usr/share/gettext-0.24/its/docbook4.its
-#usr/share/gettext-0.24/its/docbook5.its
-#usr/share/gettext-0.24/its/glade.loc
-#usr/share/gettext-0.24/its/glade1.its
-#usr/share/gettext-0.24/its/glade2.its
-#usr/share/gettext-0.24/its/gsettings.its
-#usr/share/gettext-0.24/its/gsettings.loc
-#usr/share/gettext-0.24/its/gtkbuilder.its
-#usr/share/gettext-0.24/its/metainfo.its
-#usr/share/gettext-0.24/its/metainfo.loc
+#usr/share/gettext-0.25
+#usr/share/gettext-0.25/its
+#usr/share/gettext-0.25/its/docbook.loc
+#usr/share/gettext-0.25/its/docbook4.its
+#usr/share/gettext-0.25/its/docbook5.its
+#usr/share/gettext-0.25/its/glade.loc
+#usr/share/gettext-0.25/its/glade1.its
+#usr/share/gettext-0.25/its/glade2.its
+#usr/share/gettext-0.25/its/gsettings.its
+#usr/share/gettext-0.25/its/gsettings.loc
+#usr/share/gettext-0.25/its/gtkbuilder.its
+#usr/share/gettext-0.25/its/metainfo.its
+#usr/share/gettext-0.25/its/metainfo.loc
#usr/share/gettext/ABOUT-NLS
#usr/share/gettext/archive.dir.tar.xz
#usr/share/gettext/config.rpath
#usr/share/gettext/disclaim-translations.txt
#usr/share/gettext/gettext.h
#usr/share/gettext/javaversion.class
+#usr/share/gettext/m4
+#usr/share/gettext/m4/build-to-host.m4
+#usr/share/gettext/m4/gettext.m4
+#usr/share/gettext/m4/host-cpu-c-abi.m4
+#usr/share/gettext/m4/iconv.m4
+#usr/share/gettext/m4/intlmacosx.m4
+#usr/share/gettext/m4/lib-ld.m4
+#usr/share/gettext/m4/lib-link.m4
+#usr/share/gettext/m4/lib-prefix.m4
+#usr/share/gettext/m4/nls.m4
+#usr/share/gettext/m4/po.m4
+#usr/share/gettext/m4/progtest.m4
#usr/share/gettext/msgunfmt.tcl
#usr/share/gettext/po
#usr/share/gettext/po/Makefile.in.in
diff --git a/lfs/gettext b/lfs/gettext
index de1d18c16..fcca1901b 100644
--- a/lfs/gettext
+++ b/lfs/gettext
@@ -24,7 +24,7 @@
include Config
-VER = 0.24
+VER = 0.25
THISAPP = gettext-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -56,7 +56,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = a171c9a62552d8cbb632f76c734c7b8ef0b99ae56a2b12548bfc61fe671ad4c39611b4e66fe89e51a1d1d31f1052fb6a1d33930820fd0fa8d9fb83bd38504e50
+$(DL_FILE)_BLAKE2 = cec5dd43f64ea676b112d53374452852ad25b2d31833a805bb2f92cd0b172536b47f916ad630fd4acd11208d408ff302eac2a5cd6a78ec653b7d5a3b447f5584
install : $(TARGET)
--
2.49.0
next reply other threads:[~2025-05-14 13:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-14 13:15 Adolf Belka [this message]
2025-05-14 13:15 ` [PATCH 2/4] fireperf: Addition of patch to deal with gettext update to 0.25 Adolf Belka
2025-05-14 13:15 ` [PATCH 3/4] ddns: " Adolf Belka
2025-05-14 13:15 ` [PATCH 4/4] libloc: " Adolf Belka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250514131513.6864-1-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox