From patchwork Thu Sep 24 08:22:17 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 99158 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 66AF5C9830E for ; Thu, 24 Sep 2026 08:22:32 +0000 (UTC) Received: from mailout03.t-online.de (mailout03.t-online.de [194.25.134.81]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.3048.1790238148431956502 for ; Thu, 24 Sep 2026 01:22:28 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=vuBPpWHH; spf=pass (domain: t-online.de, ip: 194.25.134.81, mailfrom: f_l_k@t-online.de) Received: from fwd82.aul.t-online.de (fwd82.aul.t-online.de [10.223.144.108]) by mailout03.t-online.de (Postfix) with SMTP id 2194FDEBC for ; Thu, 24 Sep 2026 10:22:26 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.161.151]) by fwd82.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1x9eim-3pe6YS0; Thu, 24 Sep 2026 10:22:24 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCHv2] sushi: add recipe Date: Thu, 24 Sep 2026 10:22:17 +0200 Message-ID: <20260924082217.460250-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.55.0 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1790238144-17FFC98F-071B406A/0/0 CLEAN NORMAL X-TOI-MSGID: 7cea9976-7a74-4f18-82eb-c650595a7d6e DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1790238146; i=f_l_k@t-online.de; bh=YIM/Up2875G/YzeDVcpUGe6onqZVc4rz358p9wOETE8=; h=From:To:Subject:Date; b=vuBPpWHHU8ct0n6aWhO5BqK9+XNadTQF9Gms/d3ZArbjBq8aAstrlAlD7DIyjilpU y0vysuCogyqd5qUe5IPEcD+TJFXHpG2Cy2Hr0iDY2LLKGLsXSiplGiudu7L7kyYpHi R5udT2s2WwLNGzwbJCGgESpvQ+VK1YV3cWB1Pdi/frBzEfIGXvRTM+OEEg9DnQOV17 ftJq6K8T/WwdMLDAXDuGBPiNpKlsYocrCxgeAG/bmcz8govGxZbtHrxemlLkcskcnv Pz5pxy0ybUkacroqkxsxOPGHb+gaZX2SNNYNWFozS16nShjdmpUprdKK5qWLsludAh PMJ0cvdfpUkSw== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 24 Sep 2026 08:22:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/130283 Quick previewer for Nautilus, started over D-Bus when a file is selected and space is pressed. It is a gjs application, so meson is told where gjs and env live on the target through a cross file, which also keeps the build host paths out of the two wrapper scripts. AI-Generated: Uses Claude Code (Claude Fable 5.1) Signed-off-by: Markus Volk --- meta-gnome/recipes-gnome/sushi/sushi_51.1.bb | 55 ++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 meta-gnome/recipes-gnome/sushi/sushi_51.1.bb diff --git a/meta-gnome/recipes-gnome/sushi/sushi_51.1.bb b/meta-gnome/recipes-gnome/sushi/sushi_51.1.bb new file mode 100644 index 0000000000..8af34b2f26 --- /dev/null +++ b/meta-gnome/recipes-gnome/sushi/sushi_51.1.bb @@ -0,0 +1,55 @@ +SUMMARY = "Quick previewer for Nautilus" +HOMEPAGE = "https://gitlab.gnome.org/GNOME/sushi" +SECTION = "x11/gnome" + +LICENSE = "GPL-2.0-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=8a935b4d9a4fa8aa5978b50a432f833e" + +DEPENDS = " \ + blueprint-compiler-native \ + freetype \ + fribidi \ + gjs \ + glib-2.0 \ + glycin \ + gstreamer1.0 \ + gstreamer1.0-plugins-base \ + gtk4 \ + gtksourceview5 \ + harfbuzz \ + libadwaita \ + papers \ + webkitgtk \ +" + +inherit gnomebase gobject-introspection gettext features_check + +GIR_MESON_OPTION = "" + +REQUIRED_DISTRO_FEATURES = "opengl gobject-introspection-data" + +SRC_URI[archive.sha256sum] = "d326ec69fc004be3a5fc048f7ecf2c8eb828b7d8b682f1e7a2ba01a5e72993e1" + +export GI_TYPELIB_PATH = "${STAGING_LIBDIR}/girepository-1.0/" + +PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland x11', d)}" +PACKAGECONFIG[wayland] = "-Dwayland=enabled,-Dwayland=disabled" +PACKAGECONFIG[x11] = "-DX11=enabled,-DX11=disabled,virtual/libx11" + +EXTRA_OEMESON += "--cross-file=${WORKDIR}/meson-${PN}.cross" + +do_write_config:append() { + cat >${WORKDIR}/meson-${PN}.cross <