[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - solenv/gbuild

Andras Timar atimar at suse.com
Thu Jun 6 08:44:25 PDT 2013


 solenv/gbuild/Gallery.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 77a45df7adf9597284cc789e63c07771e5d0e285
Author: Andras Timar <atimar at suse.com>
Date:   Thu Jun 6 17:41:16 2013 +0200

    fix .po file path in Gallery makefile
    
    ... which made localization actually work. I hope I did not
    oversimplify a general scheme.
    
    Change-Id: I942844fad6f869ad91b4cffff4134f06dd0beeee

diff --git a/solenv/gbuild/Gallery.mk b/solenv/gbuild/Gallery.mk
index bf7d72c..0273b50 100644
--- a/solenv/gbuild/Gallery.mk
+++ b/solenv/gbuild/Gallery.mk
@@ -76,7 +76,7 @@ endef
 define gb_Gallery__command_ulf
 $(call gb_Output_announce,$(2),$(true),ULF,1)
 MERGEINPUT=`$(gb_MKTEMP)` && \
-echo $(foreach lang,$(gb_TRANS_LANGS),$(gb_POLOCATION)/$(lang)/$(patsubst %/,%,$(dir $(GALLERY_BASEDIR))).po) > $${MERGEINPUT} && \
+echo $(foreach lang,$(gb_TRANS_LANGS),$(gb_POLOCATION)/$(lang)/extras/source/gallery/share.po) > $${MERGEINPUT} && \
 $(call gb_Helper_abbreviate_dirs,\
 	$(call gb_Executable_get_command,ulfex) -i $(GALLERY_ULFFILE) -o $(1) -m $${MERGEINPUT} -l all) && \
 rm -rf $${MERGEINPUT}


More information about the Libreoffice-commits mailing list