summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-09-20 17:08:07 +0200
committerKhem Raj <raj.khem@gmail.com>2024-10-11 00:25:42 -0700
commit5f9d0b087827f1d5c41d1fc1ce52603c0949f0d2 (patch)
treebf9128e4880d47a6dfdc792e40f6c0095a347690
parent4d486f95d030e55861fbc45dd03e4e668a1c6baa (diff)
downloadmeta-openembedded-5f9d0b087827f1d5c41d1fc1ce52603c0949f0d2.tar.gz
gnome-online-accounts: update 3.50.2 -> 3.52.0
- inherit gi_docgen to make api-documentation available - Add PACKAGECONFIG for manpages to not fail because they are built now by default - Add missing keyutils dependency Overview of changes in 3.52.0 ============================= * Translation updates: - Bulgarian (Alexander Shopov, twlvnn kraftwerk) - Catalan (Jordi Mas i Hernandez) - Czech (Daniel Rusek) - Danish (Ask Hjorth Larsen) - English (United Kingdom) (Andi Chandler) - French (Irénée THIRION) - Galician (Fran Dieguez) - German (Tim Sabsch) - Indonesian (Andika Triwidada) - Lithuanian (Aurimas Černius) - Polish (Piotr Drąg) - Russian (Artur S0) - Slovak (Dušan Kazik) - Spanish (Daniel) - Swedish (Anders Jonsson) - Turkish (Sabri Ünal) Overview of changes in 3.51.3 ============================= * Accessibility fixes and event announcements * Translation updates Overview of changes in 3.51.2 ============================= * Adopt a less aggressive notification policy * Translation updates Overview of changes in 3.51.1 ============================= * Enable Mail, Calendar & Contacts for Microsoft 365 * Improvements to Microsoft 365 setup dialog * Use AdwButtonRow when applicable * Allow overriding dependencies supporting built as a meson wrap * Refactor web browser authentication flow as a discrete task * Improve error reporting and notification for providers * Document configuration files used by the daemon * Correctly save and reset settings for TLS certificate errors Overview of changes in 3.51.0 ============================= * Support Mail Autoconfig XML for IMAP/SMTP services * Support SRV lookups for DAV services * Support Linux's KEYRING notification pipe for Kerberos * Ability to restrict which services of a particular account type are available * Add version CLI flag for goa-daemon * Port to AdwDialog and AdwAlertDialog * Accept GtkWidget as a top-level for account setup * Port documentation to gi-docgen * Documentation and manual pages are enabled by default * Fixes for bugs found by Coverity Scan * Fix libsoup error handling * Translation fixes and missing strings * Translation updates Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.52.0.bb (renamed from meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.50.2.bb)9
1 files changed, 6 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.50.2.bb b/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.52.0.bb
index adce70770f..a24458d1d3 100644
--- a/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.50.2.bb
+++ b/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.52.0.bb
@@ -3,12 +3,12 @@ LICENSE = "LGPL-2.0-or-later"
3LIC_FILES_CHKSUM = "file://COPYING;md5=34c88b124db5fb2762c1676be7dadd36" 3LIC_FILES_CHKSUM = "file://COPYING;md5=34c88b124db5fb2762c1676be7dadd36"
4 4
5GTKIC_VERSION = "4" 5GTKIC_VERSION = "4"
6inherit gnomebase gsettings gobject-introspection gtk-icon-cache mime-xdg vala features_check 6inherit gnomebase gsettings gobject-introspection gi-docgen gtk-icon-cache mime-xdg vala features_check
7REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'goabackend', 'opengl', '', d)}" 7REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'goabackend', 'opengl', '', d)}"
8 8
9DEPENDS += "gdk-pixbuf dbus glib-2.0 gcr" 9DEPENDS += "gdk-pixbuf dbus glib-2.0 gcr keyutils"
10 10
11SRC_URI[archive.sha256sum] = "df16ad975d139c6bfc4ebb2ec8bb8327297a791ef2bf0b977c78076af5faa98e" 11SRC_URI[archive.sha256sum] = "631953a9d9ea098b268a0bbe2df18cbbec6781589cac6b0455214609ee12bbd8"
12 12
13PACKAGECONFIG ?= "goabackend kerberos owncloud google windows_live" 13PACKAGECONFIG ?= "goabackend kerberos owncloud google windows_live"
14 14
@@ -18,11 +18,14 @@ PACKAGECONFIG[exchange] = "-Dexchange=true, -Dexchange=false"
18PACKAGECONFIG[google] = "-Dgoogle=true, -Dgoogle=false" 18PACKAGECONFIG[google] = "-Dgoogle=true, -Dgoogle=false"
19PACKAGECONFIG[owncloud] = "-Downcloud=true, -Downcloud=false" 19PACKAGECONFIG[owncloud] = "-Downcloud=true, -Downcloud=false"
20PACKAGECONFIG[windows_live] = "-Dwindows_live=true, -Dwindows_live=false" 20PACKAGECONFIG[windows_live] = "-Dwindows_live=true, -Dwindows_live=false"
21PACKAGECONFIG[man] = "-Dman=true, -Dman=false,libxslt-native docbook-xsl-stylesheets-native"
21 22
22FILES:${PN} += " \ 23FILES:${PN} += " \
23 ${datadir}/dbus-1 \ 24 ${datadir}/dbus-1 \
24 ${libdir}/goa-1.0/web-extensions/*.so \ 25 ${libdir}/goa-1.0/web-extensions/*.so \
25" 26"
26 27
28GIDOCGEN_MESON_OPTION = 'documentation'
29
27# looked into pkg-config file: it is not a bug - they mean it 30# looked into pkg-config file: it is not a bug - they mean it
28FILES:${PN}-dev += "${libdir}/goa-1.0/include" 31FILES:${PN}-dev += "${libdir}/goa-1.0/include"