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
9b01428b
Kaydet (Commit)
9b01428b
authored
Haz 01, 2016
tarafından
David Tardon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
final solution of the ARCHIVE question
Change-Id: I70da65e08c75cd732000597a09ed113b3075c5a8
üst
c5c2181a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
26 additions
and
18 deletions
+26
-18
GeneratedPackage_python-core.mk
pyuno/GeneratedPackage_python-core.mk
+20
-0
Module_pyuno.mk
pyuno/Module_pyuno.mk
+3
-4
file_python.scp
scp2/source/python/file_python.scp
+3
-3
installer.pm
solenv/bin/modules/installer.pm
+0
-11
archivefiles.pm
solenv/bin/modules/installer/archivefiles.pm
+0
-0
No files found.
pyuno/GeneratedPackage_python-core.mk
0 → 100644
Dosyayı görüntüle @
9b01428b
# -*- 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_GeneratedPackage_GeneratedPackage,python-core,$(MINGW_SYSROOT)/lib))
# NOTE: The original code excluded *.pyc, *.py~, *.orig and *_failed . I
# assume it was just a size optimization. If their presence actually
# causes a problem, an extension of GeneratedPackage is is left as an
# excercise for the poor misguided person who wants to cross-compile
# with mingw and system python and actually use the results for
# something.
$(eval $(call gb_GeneratedPackage_add_dir,python-core,$(INSTDIR)/program/python-core-$(PYTHON_VERSION)/lib,python$(PYTHON_VERSION_MAJOR).$(PYTHON_VERSION_MINOR)))
# vim: set noet sw=4 ts=4:
pyuno/Module_pyuno.mk
Dosyayı görüntüle @
9b01428b
...
...
@@ -32,7 +32,7 @@ endif
# that why it makes sense to handle the next 3 targets
# with SYSTEM_PYTHON=TRUE and SYSTEM_PYTHON=
#
zip
core: pyuno/python.exe on Windows
#
python-
core: pyuno/python.exe on Windows
ifeq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,pyuno,\
Executable_python \
...
...
@@ -41,7 +41,7 @@ endif
ifeq ($(SYSTEM_PYTHON),)
#
zip
core: python.sh on Unix
#
python-
core: python.sh on Unix
ifneq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,pyuno,\
CustomTarget_python_shell \
...
...
@@ -55,8 +55,7 @@ else # SYSTEM_PYTHON
# FIXME remove this
ifeq ($(OS)$(COM),WNTGCC)
$(eval $(call gb_Module_add_targets,pyuno,\
CustomTarget_zipcore \
Package_zipcore \
GeneratedPackage_python-core \
))
endif
...
...
scp2/source/python/file_python.scp
Dosyayı görüntüle @
9b01428b
...
...
@@ -81,9 +81,9 @@ End
File gid_File_Py_Python_Core
TXT_FILE_BODY;
Dir =
gid_Dir_Py_PythonCore_Lib
;
Name =
STRING(CONCAT3(python-core-,PYVERSION,.zip))
;
Styles = (
ARCHIVE
);
Dir =
FILELIST_DIR
;
Name =
"python-core.filelist"
;
Styles = (
FILELIST
);
End
Directory gid_Dir_Py_PythonCore_Bin
...
...
solenv/bin/modules/installer.pm
Dosyayı görüntüle @
9b01428b
...
...
@@ -24,7 +24,6 @@ use Cwd;
use
Data::
Dumper
;
use
File::
Copy
;
use
List::
Util
qw(shuffle)
;
use
installer::
archivefiles
;
use
installer::
control
;
use
installer::
converter
;
use
installer::
copyproject
;
...
...
@@ -604,16 +603,6 @@ sub run {
installer::scriptitems::
make_filename_language_specific
(
$filesinproductlanguageresolvedarrayref
);
######################################################################################
# Unzipping files with flag ARCHIVE and putting all included files into the file list
######################################################################################
installer::logger::
print_message
(
"... analyzing files with flag ARCHIVE ...\n"
);
my
@additional_paths_from_zipfiles
=
();
$filesinproductlanguageresolvedarrayref
=
installer::archivefiles::
resolving_archive_flag
(
$filesinproductlanguageresolvedarrayref
,
\
@additional_paths_from_zipfiles
,
$languagestringref
,
$loggingdir
);
######################################################################################
# Processing files with flag FILELIST and putting listed files into the file list
######################################################################################
...
...
solenv/bin/modules/installer/archivefiles.pm
deleted
100644 → 0
Dosyayı görüntüle @
c5c2181a
This diff is collapsed.
Click to expand it.
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