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
d75defa3
Kaydet (Commit)
d75defa3
authored
Haz 16, 2011
tarafından
Jan Holesovsky
Kaydeden (comit)
Petr Mladek
Haz 17, 2011
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Make the online update service configurable (via --enable-online-update).
Signed-off-by:
Petr Mladek
<
pmladek@suse.cz
>
üst
ba62ce46
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
36 additions
and
3 deletions
+36
-3
configure.in
configure.in
+28
-0
common_brand.scp
scp2/source/ooo/common_brand.scp
+1
-1
makefile.mk
scp2/source/ooo/makefile.mk
+4
-0
makefile.mk
scp2/util/makefile.mk
+2
-2
set_soenv.in
set_soenv.in
+1
-0
No files found.
configure.in
Dosyayı görüntüle @
d75defa3
...
...
@@ -475,6 +475,12 @@ AC_ARG_ENABLE(lomenubar,
[Enable global menu support.]),
,)
AC_ARG_ENABLE(online-update,
AS_HELP_STRING([--enable-online-update],
[Enable the online update service that will check for new versions of
LibreOffice. By default, it is on on Windows and Mac, and off on Linux.]),
,)
dnl ===================================================================
dnl Optional Packages (--with/without-)
dnl ===================================================================
...
...
@@ -7501,6 +7507,28 @@ else
fi
AC_SUBST(ENABLE_LOMENUBAR)
dnl ===================================================================
dnl Test whether to enable online update service
dnl ===================================================================
AC_MSG_CHECKING([whether to enable online update])
ENABLE_ONLINE_UPDATE=
if test "z$enable_online_update" = "z" ; then
if test "$_os" = "WINNT" -o "$_os" = "Darwin" ; then
AC_MSG_RESULT([yes])
ENABLE_ONLINE_UPDATE="TRUE"
else
AC_MSG_RESULT([no])
fi
else
if test "z$enable_online_update" = "zyes" ; then
AC_MSG_RESULT([yes])
ENABLE_ONLINE_UPDATE="TRUE"
else
AC_MSG_RESULT([no])
fi
fi
AC_SUBST(ENABLE_ONLINE_UPDATE)
dnl ===================================================================
dnl Test whether to enable ActiveX embedding
dnl ===================================================================
...
...
scp2/source/ooo/common_brand.scp
Dosyayı görüntüle @
d75defa3
...
...
@@ -1152,7 +1152,7 @@ ProfileItem gid_Brand_Profileitem_Version_Updateurl
Section = "Version";
Order = 15;
Key = "UpdateURL";
#if defined(
BUILD_SPECIAL
)
#if defined(
ENABLE_ONLINE_UPDATE
)
#ifdef WNT
Value = "${UPDATEURL}";
#else // defined WNT
...
...
scp2/source/ooo/makefile.mk
Dosyayı görüntüle @
d75defa3
...
...
@@ -45,6 +45,10 @@ SCPDEFS+=-D_MSC
SCPDEFS
+=
-DBUILD_SPECIAL
.ENDIF
.IF
"$(ENABLE_ONLINE_UPDATE)"
!=
""
SCPDEFS
+=
-DENABLE_ONLINE_UPDATE
.ENDIF
.IF
"$(BUILD_X64)"
!=
""
SCPDEFS
+=
-DBUILD_X64
.ENDIF
...
...
scp2/util/makefile.mk
Dosyayı görüntüle @
d75defa3
...
...
@@ -215,7 +215,7 @@ SCP1FILES += cairocanvas.par
SCP1FILES
+=
layout.par
.ENDIF
# ENABLE_LAYOUT == TRUE
.IF
"$(
BUILD_SPECIAL
)"
!=
""
.IF
"$(
ENABLE_ONLINE_UPDATE
)"
!=
""
SCP1FILES
+=
\
module_onlineupdate.par
\
file_onlineupdate.par
...
...
@@ -392,7 +392,7 @@ SCP2FILES += \
SCP2FILES
+=
layout.par
.ENDIF
# ENABLE_LAYOUT == TRUE
.IF
"$(
BUILD_SPECIAL
)"
!=
""
.IF
"$(
ENABLE_ONLINE_UPDATE
)"
!=
""
SCP2FILES
+=
\
module_onlineupdate.par
\
file_onlineupdate.par
...
...
set_soenv.in
Dosyayı görüntüle @
d75defa3
...
...
@@ -1983,6 +1983,7 @@ ToFile( "DB_CPPLIB", "@DB_CPPLIB@", "e" );
ToFile
(
"DB_INCLUDES"
,
"@DB_INCLUDES@"
,
"e"
);
ToFile
(
"ENABLE_MYSQLC"
,
"@ENABLE_MYSQLC@"
,
"e"
);
ToFile
(
"ENABLE_LOMENUBAR"
,
"@ENABLE_LOMENUBAR@"
,
"e"
);
ToFile
(
"ENABLE_ONLINE_UPDATE"
,
"@ENABLE_ONLINE_UPDATE@"
,
"e"
);
ToFile
(
"SYSTEM_MYSQL"
,
"@SYSTEM_MYSQL@"
,
"e"
);
ToFile
(
"SYSTEM_MYSQL_CPPCONN"
,
"@SYSTEM_MYSQL_CPPCONN@"
,
"e"
);
ToFile
(
"MYSQL_INC"
,
"@MYSQL_INC@"
,
"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