[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - ios/CustomTarget_iOS_setup.mk
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Mon Sep 16 12:35:33 UTC 2019
ios/CustomTarget_iOS_setup.mk | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit cd637112c34bfb6824cef9492431af91976d4d62
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Nov 27 16:10:25 2018 +0200
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Mon Sep 16 14:34:57 2019 +0200
Prepare to bundle the Liberation fonts with the iOS app
The way the iOS app is built (over in the online repo), any
"resources" to be included need to be copied into the
workdir/CustomTarget/ios folder.
Change-Id: I0104df73326a8ccfa86235ea23b5900f9d2554b5
Reviewed-on: https://gerrit.libreoffice.org/79001
Reviewed-by: Tor Lillqvist <tml at collabora.com>
Tested-by: Tor Lillqvist <tml at collabora.com>
diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk
index 642c6d969c77..f49b1ff19185 100644
--- a/ios/CustomTarget_iOS_setup.mk
+++ b/ios/CustomTarget_iOS_setup.mk
@@ -65,6 +65,8 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk \
cp -R $(INSTDIR)/share/registry $(IOSRES)
cp $(INSTDIR)/share/config/*zip $(IOSRES)/share/config
cp -R $(INSTDIR)/share/liblangtag $(IOSRES)/share
+ mkdir -p $(IOSRES)/share/fonts/truetype
+ cp $(INSTDIR)/share/fonts/truetype/Liberation* $(IOSRES)/share/fonts/truetype
cp $(SRCDIR)/ios/welcome.odt $(IOSRES)
# Set up rc (the "inifile", fundamentalrc, unorc, bootstraprc and versionrc.
More information about the Libreoffice-commits
mailing list