* [meta-oe][PATCHv3 1/2] folks: initial add recipe
@ 2022-01-23 12:03 Markus Volk
2022-01-23 12:03 ` [meta-oe][PATCHv3 2/2] packagegroup-gnome-apps.bb: add geary Markus Volk
2022-01-24 17:27 ` [oe] [meta-oe][PATCHv3 1/2] folks: initial add recipe Khem Raj
0 siblings, 2 replies; 4+ messages in thread
From: Markus Volk @ 2022-01-23 12:03 UTC (permalink / raw)
To: openembedded-devel; +Cc: Markus Volk
Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
.../folks/folks_0.15.4.bb | 31 +++++++++++++++++++
1 file changed, 31 insertions(+)
create mode 100644 meta-gnome/recipes-connectivity/folks/folks_0.15.4.bb
diff --git a/meta-gnome/recipes-connectivity/folks/folks_0.15.4.bb b/meta-gnome/recipes-connectivity/folks/folks_0.15.4.bb
new file mode 100644
index 000000000..7dc72f822
--- /dev/null
+++ b/meta-gnome/recipes-connectivity/folks/folks_0.15.4.bb
@@ -0,0 +1,31 @@
+SUMMARY = "Folks is a contact aggregation library."
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
+
+DEPENDS = " \
+ dbus-glib \
+ glib-2.0 \
+ libgee \
+ libxml2 \
+ python3-dbusmock-native \
+"
+
+GNOMEBASEBUILDCLASS = "meson"
+
+# gobject-introspection is mandatory and cannot be configured
+REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
+GIR_MESON_OPTION = ""
+
+PACKAGECONFIG[eds] = "-Deds_backend=true,-Deds_backend=false,evolution-data-server"
+PACKAGECONFIG[bluez] = "-Dbluez_backend=true,-Dbluez_backend=false"
+PACKAGECONFIG[ofono] = "-Dofono_backend=true,-Dofono_backend=false"
+PACKAGECONFIG[telepathy] = "-Dtelepathy_backend=true,-Dtelepathy_backend=false,telepathy-glib"
+PACKAGECONFIG[import_tool] = "-Dimport_tool=true,-Dimport_tool=false"
+PACKAGECONFIG[inspect_tool] = "-Dinspect_tool=true,-Dinspect_tool=false"
+
+PACKAGECONFIG ??= ""
+
+inherit pkgconfig gnomebase gettext gobject-introspection vala features_check
+
+SRC_URI[archive.sha256sum] = "e71099afc9e88fad4e757ae134bc3fd63e12b901ad62b0ed5536afb79124af5f"
+
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [meta-oe][PATCHv3 2/2] packagegroup-gnome-apps.bb: add geary
2022-01-23 12:03 [meta-oe][PATCHv3 1/2] folks: initial add recipe Markus Volk
@ 2022-01-23 12:03 ` Markus Volk
2022-01-23 20:04 ` [oe] " Andreas Müller
2022-01-24 17:27 ` [oe] [meta-oe][PATCHv3 1/2] folks: initial add recipe Khem Raj
1 sibling, 1 reply; 4+ messages in thread
From: Markus Volk @ 2022-01-23 12:03 UTC (permalink / raw)
To: openembedded-devel; +Cc: Markus Volk
Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
.../recipes-support/packagegroups/packagegroup-gnome-apps.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb b/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb
index d003e23b8..481dd727d 100644
--- a/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb
+++ b/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb
@@ -10,6 +10,7 @@ RDEPENDS:${PN} = " \
evolution-data-server \
evince \
file-roller \
+ geary \
gedit \
ghex \
gnome-calculator \
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [oe] [meta-oe][PATCHv3 2/2] packagegroup-gnome-apps.bb: add geary
2022-01-23 12:03 ` [meta-oe][PATCHv3 2/2] packagegroup-gnome-apps.bb: add geary Markus Volk
@ 2022-01-23 20:04 ` Andreas Müller
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Müller @ 2022-01-23 20:04 UTC (permalink / raw)
To: Markus Volk; +Cc: openembeded-devel
On Sun, Jan 23, 2022 at 1:04 PM Markus Volk <f_l_k@t-online.de> wrote:
>
> Signed-off-by: Markus Volk <f_l_k@t-online.de>
Thanks
Andreas
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [oe] [meta-oe][PATCHv3 1/2] folks: initial add recipe
2022-01-23 12:03 [meta-oe][PATCHv3 1/2] folks: initial add recipe Markus Volk
2022-01-23 12:03 ` [meta-oe][PATCHv3 2/2] packagegroup-gnome-apps.bb: add geary Markus Volk
@ 2022-01-24 17:27 ` Khem Raj
1 sibling, 0 replies; 4+ messages in thread
From: Khem Raj @ 2022-01-24 17:27 UTC (permalink / raw)
To: Markus Volk, openembedded-devel
Please send incremental diff w.r.t. v1 which is now in master.
On 1/23/22 4:03 AM, Markus Volk wrote:
> Signed-off-by: Markus Volk <f_l_k@t-online.de>
> ---
> .../folks/folks_0.15.4.bb | 31 +++++++++++++++++++
> 1 file changed, 31 insertions(+)
> create mode 100644 meta-gnome/recipes-connectivity/folks/folks_0.15.4.bb
>
> diff --git a/meta-gnome/recipes-connectivity/folks/folks_0.15.4.bb b/meta-gnome/recipes-connectivity/folks/folks_0.15.4.bb
> new file mode 100644
> index 000000000..7dc72f822
> --- /dev/null
> +++ b/meta-gnome/recipes-connectivity/folks/folks_0.15.4.bb
> @@ -0,0 +1,31 @@
> +SUMMARY = "Folks is a contact aggregation library."
> +LICENSE = "LGPLv2.1"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
> +
> +DEPENDS = " \
> + dbus-glib \
> + glib-2.0 \
> + libgee \
> + libxml2 \
> + python3-dbusmock-native \
> +"
> +
> +GNOMEBASEBUILDCLASS = "meson"
> +
> +# gobject-introspection is mandatory and cannot be configured
> +REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
> +GIR_MESON_OPTION = ""
> +
> +PACKAGECONFIG[eds] = "-Deds_backend=true,-Deds_backend=false,evolution-data-server"
> +PACKAGECONFIG[bluez] = "-Dbluez_backend=true,-Dbluez_backend=false"
> +PACKAGECONFIG[ofono] = "-Dofono_backend=true,-Dofono_backend=false"
> +PACKAGECONFIG[telepathy] = "-Dtelepathy_backend=true,-Dtelepathy_backend=false,telepathy-glib"
> +PACKAGECONFIG[import_tool] = "-Dimport_tool=true,-Dimport_tool=false"
> +PACKAGECONFIG[inspect_tool] = "-Dinspect_tool=true,-Dinspect_tool=false"
> +
> +PACKAGECONFIG ??= ""
> +
> +inherit pkgconfig gnomebase gettext gobject-introspection vala features_check
> +
> +SRC_URI[archive.sha256sum] = "e71099afc9e88fad4e757ae134bc3fd63e12b901ad62b0ed5536afb79124af5f"
> +
>
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#95012): https://lists.openembedded.org/g/openembedded-devel/message/95012
> Mute This Topic: https://lists.openembedded.org/mt/88622607/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-01-24 17:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-23 12:03 [meta-oe][PATCHv3 1/2] folks: initial add recipe Markus Volk
2022-01-23 12:03 ` [meta-oe][PATCHv3 2/2] packagegroup-gnome-apps.bb: add geary Markus Volk
2022-01-23 20:04 ` [oe] " Andreas Müller
2022-01-24 17:27 ` [oe] [meta-oe][PATCHv3 1/2] folks: initial add recipe Khem Raj
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox