aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome
AgeCommit message (Collapse)Author
2021-05-23libgtop: fix do_compile errorChangqing Li
On some distros, such as fedora32, cross compile failed with following error since host library is used. undefined reference to `stat64@GLIBC_2.33' According doc of ld, set searchdir begins with "=", but not hardcoded locations. Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit a6d1ddf7a9972008261bb84ff4196446d182c683) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-05-23libgtop: tidy up recipeAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 55c0d740bc3553005b8a9e79b172231142c30d20) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-04-25gvfs: rdepend on gsettings-desktop-schemasYi Zhao
The gvfs-udisks2-volume-monitor requires gsettings-desktop-schemas. Fixes: gvfs-udisks2-vo[1780]: Settings schema 'org.gnome.desktop.lockdown' is not installed kernel: show_signal: 26 callbacks suppressed kernel: traps: gvfs-udisks2-vo[1780] trap int3 ip:7f856be349c7 sp:7ffe34561e60 error:0 in libglib-2.0.so.0.6600.7[7f856bdf8000+88000] systemd[1637]: gvfs-udisks2-volume-monitor.service: Main process exited, code=killed, status=5/TRAP systemd[1637]: gvfs-udisks2-volume-monitor.service: Failed with result 'signal'. systemd[1637]: Failed to start Virtual filesystem service - disk device monitor. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 6710d0bba50a3e99f57997f8782835ebe0581458) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-04-07gjs: Fix build with gcc11Khem Raj
Partially backport an upstream fix to 1.58 Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com> (cherry picked from commit 6f2099cf7806a7d00cdd3b4cda74e9e5574d0479) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-04-03gnome-autoar: upgrade 0.2.4 -> 0.3.1zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit a281dd572c730a5f107b7cd524c8bfe66d366104) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-03-28gnome-settings-daemon: Do not generate meson.nativeKhem Raj
OE-core now uses native-file instead of environment variables so its not needed Fixes ERROR: Multiple producers for Ninja target "TOPDIR/build/tmpfs/work/armv7vet2hf-neon-yoe-linux-gnueabi/gnome-settings-daemon/3.36.1-r0/meson.native". Please rename your targets. Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com> Cc: Ross Burton <ross.burton@arm.com>
2021-03-28tracker-miners: Check for commercial license to enable ffmpegKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
2021-03-20gsound: Use () instead of {} for makefile variable in gsound_play_VALAFLAGSKhem Raj
Fixes build with latest perl/autoconf Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
2021-03-08gnome-keyring: set file capabilities in pkg_postinstDaniel Wagenknecht
file capabilities need to be set on gnome-keyring-daemon. This is now possible using pkg_postinst function on the build host. Previous workarounds are not needed anymore. Signed-off-by: Daniel Wagenknecht <dwagenknecht@emlix.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-06dconf-editor: Fix build with vala 0.50.4Khem Raj
Backport https://gitlab.gnome.org/GNOME/dconf-editor/-/merge_requests/17 Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
2021-03-03nautilus: Drop use of volatileKhem Raj
volatile qualifier has been dropped in gcc11 Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
2021-02-12yelp-xsl: Mark native libxml2 in rdepsKhem Raj
Using libxml2 create a runtime dependency on target libxml2 instead of native libxml2, which is what we want here. Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
2021-01-13evince: upgrade 3.36.7 -> 3.38.0Andreas Müller
clang patches are not necessary any more ================ Evince 3.38.0 ================ build: * Build using libm in some of the backends (Sebastien Bacher) dvi: * Minus sign doesn't appear with mathdesign fonts (#1477, David C. Sterratt) pdf: * Reimplement 'de facto' tooltip with no ABI break (Germán Poo-Caamaño) Developers: * David C. Sterratt, Germán Poo-Caamaño, Sebastien Bacher Translations: * Asier Sarasua Garmendia (Basque) * Rafael Fontenelle (Brazilian Portuguese) * Goran Vidović (Croatian) * Nathan Follens (Dutch) * Jiri Grönroos (Finnish) * Julien Humbert (French) * Balázs Úr (Hungarian) * sicklylife (Japanese) * Changwoo Ryu (Korean) * Danial Behzadi (Persian) * Yuri Chornoivan (Ukrainian) ================= Evince 3.37.90 ================= build: * Bump glib requirement to 2.44 (Germán Poo-Caamaño) * Correct a typo in meson.build (Felix Yan) ci: * remove deprecated jobs (Jordan Petridis) dvi: * Fix some math fonts when using virtual fonts (#53, David C. Sterratt) libdocument: * Replace deprecated GTime by GDateTime (vanadiae) libview: * Fix deprecation for getting background color (Germán Poo-Caamaño) Developers: * David C. Sterratt, Felix Yan, Germán Poo-Caamaño, Jordan Petridis, vanadiae Translations: * Boyuan Yang (Chinese (China)) * Marek Černocký (Czech) * Jiri Grönroos (Finnish) * Thibault Martin (French) * Fabio Tomat (Friulian) * Fran Dieguez (Galician) * Kukuh Syafaat (Indonesian) * Aurimas Černius (Lithuanian) * Piotr Drąg (Polish) * Марко Костић (Serbian) * Matej Urbančič (Slovenian) * Daniel Mustieles (Spanish) * Anders Jonsson (Swedish) * Emin Tufan Çetin (Turkish) * Yuri Chornoivan (Ukrainian) ================ Evince 3.37.3 ================ backend: * Add support for xmpRights:UsageTerms in PDF (#128, Juanjo Marín) * Fix -Werror=format=2 fixes on dvi for ARM (#1429, Germán Poo-Caamaño) * Fix warnings (Germán Poo-Caamaño) build: * Remove autotools (Iñigo Martínez) * add usual meson build directory to gitignore (vanadiae) cut-n-paste: * Add libdazzle utilities to open file manager (Germán Poo-Caamaño) * Use async calls in file manager (Germán Poo-Caamaño) * filemanager: create proxy synchronously (Christian Hergert) data: * Add man pages for evince-previewer and evince-thumbnailer (#680, Caolán McNamara) * Crop out of place pixel line of screenshot (Germán Poo-Caamaño) flatpak: * Bump gnome-desktop to 3.36.1 (Germán Poo-Caamaño) * Bump poppler to 0.89.0 (Germán Poo-Caamaño) * Update Flatpak for app-provided gdk-pixbuf loader (Bastien Nocera) * don't build user help as slow and not needed for development (vanadiae) help: * Link to the GNOME Desktop help for two print pages (#1344, Pranali Deshmukh) * Updated annotation navigation page (#1345, Pranali Deshmukh) history: * Add links when jumping to first or last page. (#785627, #810, Casey Jao) * Don't assume EvLink has always a valid EvLinkAction (#810, Nelson Benítez León) * Move some responsibilities out of EvHistory. (#785627, #810, Casey Jao) * Record current page when going back in history (#810, Casey Jao) * Record links in history when activating bookmarks (#785627, #810, Casey Jao) libdocument: * Annotate deprecated function (Germán Poo-Caamaño) * Load application-specific gdk-pixbuf loaders (Bastien Nocera) libview: * Add delay before showing link preview popover (#662, Mads Chr. Olesen) * Adjust preview size and contents' position (#662, Henry Gebhardt) * Allow find results be styled with CSS (Germán Poo-Caamaño) * Cleanup link preview popover, on mouseover of it (#662, Mads Chr. Olesen) * Fix deprecated use of gdk_flush (Germán Poo-Caamaño) * Fix gtk_drag_begin deprecations (Germán Poo-Caamaño) * Increase page duration resolution (#637, Marc Vinyals) * Let handle_cursor_over_xy handle link preview (#662, Mads Chr. Olesen) * Make a preview popover for links (#662, Mads Chr. Olesen) * Remove gtk_adjustment_changed calls (Germán Poo-Caamaño) * Remove unused variables (#1010, Germán Poo-Caamaño) * Replace "cursor-color" by "caret-color" (Germán Poo-Caamaño) * Make contrast functions available in all libview/ (vanadiae) * Use annotation color for the close button (vanadiae) meson: * set license to GPLv2+ as it's the one for the license notices (vanadiae) misc: * Add contribution guidelines (Germán Poo-Caamaño) * Add editorconfig file to keep style consistency (vanadiae) * Fix formatting CONTRIBUTING.md (Germán Poo-Caamaño) * Fix tabs in guidelines for contributors (Germán Poo-Caamaño) * Make "Open Containing Folder" work in flatpak (#1147, Casey Jao) * Update POTFILES.skip (Piotr Drąg) * Updated Contribution Guidelines (Pranali Deshmukh) * Fix warning on documents lacking annotations interface (Nelson Benítez León) shell: * Add meaningful description in about dialog (#1418, Germán Poo-Caamaño) * Check "page-changed" in EvSidebarBookmarks (#623, Casey Jao) * Fix interval for displaying the loading message (Germán Poo-Caamaño) * Make opening file year-2038-safe (Germán Poo-Caamaño) * Use GMenu for bookmarks' popup menu (Germán Poo-Caamaño) * Use GtkFileChooserNative for opening and saving files. (Casey Jao) snap: * Don't specify candidate channel for the build snap (Ken VanDine) * updated to use latest snapcraft extension. Fixes #1426 (Ken VanDine) synctex: * Annotate more functions that wraps formatting strings (Germán Poo-Caamaño) * Sync against upstream synctex (Germán Poo-Caamaño) Developers: * Bastien Nocera, Caolán McNamara, Casey Jao, Christian Hergert, Germán Poo-Caamaño, Henry Gebhardt, Iñigo Martínez, Juanjo Marín, Ken VanDine, Mads Chr. Olesen, Marc Vinyals, Nelson Benítez León, Piotr Drąg, Pranali Deshmukh, vanadiae Translations: * Gil Forcada (Catalan) * Jordi Mas (Catalan) * Boyuan Yang (Chinese (China)) * Baurzhan Muftakhidinov (Kazakh) * Daniel Șerbănescu (Romanian) * Florentina Mușat (Romanian) * Matej Urbančič (Slovenian) * Daniel Mustieles (Spanish) * Emin Tufan Çetin (Turkish) * Yuri Chornoivan (Ukrainian) ================ Evince 3.37.2 ================ backends: * Annotate functions that wraps formatting strings (#1410, Germán Poo-Caamaño) * Fix -Wformat-zero-length warning (Germán Poo-Caamaño) build: * use so suffix on macOS (Tom Schoonjans) ci: * Fix meson targets (Germán Poo-Caamaño) cut-n-paste: * Annotate functions that wraps formatting strings (#1410, Germán Poo-Caamaño) Developers: * Germán Poo-Caamaño, Tom Schoonjans Translations: * Kukuh Syafaat (Indonesian) ================ Evince 3.37.1 ================ build: * Use lowercase for project name in meson (Germán Poo-Caamaño) * Add 'user_doc' option to meson (Nelson Benítez León) ci: * build with meson by default and autotools manually (Germán Poo-Caamaño) flatpak: * Update Poppler to 0.88.0 (Casey Jao) libview: * Fix typo in parameter's description (Yuri Chornoivan) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-13amtk: upgrade 5.1.1 -> 5.2.0Andreas Müller
News in 5.2.0, 2020-09-10 ------------------------- * Translation updates. News in 5.1.2, 2020-09-04 ------------------------- * Build system: better support for Visual Studio. * Translation updates. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-13dconf-editor: upgrade 3.36.2 -> 3.38.2Andreas Müller
dconf-editor 3.38.2 ===================== Just a translations release. Translations updated: Catalan: Jordi Mas Friulian: Fabio Tomat Hebrew: Yosef Or Boczko Portuguese: Juliano de Souza Camargo dconf-editor 3.38.0 ===================== New stable release! Contains mainly translations updates. Great! dconf-editor 3.37.91 ===================== First beta release! Contains mainly translations updates. Great! Translations updated: Catalan: Jordi Mas Chinese (China): Dz Chen, Zephyr Wang 王滋涵 and Boyuan Yang British English: Zander Brown Indonesian: Kukuh Syafaat Japanese: sicklylife dconf-editor 3.36.7 ===================== Just a translation release. Translation updated: Chinese (China): Boyuan Yang dconf-editor 3.36.4 ===================== Just a translations release. Translations updated: Kazakh: Baurzhan Muftakhidinov Slovak: DuÅ¡an Kazik Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-13dconf: upgrade 0.36.0 -> 0.38.0Andreas Müller
Changes in dconf 0.38.0 ======================= - build: Install bash-completion relative to datadir (Jan Trojnar, !58) - client: add `dconf compile` to shell autocomplete (Andreas Polnas, !60) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-15dconf: Add leading whitespace for append operatorKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-15gedit: Inherit python3targetconfigKhem Raj
This is needed to find _PYTHON_SYSCONFIGDATA_NAME Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-02gnome-calendar: update to 3.38.1, add libhandy 1.x supportAlexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-24gedit: Add gsettings-desktop-schemas to RDEPENDSAlejandro Enedino Hernandez Samaniego
gedit isn't able to start at all, showing the following error: (org.gnome.gedit:32150): GLib-GIO-ERROR **: 04:29:21.795: Settings schema \ 'org.gnome.desktop.lockdown' is not installed Trace/breakpoint trap gedit tries to look for the lockdown schema which is part of the gsettings-desktop-schemas package. Add gsettings-desktop-schemas to RDEPENDS_gedit so when gedit is installed it finds the required files in the rootfs. Signed-off-by: Alejandro Hernandez Samaniego <alejandro@enedino.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-20gjs: upgrade 1.58.7 -> 1.58.8Andreas Müller
Version 1.58.8 -------------- - Various backports * 1.63.3: test suite is failing [Philip Chimento] * Various fixes for potential crash and memory issues [Philip Chimento] Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-20tracker-miners: upgrade 2.3.3 -> 2.3.5Andreas Müller
NEW in 2.3.5 - 2020-09-07 ========================= * Disable miners autostart by default. This is a measure to make Tracker 2.x get as much out of the way as possible with Tracker 3.x available. This default can be undone with -Dautostart=true. * Whitelist statx syscall, used in recent glib. Translations: lt NEW in 2.3.4 - 2020-08-24 ========================= * Block image/ktx files in 90-gstreamer-image-generic.rule * Set a deadline of 30 seconds for extraction tasks * Remove generic gstreamer-based image extraction codepath * Several fixes to libav-based extractor * Replace sensitive words * get the systemd user unit dir from pkg-config Translations: es, hr, id, it, lt, pl, pt_BR, ro, sv, tr, uk Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-20tracker: upgrade 2.3.4 -> 2.3.6Andreas Müller
NEW in 2.3.6 - 2020-09-07 ========================= * Do not autostart tracker-store Translations: de, es, hu, id, lt, pl, pt_BR, ro, sl, sv NEW in 2.3.5 - 2020-08-24 ========================= * Add 'tracker export' subcommand to ease migration to 3.x * Use correct signature for DBusSignalCallback * get the systemd user unit dir from pkg-config * Replace sensitive terms Translations: lt, uk Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-20libgdata: upgrade 0.17.12 -> 0.17.13Andreas Müller
Overview of changes from libgdata 0.17.12 to libgdata 0.17.13 ============================================================= * Default to not installing installed-tests (see !24) * Default to not building documentation (see !23) (thanks Debarshi Ray) * Bugs fixed: - !23 build: Disable the gtk-doc documentation by default - !24 Various minor fixes to meson_options.txt - !25 all: Fix various typos and incorrect terminology - !26 core: Add g_autoptr() support for GDataUploadStream * Translation updates: - Chinese (China) - English (United Kingdom) - Latvian - Ukrainian Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-20gspell: upgrade 1.8.3 -> 1.8.4Andreas Müller
News in 1.8.4, 2020-09-04 ------------------------- * Translation updates. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-20grilo: upgrade 0.3.12 -> 0.3.13Andreas Müller
NEW in 0.3.13 ============= * !56 Increase glib requirement to 2.58 or greater * !58 API addition: grl_related_keys_set_for_id() * !59 Fix trying to load .so.p files as plugins * !61 Fix crash using get_plugins() from bindings * Several other fixes and cleanups * Updated translations * Chinese (Taiwan) * Japanese * Ukrainian Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-20gnome-desktop3: upgrade 3.36.5 -> 3.36.6Andreas Müller
=============== Version 3.36.6 =============== - No changes Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-20gnome-settings-daemon: Remove wrong RDEPENDAndreas Müller
* Since variable was misspelled it was a no-op * There is no gdbus package (gdbus is in glib-2.0-utils) * Did not find any pointer in the source that gdbus has to be installed on target Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-12gedit: add source-code-pro-fonts to RRECOMMENDSAndreas Müller
Would call gedit almost unusable without source-code-pro-fonts Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-04gvfs: adjust fuse packageconfig to fuse3Diego Rondini
Adjust fuse packageconfig to depend on fuse3, which is the only supported option in gvfs ≥ 1.41. https://gitlab.gnome.org/GNOME/gvfs/-/commit/7a0a06186b6fef07b8fce2360c04fd075fc84ed1 Signed-off-by: Diego Rondini <diego.rondini@kynetics.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-31mutter: Add a comment to remove pipewire-0.2 dependency with 3.36Khem Raj
This will serve as a reminder when this recipe is upgraded to 3.36+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-19gnome-settings-daemon: Remove duplicate outdated SRC_URI hashesAdrian Bunk
They got overwritten later with the correct values. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-13gnome-settings-daemon: smartcard support is optional, and needs nssAdrian Bunk
../gnome-settings-daemon-3.36.1/meson.build:165:2: ERROR: Dependency "nss" not found, tried pkgconfig This happened when networkmanager is configured without nss, or nm support disabled in gnome-settings-daemon. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-13gdm: upgrade 3.36.2 -> 3.36.3Andreas Müller
============== Version 3.36.3 ============== - User switching fix - Translation updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-13gnome-disk-utility: re-add 3.36.3Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-13evolution-data-server: upgrade 3.36.4 -> 3.36.5Andreas Müller
Evolution-Data-Server 3.36.5 2020-08-07 --------------------------------------- Bug Fixes: I#236 - Uses LC_ADDRESS unconditionally in libphonenumber code (Milan Crha) I#240 - IMAPx: Disable move to real junk/trash in server-side virtual folders (Milan Crha) Miscellaneous: Fix a memory leak in ebmb_gather_photos_local_filenames() (Milan Crha) ESoupSession: Provided SoupAuth might not be always used by libsoup (Milan Crha) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-13file-roller: upgrade 3.36.2 -> 3.36.3Andreas Müller
version 3.36.3 -------------- Bugs fixed: * Drag-and-Drop crash after cancelling file overwrite. (Guilherme Silva) New or updated application translations: * Chinese (Cheng-Chia Tseng) New or updated manual translations: * Turkish (Emin Tufan Çetin) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-13gnome-desktop3: upgrade 3.36.4 -> 3.36.5Andreas Müller
Major change is removal of md5 checksum because this is a very exciting upgrade: =============== Version 3.36.5 =============== - No changes Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-09gnome-calendar: initial add 3.36.2Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-07gnome-settings-daemon: Add introspection to UNKNOWN_CONFIGURE_WHITELISTKhem Raj
gobject-introspection is needed unconditionally therefore add "introspection" to unknown configure option whitelist Fixes ERROR: QA Issue: gnome-settings-daemon: configure was passed unrecognised options: introspection [unknown-configure-option] Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-04gnome-settings-daemon: Drop using autotools specific optionKhem Raj
gnome-settings-daemon has now switched to using meson therefore drop this setting which was used when autotools were used. Fixes WARNING: Unknown options: "introspection" Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-28evince: upgrade 3.36.5 -> 3.36.7Andreas Müller
================ Evince 3.36.7 ================ pdf: * Add back 'de facto' tooltip feature (#842, Nelson Benítez León) Translations: * Baurzhan Muftakhidinov (Kazakh) ================ Evince 3.36.6 ================ backend: * Fix -Werror=format=2 on dvi on ARM (#1429, Germán Poo-Caamaño) snap: * Don't specify candidate channel for the build snap (Ken VanDine) * updated to use latest snapcraft extension. Fixes #1426 (Ken VanDine) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-28libgweather: upgrade 3.36.0 -> 3.36.1Andreas Müller
============== Version 3.36.1 ============== This version works around the unavailability of the NOAA weather services by using very short-term forecasts as current weather conditions. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-28gtksourceview4: upgrade 4.6.0 -> 4.6.1Andreas Müller
News in 4.6.1, 2020-06-26 ------------------------- * Fix various G-I annotations * Improve draw-spaces coloring in solarized-light * javascript.lang: Performance improvements * c.lang: Fixes for #include preprocessor * sql.lang: Language completeness improvements * latex.lang: additional keywords * sh.lang: improved parameter expansion * yara.lang: initial support for YARA * Translation updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-28gnome-control-center: upgrade 3.36.3 -> 3.36.4Andreas Müller
================ Version 3.36.4 ================ - Updated translations. Sound: - sound: Stop non-interactive profile changes from triggering changed events. Users: - Don't limit the number of maximum fingerprint enroll stages. - Don't use sync calls for deleting fingerprints. - Only load the fingerprint state once. - Make the fingerprint operations cancellable. - Don't wait for fprintd on initialization. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-28evolution-data-server: upgrade 3.36.3 -> 3.36.4Andreas Müller
Evolution-Data-Server 3.36.4 2020-07-03 --------------------------------------- Bug Fixes: I#215 - Utilize If-None-Match header for WebCal refresh (Milan Crha) I#222 - Camel: Match-All condition doesn't show any messages (Milan Crha) I#226 - CVE-2020-14928: Response Injection via STARTTLS in SMTP and POP3 (Milan Crha) I#228 - Restarting evolution-source-registry re-enables user-disabled CalDAV accounts (Milan Crha) evo-I#982 - 'Message contains'-search broken in 3.36.3 (Milan Crha) Miscellaneous: camel-folder-search: Fix a memory leak when searching message body (Milan Crha) Rename camel_stream_buffer_truncate() to camel_stream_buffer_discard_cache() (Milan Crha) Translations: Baurzhan Muftakhidinov (kk) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-28gnome-desktop3: upgrade 3.36.3.1 -> 3.36.4Andreas Müller
=============== Version 3.36.4 =============== - tests: Don't run at build-time - Translation updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-22graphene: upgrade 1.10.0 -> 1.10.2Andreas Müller
see bugs fixed at [1] [1] https://github.com/ebassi/graphene/releases/tag/1.10.2 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-30sysprof: remove linux-gnueabi-patchAndreas Müller
meson.bbclass takes care since oe-core commit 010202076760329829fbde8dab4f535d6f755873 Author: Andreas M?ller <schnitzeltony@gmail.com> Date: Thu Apr 16 00:30:36 2020 +0200 meson.bbclass: avoid unexpected operating-system names Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-29tracker: Fix build error when enable multilib.Zheng Ruoqin
ERROR: tracker-2.3.4-r0 do_package: QA Issue: tracker: Files/directories were installed but not shipped in any package: /usr/lib64/systemd /usr/lib64/systemd/user /usr/lib64/systemd/user/tracker-store.service Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>