From 64f9ca112ada055105d24b00c76dd16012888294 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 22 Oct 2019 00:54:52 +0200 Subject: [PATCH] libreoffice: enhabce language package split MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit also avoids warnings: | WARNING: libreoffice-6.3.2.2-r0 do_package: libreoffice language file pattern not found: /usr/lib/libreoffice/program/resource/*%{1}.res | WARNING: libreoffice-6.3.2.2-r0 do_package: libreoffice language file pattern not found: /usr/lib/libreoffice/share/config/soffice.cfg/modules/*/ui/res/%{1}.zip | WARNING: libreoffice-6.3.2.2-r0 do_package: libreoffice language file pattern not found: /usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/%{1}.zip Signed-off-by: Andreas Müller --- recipes-libreoffice/libreoffice/libreoffice.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes-libreoffice/libreoffice/libreoffice.bb b/recipes-libreoffice/libreoffice/libreoffice.bb index b419c1a..5a86635 100644 --- a/recipes-libreoffice/libreoffice/libreoffice.bb +++ b/recipes-libreoffice/libreoffice/libreoffice.bb @@ -213,9 +213,7 @@ INSANE_SKIP_${PN}-odk += "dev-so staticdev" # based http://pkgs.fedoraproject.org/cgit/rpms/libreoffice.git/tree/libreoffice.spec LO_LANGUAGE_FILES = " \ ${libdir}/libreoffice/share/autocorr/*%{1}.dat \ - ${libdir}/libreoffice/program/resource/*%{1}.res \ - ${libdir}/libreoffice/share/config/soffice.cfg/modules/*/ui/res/%{1}.zip \ - ${libdir}/libreoffice/share/config/soffice.cfg/*/ui/res/%{1}.zip \ + ${libdir}/libreoffice/program/resource/*%{1}/LC_MESSAGES \ ${libdir}/libreoffice/share/registry/Langpack-%{1}.xcd \ ${libdir}/libreoffice/share/registry/res/registry_%{1}.xcd \ ${libdir}/libreoffice/share/registry/res/fcfg_langpack_%{1}.xcd \