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
2feb756d
Kaydet (Commit)
2feb756d
authored
May 12, 2013
tarafından
Marcos Paulo de Souza
Kaydeden (comit)
Matúš Kukan
May 23, 2013
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#60924 autoinstall - gbuild/scp2: add onlineupdate module
Change-Id: Ib541799e5bd8c95878d61dadbad2bcca80d44367
üst
3fd6c700
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
25 additions
and
16 deletions
+25
-16
Repository.mk
Repository.mk
+5
-2
AutoInstallLibs_onlineupdate.mk
scp2/AutoInstallLibs_onlineupdate.mk
+12
-0
InstallModule_onlineupdate.mk
scp2/InstallModule_onlineupdate.mk
+2
-0
Module_scp2.mk
scp2/Module_scp2.mk
+1
-0
file_onlineupdate.scp
scp2/source/onlineupdate/file_onlineupdate.scp
+0
-10
module_onlineupdate.scp
scp2/source/onlineupdate/module_onlineupdate.scp
+4
-3
Helper.mk
solenv/gbuild/Helper.mk
+1
-1
No files found.
Repository.mk
Dosyayı görüntüle @
2feb756d
...
...
@@ -232,6 +232,11 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,TDE, \
$(if $(ENABLE_TDE),tdebe1) \
))
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ONLINEUPDATE, \
updatecheckui \
updchk \
))
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,GNOME, \
$(if $(ENABLE_EVOAB2),evoab) \
$(if $(ENABLE_GTK),vclplug_gtk) \
...
...
@@ -422,7 +427,6 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
spell \
sts \
textfd \
updatecheckui \
$(if $(DISABLE_SCRIPTING),,vbahelper) \
vclplug_tde \
vclplug_kde \
...
...
@@ -555,7 +559,6 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
ucphier1 \
ucppkg1 \
unopkgapp \
updchk \
xmlsecurity \
xsec_fw \
xsec_xmlsec \
...
...
scp2/AutoInstallLibs_onlineupdate.mk
0 → 100644
Dosyayı görüntüle @
2feb756d
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_AutoInstallLibs_AutoInstallLibs,onlineupdate,ONLINEUPDATE,LIBO_LIB_FILE,auto_Onlineupdate_Lib))
# vim: set noet sw=4 ts=4:
scp2/InstallModule_onlineupdate.mk
Dosyayı görüntüle @
2feb756d
...
...
@@ -9,6 +9,8 @@
$(eval $(call gb_InstallModule_InstallModule,scp2/onlineupdate))
$(eval $(call gb_InstallModule_InstallModule_use_auto_install_libs,scp2/onlineupdate,onlineupdate))
$(eval $(call gb_InstallModule_add_scpfiles,scp2/onlineupdate,\
scp2/source/onlineupdate/file_onlineupdate \
))
...
...
scp2/Module_scp2.mk
Dosyayı görüntüle @
2feb756d
...
...
@@ -10,6 +10,7 @@
$(eval $(call gb_Module_Module,scp2))
$(eval $(call gb_Module_add_targets,scp2,\
AutoInstallLibs_onlineupdate \
AutoInstallLibs_graphicfilter \
AutoInstallLibs_tde \
AutoInstallLibs_gnome \
...
...
scp2/source/onlineupdate/file_onlineupdate.scp
Dosyayı görüntüle @
2feb756d
...
...
@@ -27,16 +27,6 @@
#include "macros.inc"
File gid_File_Lib_Updchk
BIN_FILE_BODY;
Styles = (PACKED);
Dir = gid_Brand_Dir_Program;
Name = SPECIAL_NAME(updchk);
ComponentCondition="ISCHECKFORPRODUCTUPDATES=1";
End
STD_LIB_FILE(gid_File_Lib_Updchkui, updatecheckui)
File gid_File_Share_Registry_Onlineupdate_Xcd
TXT_FILE_BODY;
Styles = (PACKED);
...
...
scp2/source/onlineupdate/module_onlineupdate.scp
Dosyayı görüntüle @
2feb756d
...
...
@@ -27,6 +27,8 @@
#include "macros.inc"
#include "AutoInstallLibs/onlineupdate"
Module gid_Module_Optional_Onlineupdate
PackageInfo = "packinfo_office.txt";
MOD_NAME_DESC(MODULE_OPT_ONLINEUPDATE);
...
...
@@ -34,8 +36,7 @@ Module gid_Module_Optional_Onlineupdate
ParentID = gid_Module_Optional;
Default = YES;
Styles = ();
Files = (gid_File_Bin_UnpackUpdate,
gid_File_Lib_Updchk,
gid_File_Lib_Updchkui,
Files = (auto_Onlineupdate_Lib_ALL
gid_File_Bin_UnpackUpdate,
gid_File_Share_Registry_Onlineupdate_Xcd);
End
solenv/gbuild/Helper.mk
Dosyayı görüntüle @
2feb756d
...
...
@@ -118,7 +118,7 @@ endef
define gb_Helper_init_registries
gb_Executable_VALIDGROUPS := UREBIN SDK OOO NONE
gb_Library_VALIDGROUPS := OOOLIBS PLAINLIBS_NONE PLAINLIBS_URE PLAINLIBS_OOO RTVERLIBS UNOLIBS_URE UNOVERLIBS EXTENSIONLIBS
gb_Library_VALIDINSTALLMODULES := GRAPHICFILTER GNOME TDE KDE OOO URE WRITER
gb_Library_VALIDINSTALLMODULES :=
ONLINEUPDATE
GRAPHICFILTER GNOME TDE KDE OOO URE WRITER
gb_StaticLibrary_VALIDGROUPS := PLAINLIBS
gb_Jar_VALIDGROUPS := URE OOO OXT NONE
...
...
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