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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5D87F138346 for ; Mon, 6 Jan 2020 14:05:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97FE4E09BB; Mon, 6 Jan 2020 14:04:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E4A5E09BB for ; Mon, 6 Jan 2020 14:04:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 772C334DE1E for ; Mon, 6 Jan 2020 14:04:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75B52A2 for ; Mon, 6 Jan 2020 14:04:33 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1578319465.7e70628c28fa4bbd2c43f74920b9a1073dd8f6df.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/liferea/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-news/liferea/liferea-1.12.3.ebuild net-news/liferea/liferea-1.12.7.ebuild X-VCS-Directories: net-news/liferea/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7e70628c28fa4bbd2c43f74920b9a1073dd8f6df X-VCS-Branch: master Date: Mon, 6 Jan 2020 14:04:33 +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: 53758ac9-4a3f-4887-9788-e8b49fee85f7 X-Archives-Hash: cf500ebf9cc3a4bc2606e669f1fb0097 commit: 7e70628c28fa4bbd2c43f74920b9a1073dd8f6df Author: Yuri Konotopov gnome org> AuthorDate: Mon Jan 6 06:58:12 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jan 6 14:04:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e70628c net-news/liferea: fixed build against >=net-libs/webkit-gtk-2.26.2 Closes: https://bugs.gentoo.org/704594 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Yuri Konotopov gnome.org> Closes: https://github.com/gentoo/gentoo/pull/14257 Signed-off-by: Michał Górny gentoo.org> net-news/liferea/liferea-1.12.3.ebuild | 7 +++++++ net-news/liferea/liferea-1.12.7.ebuild | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/net-news/liferea/liferea-1.12.3.ebuild b/net-news/liferea/liferea-1.12.3.ebuild index 8cd6e8a1b5d..523c5692039 100644 --- a/net-news/liferea/liferea-1.12.3.ebuild +++ b/net-news/liferea/liferea-1.12.3.ebuild @@ -43,6 +43,13 @@ src_configure() { gnome2_src_configure --disable-schemas-compile } +src_compile() { + # Workaround crash in libwebkit2gtk-4.0.so + # https://bugs.gentoo.org/704594 + WEBKIT_DISABLE_COMPOSITING_MODE=1 \ + gnome2_src_compile +} + src_install() { gnome2_src_install diff --git a/net-news/liferea/liferea-1.12.7.ebuild b/net-news/liferea/liferea-1.12.7.ebuild index 370391a17c9..15e84f1529b 100644 --- a/net-news/liferea/liferea-1.12.7.ebuild +++ b/net-news/liferea/liferea-1.12.7.ebuild @@ -34,6 +34,13 @@ DEPEND="${RDEPEND} dev-util/intltool virtual/pkgconfig" +src_compile() { + # Workaround crash in libwebkit2gtk-4.0.so + # https://bugs.gentoo.org/704594 + WEBKIT_DISABLE_COMPOSITING_MODE=1 \ + gnome2_src_compile +} + pkg_postinst() { gnome2_pkg_postinst