From 32e9e4d2580319fa552ee93efee78855015893cb Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 31 Jul 2019 17:09:02 +0200 Subject: [PATCH] libreoffice: fiddle patch to external subdir --- .../0012-icu-cplusplus.patch => files/icu-cplusplus.patch.0} | 0 srcpkgs/libreoffice/template | 2 ++ 2 files changed, 2 insertions(+) rename srcpkgs/libreoffice/{patches/0012-icu-cplusplus.patch => files/icu-cplusplus.patch.0} (100%) diff --git a/srcpkgs/libreoffice/patches/0012-icu-cplusplus.patch b/srcpkgs/libreoffice/files/icu-cplusplus.patch.0 similarity index 100% rename from srcpkgs/libreoffice/patches/0012-icu-cplusplus.patch rename to srcpkgs/libreoffice/files/icu-cplusplus.patch.0 diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template index cb6570ed204..ef7c4188f25 100644 --- a/srcpkgs/libreoffice/template +++ b/srcpkgs/libreoffice/template @@ -417,6 +417,8 @@ post_fetch() { ln -svf ${srcdistdir}/${pkg} ${wrksrc}/external/tarballs/ fi done + cp ${FILESDIR}/icu-cplusplus.patch.0 external/xmlsec + sed -i 's/xmlsec_patches :=/& icu-cplusplus.patch.0/' external/xmlsec/UnpackedTarball_xmlsec.mk } do_configure() {