ios/CustomTarget_iOS_setup.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit cd637112c34bfb6824cef9492431af91976d4d62
Author:     Tor Lillqvist <[email protected]>
AuthorDate: Tue Nov 27 16:10:25 2018 +0200
Commit:     Tor Lillqvist <[email protected]>
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 <[email protected]>
    Tested-by: Tor Lillqvist <[email protected]>

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.
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to