mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 12:01:38 +01:00
Changelog: ========== - #71 Adding GOA account fails with sonic.net IMAP service - #81 Support Webflow authentication for Nextcloud - #162 Cannot add a ProtonMail bridge with IMAP + TLS - #242 Rename dconf key in gnome-online-accounts settings - #408 "Account Name" GUI field is a bit ambiguous - #420 Nextcloud login does not work anymore due to OPTIONS /login request - #429 Linked online accounts no longer work - #430 Invalid URI when adding Google account - #434 Failed to generate a new POT file for the user interface of "gnome- online-accounts" (domain: "po") and some missing files from POTFILES.in - !340 goamsgraphprovider: ensure a valid PresentationIdentity - !345 goadaemon: complete GTasks to avoid a scary debug warning Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
31 lines
1.3 KiB
BlitzBasic
31 lines
1.3 KiB
BlitzBasic
SUMMARY = "GNOME Online Accounts - Single sign-on framework for GNOME"
|
|
LICENSE = "LGPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=34c88b124db5fb2762c1676be7dadd36"
|
|
|
|
GTKIC_VERSION = "4"
|
|
inherit gnomebase gsettings gobject-introspection gi-docgen gtk-icon-cache mime-xdg vala features_check
|
|
REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'goabackend', 'opengl', '', d)}"
|
|
|
|
DEPENDS += "gdk-pixbuf dbus glib-2.0 gcr keyutils"
|
|
|
|
SRC_URI[archive.sha256sum] = "a0b50fb75553c1e360713a827321cd17e2f91a735b8205ba5fd0ff374b26108b"
|
|
|
|
PACKAGECONFIG ?= "goabackend kerberos owncloud google"
|
|
|
|
PACKAGECONFIG[goabackend] = "-Dgoabackend=true,-Dgoabackend=false,gtk4 libadwaita json-glib libxml2 libsoup rest libsecret webkitgtk"
|
|
PACKAGECONFIG[kerberos] = "-Dkerberos=true, -Dkerberos=false,krb5"
|
|
PACKAGECONFIG[exchange] = "-Dexchange=true, -Dexchange=false"
|
|
PACKAGECONFIG[google] = "-Dgoogle=true, -Dgoogle=false"
|
|
PACKAGECONFIG[owncloud] = "-Downcloud=true, -Downcloud=false"
|
|
PACKAGECONFIG[man] = "-Dman=true, -Dman=false,libxslt-native docbook-xsl-stylesheets-native"
|
|
|
|
FILES:${PN} += " \
|
|
${datadir}/dbus-1 \
|
|
${libdir}/goa-1.0/web-extensions/*.so \
|
|
"
|
|
|
|
GIDOCGEN_MESON_OPTION = 'documentation'
|
|
|
|
# looked into pkg-config file: it is not a bug - they mean it
|
|
FILES:${PN}-dev += "${libdir}/goa-1.0/include"
|