aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
AgeCommit message (Collapse)Author
2021-11-13recipes: Update SRC_URI branch and protocolsArmin Kuster
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Armin Kuster <akuster808@gmail.com>
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-25gimp: Disable vector icons on musl/x86Khem Raj
it uses qemu underneath which segfaults on musl/x86 until its fixed, we disable vector icons Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 44ca91f0fe174f9a69bc3e66ce17e1a2ae8447a4) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-04-18gimp: Disable vector icon generation on mips/glibc tooKhem Raj
it uses qemu during builds and ends up with multiple crashes make[3]: *** [Makefile:2395: 24/media-optical.svg] Segmentation fault (core dumped) make[3]: *** [Makefile:2395: 24/gimp-center.svg] Segmentation fault (core dumped) make[3]: *** [Makefile:2395: 24/gimp-channel-blue.svg] Segmentation fault (core dumped) make[3]: *** [Makefile:2395: 24/gimp-channel.svg] Segmentation fault (core dumped) make[3]: *** [Makefile:2395: 24/gtk-select-color.svg] Segmentation fault (core dumped) make[3]: *** [Makefile:2395: 24/gimp-business-card.svg] Segmentation fault (core dumped) make[3]: *** [Makefile:2395: 24/gimp-channel-gray.svg] Segmentation fault (core dumped) make[3]: *** [Makefile:2395: 24/media-floppy.svg] Segmentation fault (core dumped) make[3]: *** [Makefile:2395: 24/gimp-channel-alpha.svg] Segmentation fault (core dumped) make[3]: *** [Makefile:2395: 24/dialog-information.svg] Segmentation fault (core dumped) make[3]: *** [Makefile:2395: 24/document-print.svg] Segmentation fault (core dumped) Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com> (cherry picked from commit ab840d991a16f1c9ac19da3fbc240e062d47337b) 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-31README: updated Maintainers list for Hardknottakuster
Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-28gimp: Disable vector iconn on rv32/muslKhem Raj
qemu crashes during build | make[3]: *** [Makefile:2395: 24/gimp-channel-alpha.svg] Segmentation fault (core dumped) Signed-off-by: Khem Raj <raj.khem@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-19layers: Drop gatesgarth from LAYERSERIES_COMPATKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-12libnma: Disbale vapiKhem Raj
introspection is not supported for ppc64 Signed-off-by: Khem Raj <raj.khem@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-03gimp: Disable svg icons on armKhem Raj
latest gcc11 causes segmentation faults during build | make[3]: *** [Makefile:2395: 24/gimp-color-space-perceptual.svg] Segmentation fault | make[3]: *** [Makefile:2395: 24/gimp-char-picker.svg] Segmentation fault Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
2021-03-03gimp: Add missing dependenciesKhem Raj
Disable checking for updates during runtime 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-02-11gegl: upgrade 0.4.26 -> 0.4.28Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-02-11babl: upgrade 0.1.82 -> 0.1.84Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-02-06gimp: Fix build with autoconf-2.70+Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
2021-02-05libmypaint: Fix build with autotools 2.70+Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
2021-01-28gparted: upgrade 1.1.0 -> 1.2.0Andreas Müller
GParted 1.2.0 (2021-01-25) Release Notes This release of GParted includes enhancements, bug fixes and language translation updates. Key changes include: Add exFAT support using exfatprogs Wait for udev change on /dev/DISK when erasing signatures Don't try to mask non-existent Systemd \xe2\x97\x8f.service Bug Fixes Add exFAT support using exfatprogs (!30) Fix gparted not launching when PS_FORMAT environment variable set (!54) Wait for udev change on /dev/DISK when erasing signatures(#83, !55) Raise minimum supported dosfstools to 3.0.18 (!57) Fix formatting directive in it.po (!58) Fix GNOME GitLab CI test job failures because of missing /dev entries (!59) Fix GitLab CI job failures following Ubuntu docker image updates (!60) Fix CentOS 7 CI test job fails because of zero sized /etc/machine-id (!62) Set default alignment to cylinder for amiga partition table (#116, !63) Don't try to mask non-existent Systemd \xe2\x97\x8f.service (#129, !64) Code Credits Code enhancements are courtesy of Mike Fleetwood, Antoine Viallon and Curtis Gedak. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-28network-manager-applet: Build without libteam supportNicolas Jeker
NetworkManager is curently built without libteamdctrl support, so disable it in the applet, too. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-21appstream-glib: upgrade 0.7.17 -> 0.7.18Andreas Müller
Version 0.7.18 ~~~~~~~~~~~~~~ Released: 2020-09-07 New Features: - Add content rating system APIs from gnome-software (Philip Withnall) - Add "validate-version" command (Florian Müllner) Bugfixes: - Allow timestamp in the future in validate-relax (Bartłomiej Piotrowski) - Don't ignore localized strings that are the same as original (Isaque Galdino) - Fix crash with invalid children of <ul/> (Fabian Vogt) - Lower the OARS/CSM mapping of sex-homosexuality/intense (Philip Withnall) - Properly initialize mutexes (Laurent Bigonville) - Test launchable tags in validation (Ian McInerney) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@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-04layer.conf: Add hardknott to LAYERSERIES_COMPATKhem Raj
Thats codename for 3.3 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-03ibus: Update to 1.5.3 plus fix for vala 0.50Khem Raj
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-10-15meta-openembedded: Add gatesgarth to LAYERSERIES_COMPATKhem Raj
Remove older releases from COMPAT Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-10-13gimp: upgrade 2.10.20 -> 2.10.22Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-10-13gegl: upgrade 0.4.24 -> 0.4.26Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-10-13babl: upgrade 0.1.78 -> 0.1.82Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@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>