summaryrefslogtreecommitdiff
path: root/app-office/libreoffice/libreoffice-24.2.3.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/libreoffice/libreoffice-24.2.3.2.ebuild')
-rw-r--r--app-office/libreoffice/libreoffice-24.2.3.2.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/app-office/libreoffice/libreoffice-24.2.3.2.ebuild b/app-office/libreoffice/libreoffice-24.2.3.2.ebuild
index a59aefabed8a..b97b9926a7b0 100644
--- a/app-office/libreoffice/libreoffice-24.2.3.2.ebuild
+++ b/app-office/libreoffice/libreoffice-24.2.3.2.ebuild
@@ -26,6 +26,7 @@ inherit autotools bash-completion-r1 check-reqs flag-o-matic java-pkg-opt-2 mult
DESCRIPTION="A full office productivity suite"
HOMEPAGE="https://www.libreoffice.org"
SRC_URI="branding? ( https://dev.gentoo.org/~dilfridge/distfiles/${BRANDING} )"
+SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${P}-icu-74.tar.xz"
[[ -n ${PATCHSET} ]] && SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}"
# Split modules following git/tarballs; Core MUST be first!
@@ -316,15 +317,16 @@ PATCHES=(
"${FILESDIR}/${PN}-6.1-nomancompress.patch"
"${FILESDIR}/${PN}-24.2-qtdetect.patch"
- # maybe upstreamable
- "${FILESDIR}/${PN}-7.5.8.2-icu-74-compatibility.patch"
-
# TODO: upstream
"${FILESDIR}/${PN}-7.6-unused-qt5network.patch"
"${FILESDIR}/${PN}-24.2-unused-qt6network.patch"
# git master
"${FILESDIR}/${P}-fix-bashism.patch" # bug #928733
+ # bug #917618, thx to Debian:
+ "${WORKDIR}/${P}-icu-74/${P}-icu-74.2-reviewed-breakIterator-customizations.patch"
+ "${WORKDIR}/${P}-icu-74/${P}-icu-74.2-breakiterator-updates.patch"
+ "${WORKDIR}/${P}-icu-74/${P}-icu-74-unicode.patch"
)
S="${WORKDIR}/${PN}-${MY_PV}"