commit: c54634a0c5801d799de3a5cf17f4b88e20949705 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Fri Dec 2 14:51:54 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Fri Dec 2 14:51:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c54634a0
mail-client/evolution: Apply patch to fix 'New' menu Also apply another patch from the gnome-42 branch while we're here. Closes: https://bugs.gentoo.org/883399 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> .../{evolution-3.44.4-r3.ebuild => evolution-3.44.4-r4.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mail-client/evolution/evolution-3.44.4-r3.ebuild b/mail-client/evolution/evolution-3.44.4-r4.ebuild similarity index 95% rename from mail-client/evolution/evolution-3.44.4-r3.ebuild rename to mail-client/evolution/evolution-3.44.4-r4.ebuild index 6b8bc1a18e08..daf6f5460468 100644 --- a/mail-client/evolution/evolution-3.44.4-r3.ebuild +++ b/mail-client/evolution/evolution-3.44.4-r4.ebuild @@ -101,6 +101,9 @@ file from /usr/share/applications if you use a different browser)." src_prepare() { cmake_src_prepare gnome2_src_prepare + + eapply "${FILESDIR}"/${PV}-I-2001-Mail-Update-preview-s-iframe-height-to-match-.patch + eapply "${FILESDIR}"/${PV}-I-1969-EShellWindow-The-New-menu-is-not-filled-after.patch } src_configure() {
