openembedded-core.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: Markus Volk <f_l_k@t-online.de>,
	openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [meta-gnome][PATCH 1/2] geary: initial add recipe
Date: Thu, 20 Jan 2022 10:22:15 -0800	[thread overview]
Message-ID: <21df5cb5-2ac6-53aa-d731-04238fa7ad6e@gmail.com> (raw)
In-Reply-To: <20220120151824.61601-1-f_l_k@t-online.de>

thanks for the patches, they should be sent to oe-devel mailing list.

On 1/20/22 7:18 AM, Markus Volk wrote:
> Signed-off-by: Markus Volk <f_l_k@t-online.de>
> ---
>   .../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}"
> +
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#160767): https://lists.openembedded.org/g/openembedded-core/message/160767
> Mute This Topic: https://lists.openembedded.org/mt/88560747/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


      parent reply	other threads:[~2022-01-20 18:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-20 15:18 [meta-gnome][PATCH 1/2] geary: initial add recipe Markus Volk
2022-01-20 15:18 ` [meta-gnome][PATCH 2/2] folks: " Markus Volk
2022-01-20 20:11   ` [OE-core] " Khem Raj
2022-01-20 20:22     ` Markus Volk
2022-01-20 20:28       ` Khem Raj
2022-01-20 20:32         ` Markus Volk
2022-01-20 18:22 ` Khem Raj [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=21df5cb5-2ac6-53aa-d731-04238fa7ad6e@gmail.com \
    --to=raj.khem@gmail.com \
    --cc=f_l_k@t-online.de \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).