Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 940119 | Differences between
and this patch

Collapse All | Expand All

(-)/var/db/repos/gentoo/app-office/libreoffice/libreoffice-24.2.6.2.ebuild (+8 lines)
Lines 318-327 PATCHES=( Link Here
318
318
319
	# TODO: upstream
319
	# TODO: upstream
320
	"${FILESDIR}/${PN}-7.6-unused-qt5network.patch"
320
	"${FILESDIR}/${PN}-7.6-unused-qt5network.patch"
321
	"${FILESDIR}/${PN}-24.2-unused-qt6network.patch"
321
	"${FILESDIR}/${PN}-24.2-unused-qt6network.patch"
322
322
323
	# bug #940119
324
	"${FILESDIR}/${PN}-24.2.6.2-UnpackedTarball_zxcvbn-c.mk-libcxx-19.patch"
325
323
	# git master
326
	# git master
324
	# bug #917618, thx to Debian:
327
	# bug #917618, thx to Debian:
325
	"${WORKDIR}/${PN}-24.2.3.2-icu-74/${PN}-24.2.3.2-icu-74.2-reviewed-breakIterator-customizations.patch"
328
	"${WORKDIR}/${PN}-24.2.3.2-icu-74/${PN}-24.2.3.2-icu-74.2-reviewed-breakIterator-customizations.patch"
326
	"${WORKDIR}/${PN}-24.2.3.2-icu-74/${PN}-24.2.3.2-icu-74.2-breakiterator-updates.patch"
329
	"${WORKDIR}/${PN}-24.2.3.2-icu-74/${PN}-24.2.3.2-icu-74.2-breakiterator-updates.patch"
327
	"${WORKDIR}/${PN}-24.2.3.2-icu-74/${PN}-24.2.3.2-icu-74-unicode.patch"
330
	"${WORKDIR}/${PN}-24.2.3.2-icu-74/${PN}-24.2.3.2-icu-74-unicode.patch"
Lines 403-412 src_prepare() { Link Here
403
	if use branding; then
406
	if use branding; then
404
		# hack...
407
		# hack...
405
		mv -v "${WORKDIR}/branding-intro.png" "icon-themes/colibre/brand/intro.png" || die
408
		mv -v "${WORKDIR}/branding-intro.png" "icon-themes/colibre/brand/intro.png" || die
406
	fi
409
	fi
407
410
411
	# bug #940119
412
	# >=libcxx-19 patch. Based on upstream commit d91ab7de467abea6c01c9dd8473f81ac1f29513c
413
	cp "${FILESDIR}/$PN-$PV-0001-There-is-no-std-basic_string-int.patch" \
414
		"$S/external/zxcvbn-c/0001-There-is-no-std-basic_string-int.patch"
415
408
	# Don't list pdfimport support in desktop when built with none, bug # 605464
416
	# Don't list pdfimport support in desktop when built with none, bug # 605464
409
	if ! use pdfimport; then
417
	if ! use pdfimport; then
410
		sed -i \
418
		sed -i \
411
			-e ":MimeType: s:application/pdf;::" \
419
			-e ":MimeType: s:application/pdf;::" \
412
			-e ":Keywords: s:pdf;::" \
420
			-e ":Keywords: s:pdf;::" \

Return to bug 940119