LibreOffice: replace rdef icon & include the IOM file. (#3178)

This commit is contained in:
roired
2018-10-02 21:42:05 +02:00
committed by fbrosson
parent c1a95dd691
commit 9ced01b809
3 changed files with 25 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ and Open Source office suite on the market:
HOMEPAGE="https://www.libreoffice.org/"
COPYRIGHT="2000-2018 LibreOffice contributors"
LICENSE="MPL v2.0"
REVISION="18"
REVISION="19"
srcGitRev="42b3be24f058ce470db54232cc496d56e2fd774e"
SOURCE_URI="https://github.com/LibreOffice/core/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="fd7b9cdff1dfad8fa8880aa8cf518000f1c10c804fd4298d43dc0494cd77bc21"
@@ -27,10 +27,15 @@ SOURCE_DIR="core-$srcGitRev"
#CHECKSUM_SHA256_2="5677ff6b362240e1741559b86057aeecda88030940f0d2dcb201d518c7f945c9"
#SOURCE_DIR_2="translations-$srcGitRev_2"
PATCHES="libreoffice-$portVersion.patchset"
ADDITIONAL_FILES="libreoffice.rdef.in"
ADDITIONAL_FILES="
libreoffice.iom
libreoffice.rdef.in
"
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
if [ "$targetArchitecture" = x86_gcc2 ]; then
SECONDARY_ARCHITECTURES="x86"
fi
commandSuffix=$secondaryArchSuffix
if [ "$targetArchitecture" = x86_gcc2 ]; then