From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B419B158020 for ; Fri, 2 Dec 2022 14:53:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCFA9E09ED; Fri, 2 Dec 2022 14:53:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C39F3E09ED for ; Fri, 2 Dec 2022 14:53:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC2683411FF for ; Fri, 2 Dec 2022 14:53:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CAAD4C8 for ; Fri, 2 Dec 2022 14:53:20 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1669992714.c54634a0c5801d799de3a5cf17f4b88e20949705.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/evolution/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/evolution/evolution-3.44.4-r3.ebuild mail-client/evolution/evolution-3.44.4-r4.ebuild X-VCS-Directories: mail-client/evolution/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: c54634a0c5801d799de3a5cf17f4b88e20949705 X-VCS-Branch: master Date: Fri, 2 Dec 2022 14:53:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3d7ddc6e-5bc3-4097-a6f7-6960fb22690b X-Archives-Hash: 488723a25d47c5ba8bf88a89d98352d7 commit: c54634a0c5801d799de3a5cf17f4b88e20949705 Author: Matt Turner gentoo org> AuthorDate: Fri Dec 2 14:51:54 2022 +0000 Commit: Matt Turner gentoo 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 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() {