From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZHPrc3mYcz37FR for ; Tue, 18 Mar 2025 21:20:32 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZHPrX5zHsz36Vr for ; Tue, 18 Mar 2025 21:20:28 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4ZHPrW6tKBz5Zt; Tue, 18 Mar 2025 21:20:27 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1742332828; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=K5YBcEAr1v9IJr+pXG4pEEJZurBsuyesJGW60ws5qiU=; b=btO99933gcORY1aVWls92PL1+Il43rTRSms/HUnrNS2pu3hqkRxXZlAhjcw45+lfar45D4 hge2d/01+glSdCAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1742332828; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=K5YBcEAr1v9IJr+pXG4pEEJZurBsuyesJGW60ws5qiU=; b=qwaITonR8kglo1YIv4HrEG9N5CFvDiK4FJFtumFpsGx1sFmBEchib8wYdAnM2w109ovPjo v7FXTk1hg6ac+Ryt4eduwEqJIjhYrEisYhNhCwtskjDG7vUGjoGXiFWa5f4zZQrpvTcGrP 5DIr+qSZQzPgSF4jtfB8na9vfysJaKzUWrt9GNLeajc7GZOEYSeeSPjPa32qHrCW5q3hB2 zA60J+xF5GPcNG/VFoWPOq7DDhCf80rViOZ49y5Zy7GZ716ojkDDgxgc/C7Yq4wyYxE5vw 4WkEiLPq1VzLyxSHRCdXUwrdDxYjLBKJaR3UMJduxIp+fOhdL1+KUAexxqeXQg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] gettext: Update to version 0.24 Date: Tue, 18 Mar 2025 22:20:07 +0100 Message-ID: <20250318212018.3324141-4-adolf.belka@ipfire.org> In-Reply-To: <20250318212018.3324141-1-adolf.belka@ipfire.org> References: <20250318212018.3324141-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit - Update from version 0.22.5 to 0.24 - Update of rootfile - Changelog 0.24 # Programming languages support: * JavaScript: - xgettext now parses recursive JSX expressions correctly. * Rust: - xgettext now supports Rust. - 'msgfmt -c' now verifies the syntax of translations of Rust format strings. - A new example 'hello-rust' has been added. * C: - A new example 'hello-c-http' has been added, showing the use of GNU gettext in a multithreaded web server. * C++: - A new example 'hello-c++-gnome3' has been added. * Ruby: - A new example 'hello-ruby' has been added. # Improvements for maintainers: * When xgettext creates the POT file of a package under Git version control, the 'POT-Creation-Date' in the POT file usually no longer changes gratuitously each time the POT file is regenerated. # Caveat maintainers: * Building the po/ directory now requires GNU make on specific platforms: macOS, Solaris, AIX. 0.23.1 * Bug fixes: - Building with libxml2 >= 2.12.0 and gcc >= 14 now works. - XML: The value of the xml:lang attribute, inserted by msgfmt, is now more correct. 0.23 # Internationalized data formats: * XML: o The escaping of characters such as & < > has been changed: - No escaping is done any more by xgettext, when creating a POT file. - Instead, extra escaping can be requested for the msgfmt pass, when merging into an XML file. - The default value of 'escape' in the was "yes"; now it is "no". This means that existing translations of older POT files may no longer fully apply. As a maintainer of a package that has translatable XML files, you need to regenerate the POT file and pass it on to your translators. o XML schemas for .its and .loc files are now provided. o The value of the xml:lang attribute, inserted by msgfmt, now conforms to W3C standards. o 'msgfmt --xml' accept an option --replace-text, that causes the output to be a mono-lingual XML file instead of a multi-lingual XML file. o xgettext and 'msgfmt --xml' now support DocBook XML files. * Desktop: xgettext now produces POT files with correct line numbers. # Programming languages support: * Python: o xgettext now assumes source code for Python 3 rather than Python 2. This affects the interpretation of escape sequences in string literals. o xgettext now recognizes the f-string syntax. * Scheme: o xgettext now supports the option '-L Guile' as an alternative to '-L Scheme'. They are nearly equivalent. They differ in the interpretation of escape sequences in string literals: While 'xgettext -L Scheme' assumes the R6RS and R7RS syntax of string literals, 'xgettext -L Guile' assumes the syntax of string literals understood by Guile 2.x and 3.0 (without command-line option '--r6rs' or '--r7rs', and before a '#!r6rs' directive is seen). o xgettext now recognizes comments of the form '#; '. * Java: xgettext now has an improved recognition of format strings when the String.formatted method is used. * JavaScript: o xgettext now parses template literals inside JSX correctly. o xgettext has a new option --tag that customizes the behaviour of tagged template literals. * C#: o The build system and tools now also support 'dotnet' (.NET) as C# implementation. In order to declare a preference for 'dotnet' over 'mono', you can use the configure option '--enable-csharp=dotnet'. o xgettext now recognizes strings with embedded expressions (a.k.a. interpolated strings). * awk: xgettext now recognizes string concatenation by juxtaposition. * Smalltalk: xgettext now recognizes the string concatenation operator ','. * Vala: xgettext now has an improved recognition of format strings when the string.printf method is used. * Glade: xgettext has improved support for GtkBuilder 4. * Tcl: With the recently released Tcl 9.0, characters outside the Unicode BMP in Tcl message catalogs (.msg files) will work regardless of the locale's encoding. * Perl: o xgettext now reports warnings instead of fatal errors. o xgettext now recognizes strings with embedded expressions (a.k.a. interpolated strings). * PHP: o xgettext now recognizes strings with embedded expressions. o xgettext now scans Heredoc and Nowdoc strings correctly. o xgettext now regards the format string directives %E, %F, %g, %G, %h, %H as valid. # Runtime behaviour: * In the C.UTF-8 locale, like in the C locale, the *gettext() functions now return the msgid untranslated. This is relevant for GNU systems, Linux with musl libc, FreeBSD, NetBSD, OpenBSD, Cygwin, and Android. # Documentation: * The section "Preparing Strings" now gives more advice how to deal with string concatenation and strings with embedded expressions. # xgettext: * Most of the diagnostics emitted by xgettext are now labelled as "warning" or "error". # msgmerge: * The option '--sorted-output' is now deprecated. # libgettextpo library: * This library is now multithread-safe. * The function 'po_message_set_format' now supports resetting a format string mark. Signed-off-by: Adolf Belka --- config/rootfiles/common/gettext | 656 ++++++++++++++++++++++---------- lfs/gettext | 6 +- 2 files changed, 455 insertions(+), 207 deletions(-) diff --git a/config/rootfiles/common/gettext b/config/rootfiles/common/gettext index 8b5f2aa28..7d9401e8d 100644 --- a/config/rootfiles/common/gettext +++ b/config/rootfiles/common/gettext @@ -28,30 +28,31 @@ usr/bin/gettext.sh #usr/include/textstyle/version.h #usr/include/textstyle/woe32dll.h #usr/lib/gettext -#usr/lib/gettext/cldr-plurals -#usr/lib/gettext/hostname -#usr/lib/gettext/project-id -#usr/lib/gettext/urlget -#usr/lib/gettext/user-email #usr/lib/libasprintf.la #usr/lib/libasprintf.so usr/lib/libasprintf.so.0 usr/lib/libasprintf.so.0.0.0 -usr/lib/libgettextlib-0.22.5.so +usr/lib/libgettextlib-0.24.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.10 -usr/lib/libgettextsrc-0.22.5.so +usr/lib/libgettextpo.so.0.5.13 +usr/lib/libgettextsrc-0.24.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.1 +usr/lib/libtextstyle.so.0.2.4 usr/lib/preloadable_libintl.so +#usr/libexec/gettext +#usr/libexec/gettext/cldr-plurals +#usr/libexec/gettext/hostname +#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 @@ -90,68 +91,129 @@ usr/lib/preloadable_libintl.so #usr/share/doc/gettext/examples/build-aux/javaexec.sh.in #usr/share/doc/gettext/examples/hello-c #usr/share/doc/gettext/examples/hello-c++ -#usr/share/doc/gettext/examples/hello-c++-gnome -#usr/share/doc/gettext/examples/hello-c++-gnome/INSTALL -#usr/share/doc/gettext/examples/hello-c++-gnome/Makefile.am -#usr/share/doc/gettext/examples/hello-c++-gnome/autoclean.sh -#usr/share/doc/gettext/examples/hello-c++-gnome/autogen.sh -#usr/share/doc/gettext/examples/hello-c++-gnome/configure.ac -#usr/share/doc/gettext/examples/hello-c++-gnome/hello.cc -#usr/share/doc/gettext/examples/hello-c++-gnome/m4 -#usr/share/doc/gettext/examples/hello-c++-gnome/m4/Makefile.am -#usr/share/doc/gettext/examples/hello-c++-gnome/m4/gnome-gnorba-check.m4 -#usr/share/doc/gettext/examples/hello-c++-gnome/m4/gnome-orbit-check.m4 -#usr/share/doc/gettext/examples/hello-c++-gnome/m4/gnome.m4 -#usr/share/doc/gettext/examples/hello-c++-gnome/m4/gtk--.m4 -#usr/share/doc/gettext/examples/hello-c++-gnome/m4/gtk.m4 -#usr/share/doc/gettext/examples/hello-c++-gnome/po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/LINGUAS -#usr/share/doc/gettext/examples/hello-c++-gnome/po/Makevars -#usr/share/doc/gettext/examples/hello-c++-gnome/po/POTFILES.in -#usr/share/doc/gettext/examples/hello-c++-gnome/po/af.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/ast.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/bg.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/ca.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/cs.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/da.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/de.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/el.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/eo.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/es.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/fi.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/fr.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/ga.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/gl.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/hr.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/hu.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/id.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/it.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/ja.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/ka.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/ky.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/lv.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/ms.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/mt.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/nb.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/nl.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/nn.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/pl.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/pt.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/pt_BR.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/ro.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/ru.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/sk.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/sl.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/sq.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/sr.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/sv.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/ta.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/tr.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/uk.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/vi.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/zh_CN.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/zh_HK.po -#usr/share/doc/gettext/examples/hello-c++-gnome/po/zh_TW.po +#usr/share/doc/gettext/examples/hello-c++-gnome2 +#usr/share/doc/gettext/examples/hello-c++-gnome2/INSTALL +#usr/share/doc/gettext/examples/hello-c++-gnome2/Makefile.am +#usr/share/doc/gettext/examples/hello-c++-gnome2/autoclean.sh +#usr/share/doc/gettext/examples/hello-c++-gnome2/autogen.sh +#usr/share/doc/gettext/examples/hello-c++-gnome2/configure.ac +#usr/share/doc/gettext/examples/hello-c++-gnome2/hello.cc +#usr/share/doc/gettext/examples/hello-c++-gnome2/m4 +#usr/share/doc/gettext/examples/hello-c++-gnome2/m4/Makefile.am +#usr/share/doc/gettext/examples/hello-c++-gnome2/m4/gnome-gnorba-check.m4 +#usr/share/doc/gettext/examples/hello-c++-gnome2/m4/gnome-orbit-check.m4 +#usr/share/doc/gettext/examples/hello-c++-gnome2/m4/gnome.m4 +#usr/share/doc/gettext/examples/hello-c++-gnome2/m4/gtk--.m4 +#usr/share/doc/gettext/examples/hello-c++-gnome2/m4/gtk.m4 +#usr/share/doc/gettext/examples/hello-c++-gnome2/po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/LINGUAS +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/Makevars +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/POTFILES.in +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/af.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/ast.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/bg.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/ca.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/cs.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/da.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/de.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/el.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/eo.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/es.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/fi.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/fr.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/ga.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/gl.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/hr.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/hu.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/id.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/it.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/ja.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/ka.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/ky.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/lv.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/ms.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/mt.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/nb.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/nl.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/nn.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/pl.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/pt.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/pt_BR.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/ro.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/ru.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/sk.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/sl.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/sq.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/sr.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/sv.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/ta.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/tr.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/uk.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/vi.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/zh_CN.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/zh_HK.po +#usr/share/doc/gettext/examples/hello-c++-gnome2/po/zh_TW.po +#usr/share/doc/gettext/examples/hello-c++-gnome3 +#usr/share/doc/gettext/examples/hello-c++-gnome3/INSTALL +#usr/share/doc/gettext/examples/hello-c++-gnome3/Makefile.am +#usr/share/doc/gettext/examples/hello-c++-gnome3/README +#usr/share/doc/gettext/examples/hello-c++-gnome3/autoclean.sh +#usr/share/doc/gettext/examples/hello-c++-gnome3/autogen.sh +#usr/share/doc/gettext/examples/hello-c++-gnome3/configure.ac +#usr/share/doc/gettext/examples/hello-c++-gnome3/hello.cc +#usr/share/doc/gettext/examples/hello-c++-gnome3/hello.desktop.in.in +#usr/share/doc/gettext/examples/hello-c++-gnome3/hello.gresource.xml +#usr/share/doc/gettext/examples/hello-c++-gnome3/hello.ui +#usr/share/doc/gettext/examples/hello-c++-gnome3/m4 +#usr/share/doc/gettext/examples/hello-c++-gnome3/m4/Makefile.am +#usr/share/doc/gettext/examples/hello-c++-gnome3/po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/LINGUAS +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/Makevars +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/POTFILES.in +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/af.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/ast.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/bg.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/ca.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/cs.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/da.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/de.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/el.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/eo.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/es.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/fi.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/fr.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/ga.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/gl.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/hr.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/hu.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/id.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/it.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/ja.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/ka.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/ky.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/lv.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/ms.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/mt.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/nb.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/nl.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/nn.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/pl.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/pt.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/pt_BR.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/ro.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/ru.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/sk.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/sl.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/sq.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/sr.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/sv.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/ta.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/tr.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/uk.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/vi.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/zh_CN.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/zh_HK.po +#usr/share/doc/gettext/examples/hello-c++-gnome3/po/zh_TW.po #usr/share/doc/gettext/examples/hello-c++-kde #usr/share/doc/gettext/examples/hello-c++-kde/BUGS #usr/share/doc/gettext/examples/hello-c++-kde/INSTALL @@ -465,77 +527,82 @@ usr/lib/preloadable_libintl.so #usr/share/doc/gettext/examples/hello-c++20/po/zh_CN.po #usr/share/doc/gettext/examples/hello-c++20/po/zh_HK.po #usr/share/doc/gettext/examples/hello-c++20/po/zh_TW.po -#usr/share/doc/gettext/examples/hello-c-gnome -#usr/share/doc/gettext/examples/hello-c-gnome/INSTALL -#usr/share/doc/gettext/examples/hello-c-gnome/Makefile.am -#usr/share/doc/gettext/examples/hello-c-gnome/autoclean.sh -#usr/share/doc/gettext/examples/hello-c-gnome/autogen.sh -#usr/share/doc/gettext/examples/hello-c-gnome/configure.ac -#usr/share/doc/gettext/examples/hello-c-gnome/hello.c -#usr/share/doc/gettext/examples/hello-c-gnome/m4 -#usr/share/doc/gettext/examples/hello-c-gnome/m4/Makefile.am -#usr/share/doc/gettext/examples/hello-c-gnome/m4/gnome-gnorba-check.m4 -#usr/share/doc/gettext/examples/hello-c-gnome/m4/gnome-orbit-check.m4 -#usr/share/doc/gettext/examples/hello-c-gnome/m4/gnome.m4 -#usr/share/doc/gettext/examples/hello-c-gnome/po -#usr/share/doc/gettext/examples/hello-c-gnome/po/LINGUAS -#usr/share/doc/gettext/examples/hello-c-gnome/po/Makevars -#usr/share/doc/gettext/examples/hello-c-gnome/po/POTFILES.in -#usr/share/doc/gettext/examples/hello-c-gnome/po/af.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/ast.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/bg.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/ca.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/cs.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/da.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/de.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/el.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/eo.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/es.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/fi.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/fr.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/ga.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/gl.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/hr.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/hu.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/id.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/it.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/ja.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/ka.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/ky.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/lv.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/ms.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/mt.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/nb.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/nl.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/nn.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/pl.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/pt.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/pt_BR.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/ro.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/ru.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/sk.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/sl.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/sq.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/sr.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/sv.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/ta.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/tr.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/uk.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/vi.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/zh_CN.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/zh_HK.po -#usr/share/doc/gettext/examples/hello-c-gnome/po/zh_TW.po +#usr/share/doc/gettext/examples/hello-c-gnome2 +#usr/share/doc/gettext/examples/hello-c-gnome2/INSTALL +#usr/share/doc/gettext/examples/hello-c-gnome2/Makefile.am +#usr/share/doc/gettext/examples/hello-c-gnome2/autoclean.sh +#usr/share/doc/gettext/examples/hello-c-gnome2/autogen.sh +#usr/share/doc/gettext/examples/hello-c-gnome2/configure.ac +#usr/share/doc/gettext/examples/hello-c-gnome2/hello.c +#usr/share/doc/gettext/examples/hello-c-gnome2/m4 +#usr/share/doc/gettext/examples/hello-c-gnome2/m4/Makefile.am +#usr/share/doc/gettext/examples/hello-c-gnome2/m4/gnome-gnorba-check.m4 +#usr/share/doc/gettext/examples/hello-c-gnome2/m4/gnome-orbit-check.m4 +#usr/share/doc/gettext/examples/hello-c-gnome2/m4/gnome.m4 +#usr/share/doc/gettext/examples/hello-c-gnome2/po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/LINGUAS +#usr/share/doc/gettext/examples/hello-c-gnome2/po/Makevars +#usr/share/doc/gettext/examples/hello-c-gnome2/po/POTFILES.in +#usr/share/doc/gettext/examples/hello-c-gnome2/po/af.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/ast.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/bg.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/ca.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/cs.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/da.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/de.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/el.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/eo.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/es.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/fi.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/fr.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/ga.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/gl.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/hr.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/hu.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/id.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/it.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/ja.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/ka.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/ky.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/lv.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/ms.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/mt.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/nb.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/nl.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/nn.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/pl.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/pt.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/pt_BR.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/ro.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/ru.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/sk.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/sl.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/sq.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/sr.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/sv.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/ta.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/tr.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/uk.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/vi.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/zh_CN.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/zh_HK.po +#usr/share/doc/gettext/examples/hello-c-gnome2/po/zh_TW.po #usr/share/doc/gettext/examples/hello-c-gnome3 #usr/share/doc/gettext/examples/hello-c-gnome3/INSTALL #usr/share/doc/gettext/examples/hello-c-gnome3/Makefile.am +#usr/share/doc/gettext/examples/hello-c-gnome3/README #usr/share/doc/gettext/examples/hello-c-gnome3/autoclean.sh #usr/share/doc/gettext/examples/hello-c-gnome3/autogen.sh #usr/share/doc/gettext/examples/hello-c-gnome3/configure.ac #usr/share/doc/gettext/examples/hello-c-gnome3/hello.c #usr/share/doc/gettext/examples/hello-c-gnome3/hello.desktop.in.in #usr/share/doc/gettext/examples/hello-c-gnome3/hello.gresource.xml -#usr/share/doc/gettext/examples/hello-c-gnome3/hello.gschema.xml #usr/share/doc/gettext/examples/hello-c-gnome3/hello.ui +#usr/share/doc/gettext/examples/hello-c-gnome3/hello2.c +#usr/share/doc/gettext/examples/hello-c-gnome3/hello2.desktop.in.in +#usr/share/doc/gettext/examples/hello-c-gnome3/hello2.gresource.xml +#usr/share/doc/gettext/examples/hello-c-gnome3/hello2.gschema.xml +#usr/share/doc/gettext/examples/hello-c-gnome3/hello2.ui #usr/share/doc/gettext/examples/hello-c-gnome3/m4 #usr/share/doc/gettext/examples/hello-c-gnome3/m4/Makefile.am #usr/share/doc/gettext/examples/hello-c-gnome3/po @@ -586,6 +653,63 @@ usr/lib/preloadable_libintl.so #usr/share/doc/gettext/examples/hello-c-gnome3/po/zh_CN.po #usr/share/doc/gettext/examples/hello-c-gnome3/po/zh_HK.po #usr/share/doc/gettext/examples/hello-c-gnome3/po/zh_TW.po +#usr/share/doc/gettext/examples/hello-c-http +#usr/share/doc/gettext/examples/hello-c-http/INSTALL +#usr/share/doc/gettext/examples/hello-c-http/Makefile.am +#usr/share/doc/gettext/examples/hello-c-http/autoclean.sh +#usr/share/doc/gettext/examples/hello-c-http/autogen.sh +#usr/share/doc/gettext/examples/hello-c-http/configure.ac +#usr/share/doc/gettext/examples/hello-c-http/hello-server.c +#usr/share/doc/gettext/examples/hello-c-http/m4 +#usr/share/doc/gettext/examples/hello-c-http/m4/Makefile.am +#usr/share/doc/gettext/examples/hello-c-http/po +#usr/share/doc/gettext/examples/hello-c-http/po/LINGUAS +#usr/share/doc/gettext/examples/hello-c-http/po/Makevars +#usr/share/doc/gettext/examples/hello-c-http/po/POTFILES.in +#usr/share/doc/gettext/examples/hello-c-http/po/af.po +#usr/share/doc/gettext/examples/hello-c-http/po/ast.po +#usr/share/doc/gettext/examples/hello-c-http/po/bg.po +#usr/share/doc/gettext/examples/hello-c-http/po/ca.po +#usr/share/doc/gettext/examples/hello-c-http/po/cs.po +#usr/share/doc/gettext/examples/hello-c-http/po/da.po +#usr/share/doc/gettext/examples/hello-c-http/po/de.po +#usr/share/doc/gettext/examples/hello-c-http/po/el.po +#usr/share/doc/gettext/examples/hello-c-http/po/eo.po +#usr/share/doc/gettext/examples/hello-c-http/po/es.po +#usr/share/doc/gettext/examples/hello-c-http/po/fi.po +#usr/share/doc/gettext/examples/hello-c-http/po/fr.po +#usr/share/doc/gettext/examples/hello-c-http/po/ga.po +#usr/share/doc/gettext/examples/hello-c-http/po/gl.po +#usr/share/doc/gettext/examples/hello-c-http/po/hr.po +#usr/share/doc/gettext/examples/hello-c-http/po/hu.po +#usr/share/doc/gettext/examples/hello-c-http/po/id.po +#usr/share/doc/gettext/examples/hello-c-http/po/it.po +#usr/share/doc/gettext/examples/hello-c-http/po/ja.po +#usr/share/doc/gettext/examples/hello-c-http/po/ka.po +#usr/share/doc/gettext/examples/hello-c-http/po/ky.po +#usr/share/doc/gettext/examples/hello-c-http/po/lv.po +#usr/share/doc/gettext/examples/hello-c-http/po/ms.po +#usr/share/doc/gettext/examples/hello-c-http/po/mt.po +#usr/share/doc/gettext/examples/hello-c-http/po/nb.po +#usr/share/doc/gettext/examples/hello-c-http/po/nl.po +#usr/share/doc/gettext/examples/hello-c-http/po/nn.po +#usr/share/doc/gettext/examples/hello-c-http/po/pl.po +#usr/share/doc/gettext/examples/hello-c-http/po/pt.po +#usr/share/doc/gettext/examples/hello-c-http/po/pt_BR.po +#usr/share/doc/gettext/examples/hello-c-http/po/ro.po +#usr/share/doc/gettext/examples/hello-c-http/po/ru.po +#usr/share/doc/gettext/examples/hello-c-http/po/sk.po +#usr/share/doc/gettext/examples/hello-c-http/po/sl.po +#usr/share/doc/gettext/examples/hello-c-http/po/sq.po +#usr/share/doc/gettext/examples/hello-c-http/po/sr.po +#usr/share/doc/gettext/examples/hello-c-http/po/sv.po +#usr/share/doc/gettext/examples/hello-c-http/po/ta.po +#usr/share/doc/gettext/examples/hello-c-http/po/tr.po +#usr/share/doc/gettext/examples/hello-c-http/po/uk.po +#usr/share/doc/gettext/examples/hello-c-http/po/vi.po +#usr/share/doc/gettext/examples/hello-c-http/po/zh_CN.po +#usr/share/doc/gettext/examples/hello-c-http/po/zh_HK.po +#usr/share/doc/gettext/examples/hello-c-http/po/zh_TW.po #usr/share/doc/gettext/examples/hello-c/INSTALL #usr/share/doc/gettext/examples/hello-c/Makefile.am #usr/share/doc/gettext/examples/hello-c/autoclean.sh @@ -1213,66 +1337,66 @@ usr/lib/preloadable_libintl.so #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-objc -#usr/share/doc/gettext/examples/hello-objc-gnome -#usr/share/doc/gettext/examples/hello-objc-gnome/INSTALL -#usr/share/doc/gettext/examples/hello-objc-gnome/Makefile.am -#usr/share/doc/gettext/examples/hello-objc-gnome/autoclean.sh -#usr/share/doc/gettext/examples/hello-objc-gnome/autogen.sh -#usr/share/doc/gettext/examples/hello-objc-gnome/configure.ac -#usr/share/doc/gettext/examples/hello-objc-gnome/hello.m -#usr/share/doc/gettext/examples/hello-objc-gnome/m4 -#usr/share/doc/gettext/examples/hello-objc-gnome/m4/Makefile.am -#usr/share/doc/gettext/examples/hello-objc-gnome/m4/gnome-gnorba-check.m4 -#usr/share/doc/gettext/examples/hello-objc-gnome/m4/gnome-orbit-check.m4 -#usr/share/doc/gettext/examples/hello-objc-gnome/m4/gnome.m4 -#usr/share/doc/gettext/examples/hello-objc-gnome/po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/LINGUAS -#usr/share/doc/gettext/examples/hello-objc-gnome/po/Makevars -#usr/share/doc/gettext/examples/hello-objc-gnome/po/POTFILES.in -#usr/share/doc/gettext/examples/hello-objc-gnome/po/af.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/ast.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/bg.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/ca.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/cs.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/da.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/de.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/el.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/eo.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/es.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/fi.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/fr.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/ga.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/gl.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/hr.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/hu.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/id.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/it.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/ja.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/ka.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/ky.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/lv.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/ms.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/mt.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/nb.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/nl.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/nn.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/pl.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/pt.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/pt_BR.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/ro.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/ru.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/sk.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/sl.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/sq.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/sr.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/sv.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/ta.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/tr.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/uk.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/vi.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/zh_CN.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/zh_HK.po -#usr/share/doc/gettext/examples/hello-objc-gnome/po/zh_TW.po +#usr/share/doc/gettext/examples/hello-objc-gnome2 +#usr/share/doc/gettext/examples/hello-objc-gnome2/INSTALL +#usr/share/doc/gettext/examples/hello-objc-gnome2/Makefile.am +#usr/share/doc/gettext/examples/hello-objc-gnome2/autoclean.sh +#usr/share/doc/gettext/examples/hello-objc-gnome2/autogen.sh +#usr/share/doc/gettext/examples/hello-objc-gnome2/configure.ac +#usr/share/doc/gettext/examples/hello-objc-gnome2/hello.m +#usr/share/doc/gettext/examples/hello-objc-gnome2/m4 +#usr/share/doc/gettext/examples/hello-objc-gnome2/m4/Makefile.am +#usr/share/doc/gettext/examples/hello-objc-gnome2/m4/gnome-gnorba-check.m4 +#usr/share/doc/gettext/examples/hello-objc-gnome2/m4/gnome-orbit-check.m4 +#usr/share/doc/gettext/examples/hello-objc-gnome2/m4/gnome.m4 +#usr/share/doc/gettext/examples/hello-objc-gnome2/po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/LINGUAS +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/Makevars +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/POTFILES.in +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/af.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/ast.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/bg.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/ca.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/cs.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/da.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/de.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/el.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/eo.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/es.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/fi.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/fr.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/ga.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/gl.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/hr.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/hu.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/id.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/it.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/ja.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/ka.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/ky.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/lv.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/ms.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/mt.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/nb.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/nl.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/nn.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/pl.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/pt.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/pt_BR.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/ro.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/ru.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/sk.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/sl.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/sq.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/sr.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/sv.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/ta.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/tr.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/uk.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/vi.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/zh_CN.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/zh_HK.po +#usr/share/doc/gettext/examples/hello-objc-gnome2/po/zh_TW.po #usr/share/doc/gettext/examples/hello-objc-gnustep #usr/share/doc/gettext/examples/hello-objc-gnustep/AppController.h #usr/share/doc/gettext/examples/hello-objc-gnustep/AppController.m @@ -1614,6 +1738,120 @@ usr/lib/preloadable_libintl.so #usr/share/doc/gettext/examples/hello-python/po/zh_CN.po #usr/share/doc/gettext/examples/hello-python/po/zh_HK.po #usr/share/doc/gettext/examples/hello-python/po/zh_TW.po +#usr/share/doc/gettext/examples/hello-ruby +#usr/share/doc/gettext/examples/hello-ruby/INSTALL +#usr/share/doc/gettext/examples/hello-ruby/Makefile.am +#usr/share/doc/gettext/examples/hello-ruby/autoclean.sh +#usr/share/doc/gettext/examples/hello-ruby/autogen.sh +#usr/share/doc/gettext/examples/hello-ruby/configure.ac +#usr/share/doc/gettext/examples/hello-ruby/hello.rb +#usr/share/doc/gettext/examples/hello-ruby/m4 +#usr/share/doc/gettext/examples/hello-ruby/m4/Makefile.am +#usr/share/doc/gettext/examples/hello-ruby/po +#usr/share/doc/gettext/examples/hello-ruby/po/LINGUAS +#usr/share/doc/gettext/examples/hello-ruby/po/Makefile.am +#usr/share/doc/gettext/examples/hello-ruby/po/af.po +#usr/share/doc/gettext/examples/hello-ruby/po/ast.po +#usr/share/doc/gettext/examples/hello-ruby/po/bg.po +#usr/share/doc/gettext/examples/hello-ruby/po/ca.po +#usr/share/doc/gettext/examples/hello-ruby/po/cs.po +#usr/share/doc/gettext/examples/hello-ruby/po/da.po +#usr/share/doc/gettext/examples/hello-ruby/po/de.po +#usr/share/doc/gettext/examples/hello-ruby/po/el.po +#usr/share/doc/gettext/examples/hello-ruby/po/eo.po +#usr/share/doc/gettext/examples/hello-ruby/po/es.po +#usr/share/doc/gettext/examples/hello-ruby/po/fi.po +#usr/share/doc/gettext/examples/hello-ruby/po/fr.po +#usr/share/doc/gettext/examples/hello-ruby/po/ga.po +#usr/share/doc/gettext/examples/hello-ruby/po/gl.po +#usr/share/doc/gettext/examples/hello-ruby/po/hr.po +#usr/share/doc/gettext/examples/hello-ruby/po/hu.po +#usr/share/doc/gettext/examples/hello-ruby/po/id.po +#usr/share/doc/gettext/examples/hello-ruby/po/it.po +#usr/share/doc/gettext/examples/hello-ruby/po/ja.po +#usr/share/doc/gettext/examples/hello-ruby/po/ka.po +#usr/share/doc/gettext/examples/hello-ruby/po/ky.po +#usr/share/doc/gettext/examples/hello-ruby/po/lv.po +#usr/share/doc/gettext/examples/hello-ruby/po/ms.po +#usr/share/doc/gettext/examples/hello-ruby/po/mt.po +#usr/share/doc/gettext/examples/hello-ruby/po/nb.po +#usr/share/doc/gettext/examples/hello-ruby/po/nl.po +#usr/share/doc/gettext/examples/hello-ruby/po/nn.po +#usr/share/doc/gettext/examples/hello-ruby/po/pl.po +#usr/share/doc/gettext/examples/hello-ruby/po/pt.po +#usr/share/doc/gettext/examples/hello-ruby/po/pt_BR.po +#usr/share/doc/gettext/examples/hello-ruby/po/ro.po +#usr/share/doc/gettext/examples/hello-ruby/po/ru.po +#usr/share/doc/gettext/examples/hello-ruby/po/sk.po +#usr/share/doc/gettext/examples/hello-ruby/po/sl.po +#usr/share/doc/gettext/examples/hello-ruby/po/sq.po +#usr/share/doc/gettext/examples/hello-ruby/po/sr.po +#usr/share/doc/gettext/examples/hello-ruby/po/sv.po +#usr/share/doc/gettext/examples/hello-ruby/po/ta.po +#usr/share/doc/gettext/examples/hello-ruby/po/tr.po +#usr/share/doc/gettext/examples/hello-ruby/po/uk.po +#usr/share/doc/gettext/examples/hello-ruby/po/vi.po +#usr/share/doc/gettext/examples/hello-ruby/po/zh_CN.po +#usr/share/doc/gettext/examples/hello-ruby/po/zh_HK.po +#usr/share/doc/gettext/examples/hello-ruby/po/zh_TW.po +#usr/share/doc/gettext/examples/hello-rust +#usr/share/doc/gettext/examples/hello-rust/Cargo.toml.in +#usr/share/doc/gettext/examples/hello-rust/INSTALL +#usr/share/doc/gettext/examples/hello-rust/Makefile.am +#usr/share/doc/gettext/examples/hello-rust/autoclean.sh +#usr/share/doc/gettext/examples/hello-rust/autogen.sh +#usr/share/doc/gettext/examples/hello-rust/configure.ac +#usr/share/doc/gettext/examples/hello-rust/m4 +#usr/share/doc/gettext/examples/hello-rust/m4/Makefile.am +#usr/share/doc/gettext/examples/hello-rust/po +#usr/share/doc/gettext/examples/hello-rust/po/LINGUAS +#usr/share/doc/gettext/examples/hello-rust/po/Makefile.am +#usr/share/doc/gettext/examples/hello-rust/po/af.po +#usr/share/doc/gettext/examples/hello-rust/po/ast.po +#usr/share/doc/gettext/examples/hello-rust/po/bg.po +#usr/share/doc/gettext/examples/hello-rust/po/ca.po +#usr/share/doc/gettext/examples/hello-rust/po/cs.po +#usr/share/doc/gettext/examples/hello-rust/po/da.po +#usr/share/doc/gettext/examples/hello-rust/po/de.po +#usr/share/doc/gettext/examples/hello-rust/po/el.po +#usr/share/doc/gettext/examples/hello-rust/po/eo.po +#usr/share/doc/gettext/examples/hello-rust/po/es.po +#usr/share/doc/gettext/examples/hello-rust/po/fi.po +#usr/share/doc/gettext/examples/hello-rust/po/fr.po +#usr/share/doc/gettext/examples/hello-rust/po/ga.po +#usr/share/doc/gettext/examples/hello-rust/po/gl.po +#usr/share/doc/gettext/examples/hello-rust/po/hr.po +#usr/share/doc/gettext/examples/hello-rust/po/hu.po +#usr/share/doc/gettext/examples/hello-rust/po/id.po +#usr/share/doc/gettext/examples/hello-rust/po/it.po +#usr/share/doc/gettext/examples/hello-rust/po/ja.po +#usr/share/doc/gettext/examples/hello-rust/po/ka.po +#usr/share/doc/gettext/examples/hello-rust/po/ky.po +#usr/share/doc/gettext/examples/hello-rust/po/lv.po +#usr/share/doc/gettext/examples/hello-rust/po/ms.po +#usr/share/doc/gettext/examples/hello-rust/po/mt.po +#usr/share/doc/gettext/examples/hello-rust/po/nb.po +#usr/share/doc/gettext/examples/hello-rust/po/nl.po +#usr/share/doc/gettext/examples/hello-rust/po/nn.po +#usr/share/doc/gettext/examples/hello-rust/po/pl.po +#usr/share/doc/gettext/examples/hello-rust/po/pt.po +#usr/share/doc/gettext/examples/hello-rust/po/pt_BR.po +#usr/share/doc/gettext/examples/hello-rust/po/ro.po +#usr/share/doc/gettext/examples/hello-rust/po/ru.po +#usr/share/doc/gettext/examples/hello-rust/po/sk.po +#usr/share/doc/gettext/examples/hello-rust/po/sl.po +#usr/share/doc/gettext/examples/hello-rust/po/sq.po +#usr/share/doc/gettext/examples/hello-rust/po/sr.po +#usr/share/doc/gettext/examples/hello-rust/po/sv.po +#usr/share/doc/gettext/examples/hello-rust/po/ta.po +#usr/share/doc/gettext/examples/hello-rust/po/tr.po +#usr/share/doc/gettext/examples/hello-rust/po/uk.po +#usr/share/doc/gettext/examples/hello-rust/po/vi.po +#usr/share/doc/gettext/examples/hello-rust/po/zh_CN.po +#usr/share/doc/gettext/examples/hello-rust/po/zh_HK.po +#usr/share/doc/gettext/examples/hello-rust/po/zh_TW.po +#usr/share/doc/gettext/examples/hello-rust/src +#usr/share/doc/gettext/examples/hello-rust/src/main.rs.in #usr/share/doc/gettext/examples/hello-sh #usr/share/doc/gettext/examples/hello-sh/INSTALL #usr/share/doc/gettext/examples/hello-sh/Makefile.am @@ -1981,19 +2219,23 @@ 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.22.5 -#usr/share/gettext-0.22.5/its -#usr/share/gettext-0.22.5/its/glade.loc -#usr/share/gettext-0.22.5/its/glade1.its -#usr/share/gettext-0.22.5/its/glade2.its -#usr/share/gettext-0.22.5/its/gsettings.its -#usr/share/gettext-0.22.5/its/gsettings.loc -#usr/share/gettext-0.22.5/its/gtkbuilder.its -#usr/share/gettext-0.22.5/its/metainfo.its -#usr/share/gettext-0.22.5/its/metainfo.loc +#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/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/msgunfmt.tcl @@ -2004,9 +2246,9 @@ usr/lib/preloadable_libintl.so #usr/share/gettext/po/boldquot.sed #usr/share/gettext/po/en@boldquot.header #usr/share/gettext/po/en@quot.header -#usr/share/gettext/po/insert-header.sin +#usr/share/gettext/po/insert-header.sed #usr/share/gettext/po/quot.sed -#usr/share/gettext/po/remove-potcdate.sin +#usr/share/gettext/po/remove-potcdate.sed #usr/share/gettext/projects #usr/share/gettext/projects/GNOME #usr/share/gettext/projects/GNOME/team-address @@ -2025,6 +2267,12 @@ usr/lib/preloadable_libintl.so #usr/share/gettext/projects/TP/trigger #usr/share/gettext/projects/index #usr/share/gettext/projects/team-address +#usr/share/gettext/schema +#usr/share/gettext/schema/its-extensions.xsd +#usr/share/gettext/schema/its.xsd10 +#usr/share/gettext/schema/its.xsd11 +#usr/share/gettext/schema/locating-rules.xsd10 +#usr/share/gettext/schema/locating-rules.xsd11 #usr/share/gettext/styles #usr/share/gettext/styles/po-default.css #usr/share/gettext/styles/po-emacs-x.css diff --git a/lfs/gettext b/lfs/gettext index 30f3d64c5..de1d18c16 100644 --- a/lfs/gettext +++ b/lfs/gettext @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2025 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 0.22.5 +VER = 0.24 THISAPP = gettext-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -56,7 +56,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 18c383518f5a78b5c04cf76de976524da2a87a892a30d6386778bb4c7dd526ffc3f14f484906c5d3a513b7caf76ea560e53962b325e552182d6940055d798f24 +$(DL_FILE)_BLAKE2 = a171c9a62552d8cbb632f76c734c7b8ef0b99ae56a2b12548bfc61fe671ad4c39611b4e66fe89e51a1d1d31f1052fb6a1d33930820fd0fa8d9fb83bd38504e50 install : $(TARGET) -- 2.49.0