Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
4a9526d5
Kaydet (Commit)
4a9526d5
authored
Ock 19, 2012
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
migrate WITH_POOR_HELP_LOCALIZATIONS out of set_soenv
üst
82708856
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
22 deletions
+16
-22
config_host.mk.in
config_host.mk.in
+2
-0
configure.in
configure.in
+14
-0
set_soenv.in
set_soenv.in
+0
-22
No files found.
config_host.mk.in
Dosyayı görüntüle @
4a9526d5
...
@@ -194,6 +194,7 @@ export KDE_GLIB_CFLAGS="@KDE_GLIB_CFLAGS@"
...
@@ -194,6 +194,7 @@ export KDE_GLIB_CFLAGS="@KDE_GLIB_CFLAGS@"
export KDE_GLIB_LIBS="@KDE_GLIB_LIBS@"
export KDE_GLIB_LIBS="@KDE_GLIB_LIBS@"
export KDE_HAVE_GLIB="@KDE_HAVE_GLIB@"
export KDE_HAVE_GLIB="@KDE_HAVE_GLIB@"
export KDE_LIBS="@KDE_LIBS@"
export KDE_LIBS="@KDE_LIBS@"
export L10N_MODULE="@L10N_MODULE@"
export LFS_CFLAGS="@LFS_CFLAGS@"
export LFS_CFLAGS="@LFS_CFLAGS@"
export LIBBASE_JAR="@LIBBASE_JAR@"
export LIBBASE_JAR="@LIBBASE_JAR@"
export LIBCMIS_CFLAGS="@LIBCMIS_CFLAGS@"
export LIBCMIS_CFLAGS="@LIBCMIS_CFLAGS@"
...
@@ -434,6 +435,7 @@ export WITH_LINKER_HASH_STYLE="@WITH_LINKER_HASH_STYLE@"
...
@@ -434,6 +435,7 @@ export WITH_LINKER_HASH_STYLE="@WITH_LINKER_HASH_STYLE@"
export WITH_MOZILLA="@WITH_MOZILLA@"
export WITH_MOZILLA="@WITH_MOZILLA@"
export WITH_MYSPELL_DICTS="@WITH_MYSPELL_DICTS@"
export WITH_MYSPELL_DICTS="@WITH_MYSPELL_DICTS@"
export WITH_OPENLDAP="@WITH_OPENLDAP@"
export WITH_OPENLDAP="@WITH_OPENLDAP@"
export WITH_POOR_HELP_LOCALIZATIONS="@WITH_POOR_HELP_LOCALIZATIONS@"
export WITH_STLPORT="@WITH_STLPORT@"
export WITH_STLPORT="@WITH_STLPORT@"
export WITH_THEMES="@WITH_THEMES@"
export WITH_THEMES="@WITH_THEMES@"
export WORDS_BIGENDIAN="@WORDS_BIGENDIAN@"
export WORDS_BIGENDIAN="@WORDS_BIGENDIAN@"
...
...
configure.in
Dosyayı görüntüle @
4a9526d5
...
@@ -10230,6 +10230,20 @@ AC_SUBST(WITH_LANG)
...
@@ -10230,6 +10230,20 @@ AC_SUBST(WITH_LANG)
AC_SUBST(WITH_LANG_LIST)
AC_SUBST(WITH_LANG_LIST)
AC_SUBST(GIT_REPO_NAMES)
AC_SUBST(GIT_REPO_NAMES)
PathFormat "$SRC_ROOT/translations"
L10N_MODULE="$formatted_path"
WITH_POOR_HELP_LOCALIZATIONS=
if test -d "./translations" ; then
for l in `ls -1 translations/source` ; do
if test ! -d translations/source/$l/helpcontent2 ; then
WITH_POOR_HELP_LOCALIZATIONS="$WITH_POOR_HELP_LOCALIZATIONS $l"
fi
done
fi
AC_SUBST(L10N_MODULE)
AC_SUBST(WITH_POOR_HELP_LOCALIZATIONS)
dnl git-new-workdir
dnl git-new-workdir
dnl ===================================================================
dnl ===================================================================
if test -n "${GIT_LINK_SRC}"; then
if test -n "${GIT_LINK_SRC}"; then
...
...
set_soenv.in
Dosyayı görüntüle @
4a9526d5
...
@@ -288,26 +288,6 @@ $CLASSPATH .= $wps.'.' if ($CLASSPATH ne '');
...
@@ -288,26 +288,6 @@ $CLASSPATH .= $wps.'.' if ($CLASSPATH ne '');
# Why do we need XCLASSPATH when it has the exact same value as CLASSPATH?
# Why do we need XCLASSPATH when it has the exact same value as CLASSPATH?
$XCLASSPATH
=
$CLASSPATH
;
$XCLASSPATH
=
$CLASSPATH
;
# Location of the translations module
$L10N_MODULE
=
PathFormat
(
$SRC_ROOT
.
"/translations"
);
# Check for poor help localizations, i.e. no help translation at all...
@languages
=
();
if
(
opendir
(
DIR
,
$L10N_MODULE
.
"/source"
))
{
@languages
=
readdir
(
DIR
);
closedir
(
DIR
);
}
$WITH_POOR_HELP_LOCALIZATIONS
=
""
;
foreach
$language
(
@languages
)
{
if
(
(
$language
ne
"."
)
&&
(
$language
ne
".."
)
&&
(
!
-
d
$L10N_MODULE
.
"/source/"
.
$language
.
"/helpcontent2"
)
)
{
$WITH_POOR_HELP_LOCALIZATIONS
=
$WITH_POOR_HELP_LOCALIZATIONS
.
" "
.
$language
;
}
}
# Windows NT only variables
# Windows NT only variables
if
(
$platform
=~
m/cygwin/
)
if
(
$platform
=~
m/cygwin/
)
...
@@ -531,8 +511,6 @@ ToFile( "Empty", $empty, "n" );
...
@@ -531,8 +511,6 @@ ToFile( "Empty", $empty, "n" );
# Writing the platform independent constant values to file.
# Writing the platform independent constant values to file.
# (c = comment, e = environment variable, a = alias )
# (c = comment, e = environment variable, a = alias )
ToFile
(
"Platform independent constant values."
,
$empty
,
"c"
);
ToFile
(
"Platform independent constant values."
,
$empty
,
"c"
);
# Languages
ToFile
(
"WITH_POOR_HELP_LOCALIZATIONS"
,
$WITH_POOR_HELP_LOCALIZATIONS
,
"e"
);
}
}
ToFile
(
"nodep"
,
"@nodep@"
,
"e"
);
ToFile
(
"nodep"
,
"@nodep@"
,
"e"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment