Message ID | 20220123120326.37863-1-f_l_k@t-online.de |
---|---|
State | New |
Headers | show |
Series | [meta-oe,PATCHv3,1/2] folks: initial add recipe | expand |
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] > -=-=-=-=-=-=-=-=-=-=-=- >
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" +
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