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
cdc92518
Kaydet (Commit)
cdc92518
authored
Nis 04, 2012
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Do unpack fonts and include them in the experimental Android app
üst
00e093ea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
4 deletions
+16
-4
Makefile
android/experiments/DocumentLoader/Makefile
+16
-3
LibreOfficeAndroid.conf
distro-configs/LibreOfficeAndroid.conf
+0
-1
No files found.
android/experiments/DocumentLoader/Makefile
Dosyayı görüntüle @
cdc92518
...
@@ -176,17 +176,19 @@ copy-stuff:
...
@@ -176,17 +176,19 @@ copy-stuff:
echo
'URE_BIN_DIR=file:///assets/ure/bin/dir/not-here/can-we/exec-anyway'
>>
assets/program/fundamentalrc
echo
'URE_BIN_DIR=file:///assets/ure/bin/dir/not-here/can-we/exec-anyway'
>>
assets/program/fundamentalrc
echo
'URE_MORE_TYPES=file:///assets/bin/ure/types.rdb file:///assets/bin/types.rdb'
>>
assets/program/fundamentalrc
echo
'URE_MORE_TYPES=file:///assets/bin/ure/types.rdb file:///assets/bin/types.rdb'
>>
assets/program/fundamentalrc
echo
'URE_MORE_SERVICES=file:///assets/xml/ure/services.rdb file:///assets/xml/services.rdb <$$BRAND_BASE_DIR/program/services>*'
>>
assets/program/fundamentalrc
echo
'URE_MORE_SERVICES=file:///assets/xml/ure/services.rdb file:///assets/xml/services.rdb <$$BRAND_BASE_DIR/program/services>*'
>>
assets/program/fundamentalrc
#
# Set up unorc
# Set up unorc
echo
'[Bootstrap]'
>
assets/program/unorc
echo
'[Bootstrap]'
>
assets/program/unorc
echo "URE_INTERNAL_LIB_DIR=file
:
//$(APP_DATA_PATH)/lib/" >> assets/program/unorc
echo "URE_INTERNAL_LIB_DIR=file
:
//$(APP_DATA_PATH)/lib/" >> assets/program/unorc
echo
'UNO_TYPES=file:///assets/bin/ure/types.rdb file:///assets/bin/types.rdb $${URE_MORE_TYPES}'
>>
assets/program/unorc
echo
'UNO_TYPES=file:///assets/bin/ure/types.rdb file:///assets/bin/types.rdb $${URE_MORE_TYPES}'
>>
assets/program/unorc
echo
'UNO_SERVICES=file:///assets/xml/ure/services.rdb file:///assets/xml/services.rdb $${URE_MORE_SERVICES}'
>>
assets/program/unorc
echo
'UNO_SERVICES=file:///assets/xml/ure/services.rdb file:///assets/xml/services.rdb $${URE_MORE_SERVICES}'
>>
assets/program/unorc
#
# Set up bootstraprc
# Set up bootstraprc
echo
'[Bootstrap]'
>
assets/program/bootstraprc
echo
'[Bootstrap]'
>
assets/program/bootstraprc
echo
'InstallMode=<installmode>'
>>
assets/program/bootstraprc
echo
'InstallMode=<installmode>'
>>
assets/program/bootstraprc
echo
'ProductKey=LibreOffice 3.6'
>>
assets/program/bootstraprc
echo
'ProductKey=LibreOffice 3.6'
>>
assets/program/bootstraprc
echo "UserInstallation=file
:
//$(APP_DATA_PATH)
/cache/.libreoffice
" >> assets/program/bootstraprc
echo "UserInstallation=file
:
//$(APP_DATA_PATH)" >> assets/program/bootstraprc
#
# Set up versionrc
# Set up versionrc
echo
'[Version]'
>
assets/program/versionrc
echo
'[Version]'
>
assets/program/versionrc
echo
'AllLanguages=en-US'
>>
assets/program/versionrc
echo
'AllLanguages=en-US'
>>
assets/program/versionrc
...
@@ -197,12 +199,23 @@ copy-stuff:
...
@@ -197,12 +199,23 @@ copy-stuff:
echo
'ProductMinor=1'
>>
assets/program/versionrc
echo
'ProductMinor=1'
>>
assets/program/versionrc
echo
'ProductSource=OOO350'
>>
assets/program/versionrc
echo
'ProductSource=OOO350'
>>
assets/program/versionrc
echo
'ReferenceOOoMajorMinor=3.6'
>>
assets/program/versionrc
echo
'ReferenceOOoMajorMinor=3.6'
>>
assets/program/versionrc
#
# .res files
# .res files
mkdir
-p
assets/program/resource
mkdir
-p
assets/program/resource
cp
$(OUTDIR)/bin/*en-US.res
assets/program/resource
cp
$(OUTDIR)/bin/*en-US.res
assets/program/resource
# Assets that are unpacked at run-time into the app's data directory.
#
# Assets that are unpacked at run-time into the app's data directory. These
# are files read by non-LO code, fontconfig and freetype for now, that doesn't
# understand "/assets" paths.
mkdir
-p
assets/unpack/etc/fonts
mkdir
-p
assets/unpack/etc/fonts
cp
fonts.conf
assets/unpack/etc/fonts
cp
fonts.conf
assets/unpack/etc/fonts
mkdir
-p
assets/unpack/user/fonts
# $UserInstallation/user/fonts is added to the fontconfig path in
# vcl/generic/fontmanager/helper.cxx: psp::getFontPath(). UserInstallation is
# set to the app's data dir above.
cp
$(OUTDIR)/pck/Liberation*.ttf
assets/unpack/user/fonts
cp
$(OUTDIR)/pck/Gen*.ttf
assets/unpack/user/fonts
cp
$(OUTDIR)/pck/opens___.ttf
assets/unpack/user/fonts
#
#
# Then gdbserver and gdb.setup so that we can debug with ndk-gdb.
# Then gdbserver and gdb.setup so that we can debug with ndk-gdb.
#
#
...
...
distro-configs/LibreOfficeAndroid.conf
Dosyayı görüntüle @
cdc92518
...
@@ -19,7 +19,6 @@
...
@@ -19,7 +19,6 @@
--
disable
-
xmlsec
--
disable
-
xmlsec
--
enable
-
mergelibs
--
enable
-
mergelibs
--
enable
-
python
=
internal
--
enable
-
python
=
internal
--
without
-
fonts
--
without
-
junit
--
without
-
junit
--
without
-
ppds
--
without
-
ppds
--
without
-
stlport
--
without
-
stlport
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