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 DF726158083 for ; Wed, 25 Sep 2024 15:54:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EA13E2A24; Wed, 25 Sep 2024 15:54:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6C9DE2A24 for ; Wed, 25 Sep 2024 15:54:37 +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 F143B343130 for ; Wed, 25 Sep 2024 15:54:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5A301A09 for ; Wed, 25 Sep 2024 15:54:34 +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: <1727279671.24151a399650bca2855cd46735b079dd08a78f6c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/fotema/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/fotema/fotema-1.14.2-r1.ebuild media-gfx/fotema/fotema-1.14.2.ebuild X-VCS-Directories: media-gfx/fotema/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 24151a399650bca2855cd46735b079dd08a78f6c X-VCS-Branch: master Date: Wed, 25 Sep 2024 15:54:34 +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: 7166ff75-cb86-4a46-b305-b7f28f98eb46 X-Archives-Hash: a87303538fe0c5a869518d58edb20ed0 commit: 24151a399650bca2855cd46735b079dd08a78f6c Author: Michał Górny gentoo org> AuthorDate: Wed Sep 25 15:54:08 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Sep 25 15:54:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24151a39 media-gfx/fotema: Make it work without flatpak-spawn Signed-off-by: Michał Górny gentoo.org> .../fotema/{fotema-1.14.2.ebuild => fotema-1.14.2-r1.ebuild} | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/media-gfx/fotema/fotema-1.14.2.ebuild b/media-gfx/fotema/fotema-1.14.2-r1.ebuild similarity index 90% rename from media-gfx/fotema/fotema-1.14.2.ebuild rename to media-gfx/fotema/fotema-1.14.2-r1.ebuild index d4bc59161fe6..34219ad68ea2 100644 --- a/media-gfx/fotema/fotema-1.14.2.ebuild +++ b/media-gfx/fotema/fotema-1.14.2-r1.ebuild @@ -51,6 +51,14 @@ ECARGO_VENDOR=${S}/vendor QA_FLAGS_IGNORED="/usr/bin/fotema" +src_prepare() { + default + + # patch the dependency on flatpak-spawn out (sigh) + find "${S}"/{core,src} -name '*.rs' \ + -exec sed -i -e '/FlatpakSpawn/d' {} + || die +} + src_configure() { cat >> "${ECARGO_HOME}/config.toml" <<-EOF || die