diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-12-02 09:51:54 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-12-02 09:51:54 -0500 |
commit | c54634a0c5801d799de3a5cf17f4b88e20949705 (patch) | |
tree | c7c760b50710653ca851f7ba9a122017f699588a /mail-client | |
parent | dev-util/gnome-builder: Version bump to 43.4 (diff) | |
download | gentoo-c54634a0c5801d799de3a5cf17f4b88e20949705.tar.gz gentoo-c54634a0c5801d799de3a5cf17f4b88e20949705.tar.bz2 gentoo-c54634a0c5801d799de3a5cf17f4b88e20949705.zip |
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@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/evolution/evolution-3.44.4-r4.ebuild (renamed from mail-client/evolution/evolution-3.44.4-r3.ebuild) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail-client/evolution/evolution-3.44.4-r3.ebuild b/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() { |