Home
last modified time | relevance | path

Searched refs:gettext (Results 1 – 25 of 560) sorted by relevance

12345678910>>...23

/OK3568_Linux_fs/buildroot/package/gettext-tiny/
H A Dgettext-tiny.mk8 GETTEXT_TINY_SITE = $(call github,sabotage-linux,gettext-tiny,v$(GETTEXT_TINY_VERSION))
9 GETTEXT_TINY_LICENSE = MIT, GPL-3.0+ (extra gettext)
14 GETTEXT_TINY_PROVIDES = gettext
20 gettext-tools/misc/gettextize.in \
21 gettext-tools/po/Makevars.template \
22 gettext-runtime/po/boldquot.sed \
23 gettext-runtime/po/en@boldquot.header \
24 gettext-runtime/po/en@quot.header \
25 gettext-runtime/po/insert-header.sin \
26 gettext-runtime/po/quot.sed \
[all …]
H A DConfig.in5 Stub and/or lightweight replacements of the gnu gettext
8 https://github.com/sabotage-linux/gettext-tiny
13 default "gettext-tiny"
18 default "host-gettext-tiny" if !BR2_SYSTEM_ENABLE_NLS
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/gettext/
H A Dgettext_0.21.bb2 DESCRIPTION = "GNU gettext is a set of tools that provides a framework to help other programs produ…
6 HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html"
20 DEPENDS = "gettext-native virtual/libiconv"
21 DEPENDS:class-native = "gettext-minimal-native"
22 PROVIDES = "virtual/libintl virtual/gettext"
23 PROVIDES:class-native = "virtual/gettext-native"
25 SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
72 acpaths = '-I ${S}/gettext-runtime/m4 \
73 -I ${S}/gettext-tools/m4'
85 # because gettext depends on gettext-dev, which pulls in more -dev packages:
[all …]
H A Dgettext-minimal-native_0.21.bb1 SUMMARY = "Minimal gettext for supporting native autoconf/automake"
4 the removal of gettext-native from most dependency chains (now only \
5 needed for gettext for the target)."
26 install -d ${D}${datadir}/gettext/po/
27 cp ${WORKDIR}/config.rpath ${D}${datadir}/gettext/
28 cp ${WORKDIR}/Makefile.in.in ${D}${datadir}/gettext/po/
29 cp ${WORKDIR}/remove-potcdate.sin ${D}${datadir}/gettext/po/
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/gettext/gettext-0.21/
H A Dserial-tests-config.patch14 gettext-runtime/configure.ac | 2 +-
15 gettext-tools/configure.ac | 2 +-
22 @@ -22,7 +22,7 @@ AC_INIT([gettext],
23 [bug-gettext@gnu.org])
24 AC_CONFIG_SRCDIR([gettext-tools/src/msgfmt.c])
31 diff --git a/gettext-runtime/configure.ac b/gettext-runtime/configure.ac
33 --- a/gettext-runtime/configure.ac
34 +++ b/gettext-runtime/configure.ac
35 @@ -22,7 +22,7 @@ AC_INIT([gettext-runtime],
36 [bug-gettext@gnu.org])
[all …]
H A Dmingw.patch6 * gettext-tools/woe32dll/gettextsrc-exports.c: Export formatstring_ruby.
11 gettext-tools/woe32dll/gettextsrc-exports.c | 1 +
14 diff --git a/gettext-tools/woe32dll/gettextsrc-exports.c b/gettext-tools/woe32dll/gettextsrc-export…
16 --- a/gettext-tools/woe32dll/gettextsrc-exports.c
17 +++ b/gettext-tools/woe32dll/gettextsrc-exports.c
H A D0001-init-env.in-do-not-add-C-CXX-parameters.patch12 gettext-tools/tests/init-env.in | 4 ----
15 diff --git a/gettext-tools/tests/init-env.in b/gettext-tools/tests/init-env.in
17 --- a/gettext-tools/tests/init-env.in
18 +++ b/gettext-tools/tests/init-env.in
H A D0001-tests-autopoint-3-unset-MAKEFLAGS.patch12 gettext-tools/tests/autopoint-3 | 1 +
15 diff --git a/gettext-tools/tests/autopoint-3 b/gettext-tools/tests/autopoint-3
17 --- a/gettext-tools/tests/autopoint-3
18 +++ b/gettext-tools/tests/autopoint-3
H A Dparallel.patch15 gettext-tools/gnulib-lib/Makefile.am | 4 ++++
18 diff --git a/gettext-tools/gnulib-lib/Makefile.am b/gettext-tools/gnulib-lib/Makefile.am
20 --- a/gettext-tools/gnulib-lib/Makefile.am
21 +++ b/gettext-tools/gnulib-lib/Makefile.am
H A D0001-msgmerge-29-Add-executable-file-mode-bits.patch14 gettext-tools/tests/msgmerge-29 | 0
16 mode change 100644 => 100755 gettext-tools/tests/msgmerge-29
18 diff --git a/gettext-tools/tests/msgmerge-29 b/gettext-tools/tests/msgmerge-29
/OK3568_Linux_fs/buildroot/package/gettext-gnu/
H A Dgettext-gnu.mk9 GETTEXT_GNU_SITE = $(BR2_GNU_MIRROR)/gettext
10 GETTEXT_GNU_SOURCE = gettext-$(GETTEXT_GNU_VERSION).tar.xz
13 GETTEXT_GNU_LICENSE_FILES = COPYING gettext-runtime/intl/COPYING.LIB
15 GETTEXT_GNU_CPE_ID_PRODUCT = gettext
18 GETTEXT_GNU_PROVIDES = gettext
50 GETTEXT_GNU_CONF_OPTS += --with-included-gettext
52 GETTEXT_GNU_CONF_OPTS += --without-included-gettext
57 GETTEXT_GNU_SUBDIR = gettext-runtime
58 HOST_GETTEXT_GNU_SUBDIR = gettext-tools
63 $(SED) '/^SUBDIRS/s/ doc //;/^SUBDIRS/s/examples$$//' $(@D)/gettext-tools/Makefile.in
[all …]
H A D0002-restore-the-ability-to-buld-gettext-tools-seperately-part1.patch4 Subject: [PATCH] build: Restore the ability to build gettext-tools separately, part 1.
14 * autogen.sh: Copy libtextstyle.m4 for use by gettext-tools.
15 * gettext-tools/configure.ac: New option --with-installed-libtextstyle.
17 * gettext-tools/src/Makefile.am (textstyle.h): Disable rule if
25 * PACKAGING: Document that gettext-tools's configure needs to be invoked with
29 https://git.savannah.gnu.org/gitweb/?p=gettext.git;a=commitdiff;h=e4b3a3f56fa6fc2a51769e286545f0631…
38 gettext-tools/configure.ac | 16 ++++++++++++++++
39 gettext-tools/src/Makefile.am | 8 +++++++-
47 The 'gettext-tools' binary package can be installed by doing
49 cd gettext-tools
[all …]
H A DConfig.in6 The GNU `gettext' utilities are a set of tools that provide a
11 target. The full gettext suite, including tools, will be
14 http://www.gnu.org/software/gettext/
19 default "gettext-gnu"
24 default "host-gettext-gnu" if BR2_SYSTEM_ENABLE_NLS
H A D0001-error_print_progname.patch4 diff --git a/gettext-tools/gnulib-lib/error.h b/gettext-tools/gnulib-lib/error.h
6 --- a/gettext-tools/gnulib-lib/error.h
7 +++ b/gettext-tools/gnulib-lib/error.h
H A Dgettext-gnu.hash2 sha1 62f4a6a2fd5f80bfd0e66c497a04094fa3e07b90 gettext-0.20.1.tar.xz
5 sha256 53f02fbbec9e798b0faaf7c73272f83608e835c6288dd58be6c9bb54624a3800 gettext-0.20.1.tar.xz
7 sha256 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288 gettext-runtime/intl/COPY…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ndisc6/ndisc6/
H A D0001-autogen-Do-not-symlink-gettext.h-from-build-host.patch4 Subject: [PATCH] autogen: Do not symlink gettext.h from build host
6 This will create a dependency on build host having gettext
23 -for d in /usr /usr/local /opt/gettext /usr/pkg $HOME ; do
24 - if test -f $d/share/gettext/gettext.h ; then
25 - ln -sf $d/share/gettext/gettext.h include/gettext.h
29 test -f "include/gettext.h" || {
30 echo "Error: can't find <gettext.h> convenience C header."
31 echo "Please put a link to it by hand as include/gettext.h"
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/gettext/gettext-minimal-0.21/aclocal/
H A Dgettext.m41 # gettext.m4 serial 71 (gettext-0.20.2)
9 dnl License but which still want to provide support for the GNU gettext
11 dnl Please note that the actual code of the GNU gettext library is covered
13 dnl gettext package is covered by the GNU General Public License.
20 dnl Macro to add for using GNU gettext.
24 dnl INTLSYMBOL should be 'external' for packages other than GNU gettext, and
25 dnl 'use-libtool' for the packages 'gettext-runtime' and 'gettext-tools'.
30 dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext
33 dnl 'need-formatstring-macros', then GNU gettext implementations that don't
39 dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled
[all …]
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dadding-packages-gettext.txt6 Many packages that support internationalization use the gettext
11 'gettext', supporting translation. Native Language Support is
15 stub implementation of the gettext functionality, which allows to
16 compile libraries and programs using gettext functions, but without
17 providing the translation capabilities of a full-blown gettext
20 +gettext+ package.
35 NLS support is enabled, this variable contains +host-gettext+ so
38 also contains +gettext+ in order to get the full-blown 'gettext'
53 Finally, certain packages need some gettext utilities on the target,
54 such as the +gettext+ program itself, which allows to retrieve
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/pkgconfig/pkgconfig/
H A D0001-glib-gettext.m4-Update-AM_GLIB_GNU_GETTEXT-to-match-.patch4 Subject: [PATCH] glib-gettext.m4: Update AM_GLIB_GNU_GETTEXT to match glib
13 glib/m4macros/glib-gettext.m4 | 5 +++--
16 diff --git a/glib/m4macros/glib-gettext.m4 b/glib/m4macros/glib-gettext.m4
18 --- a/glib/m4macros/glib-gettext.m4
19 +++ b/glib/m4macros/glib-gettext.m4
35 + [[$0: This macro is deprecated. You should use upstream gettext instead.]])
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/liblocale/
H A Dliblocale-gettext-perl_1.07.bb1 SUMMARY = "Locale::gettext - message handling functions."
2 DESCRIPTION = "The gettext module permits access from perl to the gettext() family of \
7 HOMEPAGE = "http://search.cpan.org/~pvandry/Locale-gettext-${PV}/"
12 SRC_URI = "${CPAN_MIRROR}/authors/id/P/PV/PVANDRY/Locale-gettext-${PV}.tar.gz"
17 S = "${WORKDIR}/Locale-gettext-${PV}"
/OK3568_Linux_fs/buildroot/package/mtp/
H A D0002-Export-userdata-to-mtp.patch24 - gettext("Documents"),
27 - gettext("Music"),
30 - gettext("Videos"),
33 - gettext("Pictures"),
36 - gettext("Downloads"),
39 + gettext("userdata"),
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glib-2.0/glib-2.0/
H A D0001-Fix-DATADIRNAME-on-uclibc-Linux.patch14 m4macros/glib-gettext.m4 | 4 ++++
17 diff --git a/m4macros/glib-gettext.m4 b/m4macros/glib-gettext.m4
19 --- a/m4macros/glib-gettext.m4
20 +++ b/m4macros/glib-gettext.m4
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/
H A D0001-configure.ac-Rename-to-configure.ac-and-use-external.patch4 Subject: [PATCH] configure.ac: Rename to configure.ac and use external gettext
197 -2005-02-24 GNU <bug-gnu-gettext@gnu.org>
204 -# Makefile for directory with message catalog handling library of GNU gettext
239 -gettextsrcdir = $(datadir)/gettext/intl
289 - gettext.c \
315 - gettext.$lo \
340 -DISTFILES.gettext = COPYING.LIB-2.0 COPYING.LIB-2.1 libintl.glibc \
344 -COPYING.LIB-2 gettext.h libgettext.h plural-eval.c libgnuintl.h
366 -# Before making a gettext release, the gettext maintainer must change this
390 -gettext.lo: $(srcdir)/gettext.c
[all …]
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dgettext.bbclass5 return "gettext-minimal-native"
6 return "gettext-native"
19 # Without this, msgfmt from gettext-native will not find ITS files
21 GETTEXTDATADIRS:append:class-target = ":${STAGING_DATADIR}/gettext"
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libfm/libfm-extra/
H A D0001-nls.m4-Take-it-from-gettext-0.15.patch4 Subject: [PATCH] nls.m4: Take it from gettext-0.15
6 It otherwise expects gettext to provide it. Lets go independent
29 +dnl License but which still want to provide support for the GNU gettext
31 +dnl Please note that the actual code of the GNU gettext library is covered
33 +dnl gettext package package is covered by the GNU General Public License.

12345678910>>...23