From patchwork Thu Jan 20 15:18:23 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 2711 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 71157C433EF for ; Thu, 20 Jan 2022 15:18:44 +0000 (UTC) Received: from mailout12.t-online.de (mailout12.t-online.de [194.25.134.22]) by mx.groups.io with SMTP id smtpd.web11.13244.1642691923152735767 for ; Thu, 20 Jan 2022 07:18:43 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=SPF record not found (domain: t-online.de, ip: 194.25.134.22, mailfrom: f_l_k@t-online.de) Received: from fwd86.dcpf.telekom.de (fwd86.aul.t-online.de [10.223.144.112]) by mailout12.t-online.de (Postfix) with SMTP id 5E6D112445 for ; Thu, 20 Jan 2022 16:18:41 +0100 (CET) Received: from localhost.localdomain ([84.163.38.111]) by fwd86.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1nAZCy-43uzwH0; Thu, 20 Jan 2022 16:18:40 +0100 From: Markus Volk To: openembedded-core@lists.openembedded.org Cc: Markus Volk Subject: [meta-gnome][PATCH 1/2] geary: initial add recipe Date: Thu, 20 Jan 2022 16:18:23 +0100 Message-Id: <20220120151824.61601-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1642691920-000116DC-A3EE480D/0/0 CLEAN NORMAL X-TOI-MSGID: ad758877-3950-4ccc-965e-d94f92a63cef List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 20 Jan 2022 15:18:44 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/160767 Signed-off-by: Markus Volk --- .../recipes-connectivity/geary/geary_40.0.bb | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 meta-gnome/recipes-connectivity/geary/geary_40.0.bb diff --git a/meta-gnome/recipes-connectivity/geary/geary_40.0.bb b/meta-gnome/recipes-connectivity/geary/geary_40.0.bb new file mode 100644 index 000000000..e4d07ad29 --- /dev/null +++ b/meta-gnome/recipes-connectivity/geary/geary_40.0.bb @@ -0,0 +1,54 @@ +SUMMARY = "Geary is an email application built around conversations, for the GNOME 3 desktop." +SECTION = "network" +LICENSE = "LGPL-2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=2a2244d5a13871ad950c55877546a6a2" + +DEPENDS = " \ + appstream-glib \ + cairo \ + enchant2 \ + evolution-data-server \ + folks \ + gcr \ + gmime \ + gnome-online-accounts \ + gsound \ + gspell \ + gtk+3 \ + icu \ + iso-codes \ + json-glib \ + libhandy \ + libical \ + libpeas \ + libsecret \ + libstemmer \ + libxml2 \ + sqlite3 \ + webkitgtk \ +" + +RDEPENDS:${PN} = "gnome-keyring" + +inherit meson pkgconfig mime-xdg gtk-icon-cache gobject-introspection vala + +SRC_URI = " \ + git://github.com/GNOME/geary.git;nobranch=1;protocol=https \ +" + +S = "${WORKDIR}/git" +SRCREV = "gnome-${PV}" + +REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" + +GIR_MESON_OPTION = "" +EXTRA_OEMESON = "-Dprofile=release" + +PACKAGECONFIG[libunwind] = "-Dlibunwind=enabled,-Dlibunwind=disabled,libunwind" +PACKAGECONFIG[tnef] = "-Dtnef=enabled,-Dtnef=disabled,libytnef" +PACKAGECONFIG[valadoc] = "-Dvaladoc=enabled,-Dvaladoc=disabled" + +PACKAGECONFIG ??= "" + +FILES:${PN} += "${datadir}" +