summaryrefslogtreecommitdiffstats
path: root/meta-gnome
Commit message (Collapse)AuthorAgeFilesLines
* tinysparql: upgrade 3.11.0 -> 3.11.1Wang Mingyu2026-05-121-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* localsearch: upgrade 3.11.0 -> 3.11.1Wang Mingyu2026-05-121-1/+1
| | | | | | | | Changelog: Fix possible failures when extracting metadata from EPUB, ODF and OOXML documents Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* appstream-glib: upgrade 0.8.2 -> 0.8.3Wang Mingyu2026-05-071-1/+1
| | | | | | | | | | | | | | | | Changelog: =========== - Drop support for libstemmer - Add font glob match for .ttc files - Do not veto the extension if the parent cannot be found - Include screenshot height in "too small" and "too large" error - Make the appdata filename check match the plugin globs - Remove Check for X-KDE-StartupNotify - Stop trying to convert Fedora licenses into SPDX - Support RFC9512 registration for application/yaml Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* gnome-shell: upgrade 48.7 -> 48.8Liu Yiding2026-05-071-1/+1
| | | | | | | | 1.ChangeLog https://github.com/GNOME/gnome-shell/releases/tag/48.8 Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* eog: Add HOMEPAGELiu Yiding2026-05-071-0/+2
| | | | | Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* gimp: update 3.2.0 -> 3.2.4Markus Volk2026-04-203-2/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add patches to fix compilation - add runtime dependency for python3-pycairo Overview of Changes from GIMP 3.2.2 to GIMP 3.2.4 ================================================= Core: - The "edit-fill-*" actions will now behave accordingly on specific cases. E.g. it will skip layers which can't be filled (content-lock layers and link layers) and it will fill the expected way non-rasterized text and vector layers. - Images opened through command lines are not considered stray images anymore on exit when run without a GUI (scripts, etc.). - We improved the support of the process temporary folder, so that we can avoid clashes when several users run GIMP on a same computer. Furthermore the temporary folder is now deleted at startup (unless it is not empty, which it should be). - XCF opened as layers will now always create new layers named as in the source XCF, even if the source XCF had only a single layer. - The "layers-resize" now only works on raster layers. - The "Layers to Image Size" and "Resize Layer to Selection" actions will only work on raster layers too. Tool - Text tool: * When editing text, prioritize our global actions when a shortcut matches, before sending the hit keys to the IME (Input Method Engine). Otherwise some IME may consume our keys and block custom shortcuts (e.g. Alt+key events are often used to trigger special characters on macOS or Windows and may block core actions). * Prevent font size jumping to 0 when using shortcuts on selected text. - Selection tools: when moving a floating layer or selection, temporarily disable the marching ants outline. Among other reasons, it improves performance. - Select by Color tool: optimized processing when working in Intersect mode. - Crop tool: non-raster layers are not rasterized anymore. - Text tool: on-canvas GUI is now properly positioned when rotating the canvas. Plug-Ins: - Improve import of: APNG, PAA, PNG, DDS, PSP, PNM, PSD, JIF, PVR texture, TIM, XWD, SFW, ORA. - Improved PDF export. - file-compressor: improved error messaging. - New Windows WIA scanner plug-in, replacing the now deprecated TWAIN scanner plug-in (which is not shipped in our Windows packages anymore as it depends on dropped 32-bit Windows platform). - Script-Fu: several deprecated functions now cleaned out from scripts. - Filmstrip: the created image will now have the dirty flag set. API: - libgimp/PDB: * libgimp/PDB functions gimp_context_set_line_width_unit() and gimp_vector_layer_set_stroke_width_unit() now accept pixel as input unit. * Improved error handling in gimp_temp_file(). * New function: gimp_resources_loaded() - libgimp: * A function gimp_env_exit() was added, but same as gimp_env_init(), it is not declared in public headers and should never be used by plug-ins. It is considered private. * gimp_quit() function is deprecated. - PDB: * (gimp-quit) procedure (without libgimp wrapper) is deprecated. Translations: - New Lao translation. Build: - Many build warnings are being cleaned out. - New jobs are being set up with -Werror progressively as we weed out existing build warnings. - The issue bot will now run and create reports when specific jobs fail. - New rules to generate Markdown versions of our man pages for the website. Overview of Changes from GIMP 3.2.0 to GIMP 3.2.2 ================================================= Core: - We removed support for a separate folder for loading 32-bit binaries on 64-bit Windows. This was being used for core plug-ins for the TWAIN plug-in only. - Various fixes related to the new non-destructive layer types, or to non-destructive layer effects. - More robust handling of Procreate and SwatchBooker palettes. - Fix scaling paths when importing SVG as paths. - We now support reading the documentation being installed in the user config directory in the `help/` subdirectory. - Histogram dialog: the unique color count feature now takes into account any selection. Graphical User Interface: - Theme fixes. - Various text fixed for better localization. - Display the "Tab" shortcut for the "Hide Docks" action, even though it is not a real global shortcut (it only works on the canvas). - Metadata Rotation import dialog: you can now click the preview for Original and Rotated images in the Metadata Rotation Import Dialog, and have it open the image rotated as shown in the preview. Plug-Ins: - Tile: carry over the source image's profile to the newly created image. - Improve support of: FITS, TIM, PAA, ICNS, PVR, SFW, JIF, PSP, PSD Translations: - Serbian Cyrillic now has upstream support in InnoSetup (in their "Unofficial" list still, which means it is less verified). Our installer now has Serbian Cyrillic localization too. Build: - NM environment variable is now used in priority for the `nm` tool used for the build. This check is stored from configure-time environment. - Windows x86 32-bit pipeline has now been decommissioned from our CI. This implies that 32-bit builds won't be available anymore in our Windows installer, just as was already the case on the Windows Store. - Meson build: * New boolean option -Dtwain-unmaintained: this puts our TWAIN plug-in behind a disabled-by-default flag, because this plug-in only made sense in 32-bit. The next step will be to replace it by a WIA plug-in. * Option -Dwin32-32bits-dll-folder removed. - GIMP can now be built fully without patches on macOS. The in-house macOS build is slowly moving to become our main CI for this OS and for making the release DMGs. - Snap: enable MIDI (Alsa) support. - AppImage: enable "Send by email". Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* eog: Update to 49.3Khem Raj2026-04-161-2/+5
| | | | | | | Turn color management into packageconfig knob which is turned off by default as it needs x11 support. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* cheese: Require x11 distro featureKhem Raj2026-04-151-1/+4
| | | | | | | | libcanberra needs to be compiled with gtk3 and x11 support otherwise cheese fails to find libcanberra-gtk3 package which makes it hard depend upon x11 Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* gedit: Use gitsm in SRC_URI for new gdlib submoduleCalvin Owens2026-04-151-1/+1
| | | | | | | | | Upstream now uses a submodule for gdlib, so the build attempts to clone the submodule over the network and fails. Fix by cloning the submodule via SRC_URI. Signed-off-by: Calvin Owens <calvin@wbinvd.org> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* onboard: upgrade 1.4.3-9 -> 1.4.4-1Liu Yiding2026-04-152-72/+2
| | | | | | | | | | 1.ChangeLog https://github.com/onboard-osk/onboard/releases/tag/1.4.4-1 2.Remove 0001-pypredict-lm-Define-error-API-if-platform-does-not-h.patch as error has been solved in 1.4.4-1. Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* gthumb: Upgrade to 3.12.10Khem Raj2026-04-141-8/+5
| | | | | | | exiv2 is hard dependency now. webservices option and hence soup2 dependency is removed Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* libgedit-gfls: upgrade 0.4.0 -> 0.4.1Wang Mingyu2026-04-141-1/+1
| | | | | | | | | | Changelog: =========== - Fix a unit test on big-endian architectures. - Translation updates. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* gnome-online-accounts: upgrade 3.58.0 -> 3.58.1Wang Mingyu2026-04-141-1/+1
| | | | | | | | | | | | * Bugs fixed: - !391 google: Use #ifdef for GOA_GOOGLE_FILES_ENABLED * Translation updates: - Serbian - Slovak Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* babl: upgrade 0.1.124 -> 0.1.126Wang Mingyu2026-04-141-1/+1
| | | | | | | It is now possible to build with MSVC. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* libgedit-gfls: upgrade 0.3.1 -> 0.4.0Wang Mingyu2026-04-011-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* gegl: upgrade 0.4.68 -> 0.4.70Wang Mingyu2026-04-011-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* gedit: upgrade 49.0 -> 50.0Wang Mingyu2026-04-011-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* gjs: upgrade 1.84.1 -> 1.84.2Liu Yiding2026-04-011-1/+1
| | | | | | | | | | | | Version 1.84.2 -------------- - Closed bugs and merge requests: * GtkNotebook.pages GListModel is inaccessible from GJS [#686, !992, Philip Chimento] Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* libtimezonemap: port to libsoup3Changqing Li2026-04-012-2/+98
| | | | | | | Backport patch to make libtimezonemap port to libsoup3 Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* libgdata: remove unmaintained recipeChangqing Li2026-04-012-1168/+0
| | | | | | | | | | | This recipe is unmaintained now, and gvfs already disable google option, so remove this recipe. [1] https://gitlab.gnome.org/GNOME/gvfs/-/merge_requests/266 [2] https://gitlab.gnome.org/Archive/libgdata/-/merge_requests/49 Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* gvfs: drop google optionChangqing Li2026-04-011-1/+1
| | | | | | | | | | | drop google option to remove dependency on libsoup-2.4, refer upstream commit [1], and disable google option explicitly [1] https://gitlab.gnome.org/GNOME/gvfs/-/merge_requests/266 [2] https://gitlab.gnome.org/Archive/libgdata/-/merge_requests/49 Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* accountsservice: Convert confusing append to override syntaxMichal Sieron2026-04-011-1/+1
| | | | | | | | | | While in this case `EXTRA_OEMESON:libc-musl +=` wouldn't result in any unwanted override, there is no guarantee there won't be a change, which would be hidden by this override. To avoid any surprises in the future let's use `:append:libc-musl =` syntax here. Signed-off-by: Michal Sieron <michalwsieron@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* gnome-bluetooth3: Fix RRECOMMENS typoMichal Sieron2026-04-011-1/+1
| | | | | Signed-off-by: Michal Sieron <michalwsieron@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* xdg-desktop-portal-gnome: update 49.0 -> 50.0Markus Volk2026-03-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes in 50.0 ================= - Make the Clipboard portal return errors instead of succeeding - Fix a bug in the Print portal where it was accidentally closing fd 0 - Translation updates Changes in 50.rc ================= - Translation updates Changes in 50.beta ================= - Update libgxdp - Remove ellipse from the app chooser list header - Fix a memory leak in the Print portal implementation - Fix icon size in the Dynamic Launcher portal - Various fixes in the Remote Desktop portal - Fix monitor identification in VMs - Fix an issue with mismatching GVariant type unwrapping - Translation updates Changes in 50.alpha ================= - Fix a potential source of crashes in the ScreenCast portal code - Properly send the Global Shortcut activation token to the portal frontend - Update libgxdp to override GTK settings - Use a GNOME OS based CI template - Translation updates Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* gnome-software: update 49.2 -> 50.0Markus Volk2026-03-302-58/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 50.0 ~~~~~~~~~~~~ Released: 2026-03-13 This is a stable release with updated translations: * Danish (Alan Mortensen) * English (United Kingdom) (Bruce Cowan) * Japanese (小山田 純 - Oyamada Jun) * Occitan (post 1500) (Quentin PAGÈS) * Polish (Victoria) * Portuguese (Hugo Carvalho) Version 50~rc ~~~~~~~~~~~~~ Released: 2026-02-27 This is an unstable release with the following changes: * Remember window size between app restarts * Updates page could be sometimes hidden after resume from suspend * Allow remove also Flatpak remotes from system installation * Correct check for add-ons when app's ID changed * Improve socket permissions checks for Flatpak apps This release also updates translations: * Basque (Asier Saratsua Garmendia) * Catalan (Jordi Mas, Victor Dargallo) * Chinese (China) (luming zh) * Czech (Daniel Rusek) * Finnish (Jiri Grönroos) * French (Lucien Ouoba, Guillaume Bernard) * Galician (Fran Diéguez) * German (Christian Kirbach) * Greek, Modern (1453-) (Efstathios Iosifidis) * Hungarian (Balázs Úr) * Interlingua (International Auxiliary Language Association) (Emilio Sepúlveda) * Italian (Davide Ferracin) * Japanese (Makoto Sakaguchi) * Kazakh (Baurzhan Muftakhidinov) * Korean (Seong-ho Cho) * Spanish (Daniel Mustieles) * Swedish (Anders Jonsson) * Turkish (Sabri Ünal) Version 50~beta ~~~~~~~~~~~~~~~ Released: 2026-01-30 This is an unstable release with the following changes: * Show install and uninstall progress of an add-on * Use lower thread priority when running in background * Fix possible crash on session permission change * Fix possible crash after XbSilo rebuild This release also updates translations: * Bulgarian (twlvnn kraftwerk) * Georgian (Ekaterine Papava) * Hebrew (Yaron Shahrabani) * Indonesian (Andika Triwidada) * Kazakh (Baurzhan Muftakhidinov) * Lithuanian (Aurimas Aurimas Černius) * Portuguese (Brazil) (Juliano de Souza Camargo) * Romanian (Antonio Marin) * Russian (Artur S0) * Slovenian (Martin) * Uighur (Abduqadir Abliz) * Ukrainian (Yuri Chornoivan) Version 50~alpha ~~~~~~~~~~~~~~~~ Released: 2026-01-15 This is an unstable release with the following changes: * Improve display of long repository names * Clarify warning about removing data when uninstalling an app * Fix minor UI issues when scrolling using gestures on a touchpad * Don’t show firmware warning on Installed Updates page * Several fixes to update history on rpm-ostree systems * Improve notifying the user about newly installed trivial flatpak app updates * Improve display of keyboard shortcuts * Split rpm-ostree changelogs by app * Display error toasts in the repositories dialog when something goes wrong This release also updates translations: * Catalan (Victor Dargallo) * Indonesian (Andika Triwidada) * Japanese (Makoto Sakaguchi) * Kazakh (Baurzhan Muftakhidinov) * Portuguese (Hugo Carvalho) * Portuguese (Brazil) (Juliano de Souza Camargo) * Russian (Artur S0) * Slovenian (Martin) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* yelp: drop soup2 optionChangqing Li2026-03-301-6/+0
| | | | | | | | | | | libsoup-2.4 is deprecated, and other recipes already stop support of soup2, soup2 and soup3 cannot be used together, and the latest version of yelp also drop option webkit2gtk-4-0 [1] https://gitlab.gnome.org/GNOME/yelp/-/commit/1b0ccdae25d0a788a2b44960db7273f2d1dacb4d Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* nautilus: update 49.4 -> 49.5Markus Volk2026-03-271-1/+1
| | | | | | | | | | | | | Major Changes in 49.5 ===================== * Bugfixes: - Avoid unnecessary delay before enabling Skip button (parzival) - Fix crash when searching in Starred (Shivam) * Translation updates (GNOME Translation Project contributors) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* mypaint-brushes-1.0: remove recipeMarkus Volk2026-03-271-11/+0
| | | | | | | It was only required for gimp, which now uses mypaint-brushes v2 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* gimp: fix RDEPENDSMarkus Volk2026-03-271-1/+1
| | | | | | | This prevents the wrong mypaint-brushes package from being installed Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* gnome-online-accounts: update 3.55.1 -> 3.58.0Markus Volk2026-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes gvfs build if online-accounts is enabled | Dependency goa-1.0 found: NO. Found 3.55.1 but need: '> 3.57.0' | Found CMake: NO | Run-time dependency goa-1.0 found: NO | | ../sources/gvfs-1.60.0/meson.build:371:12: ERROR: Dependency lookup for goa-1.0 with method 'pkgconfig' failed: Invalid version, need 'goa-1.0' ['> 3.57.0'] found '3.55.1'. Overview of changes in 3.58.0 ============================= * Bugs fixed: - #453 SMTP server without password cannot be configured (Milan Crha) - Remove unneeded SMTP password escaping - !384 build: Disable google provider Files feature (Ondrej Holy) - !385 MS365: Fix mail address and name (Jan-Michael Brummer) - !386 Google: Set mail name to presentation identity (Jan-Michael Brummer) * Translation updates: - Arabic (Ahmed Najmawi) - Basque (Asier Saratsua Garmendia) - Catalan (Victor Dargallo, Jordi Mas) - Chinese (China) (luming zh) - Czech (Daniel Rusek) - Danish (Ask Hjorth Larsen) - English (United Kingdom) (Bruce Cowan) - Finnish (Jiri Grönroos) - French (Lucien Ouoba) - Galician (Fran Diéguez) - German (Jürgen Benvenuti) - Greek, Modern (1453-) (Efstathios Iosifidis) - Hebrew (Yaron Shahrabani) - Hungarian (Balázs Úr) - Japanese (小山田 純 - Oyamada Jun) - Kazakh (Baurzhan Muftakhidinov) - Korean (Seong-ho Cho) - Lithuanian (Aurimas Aurimas Černius) - Persian (Danial Behzadi) - Polish (Victoria) - Portuguese (Hugo Carvalho) - Romanian (Antonio Marin) - Russian (Artur S0) - Spanish (Daniel Mustieles) - Swedish (Anders Jonsson) - Turkish (Sabri Ünal) - Uighur (Abduqadir Abliz) Overview of changes in 3.57.1 ============================= * Bugs fixed: - #335 Default Microsoft 365 client is unverified - #442 Unclear which part of "IMAP+SMTP" account test failed - #450 adding nextcloud account which has a subfolder does not work - !368 Microsoft 365: Make use of email for id (Jan-Michael Brummer) - !374 goadaemon: Handle broken account configs - !378 goadaemon: Allow manage system notifications - !379 goamsgraphprovider: bump credentials generation - !377 goaprovider: Allow to disable, instead of enable, selected providers * Translation updates: - Bulgarian (Alexander Alexandrov Shopov) - Georgian (Ekaterine Papava) - Indonesian (Andika Triwidada) - Italian (Nathan Giovannini) - Kazakh (Baurzhan Muftakhidinov) - Norwegian Bokmål (Kjartan Maraas) - Occitan (post 1500) (Quentin PAGÈS) - Portuguese (Brazil) (Juliano de Souza Camargo) - Slovenian (Martin) - Ukrainian (Yuri Chornoivan) Overview of changes in 3.57.0 ============================= * Changes: - build: bump glib requirement to 2.84 * Bugs fixed: - #417 Support for saving a Kerberos password to the keychain after the first login - #436 changing expired kerberos password is not supported. - #437 Provided Files URI does not override undiscovered endpoint - #439 DAV client rejects 204 status in OPTIONS request handler - #445 Include emblem-default-symbolic.svg - #448 Connecting a Runbox CardDAV/CalDAV account hangs/freezes after sign in - !355 i81n: fix translatable string - !360 goaimapsmptprovider: fix accounts without SMTP or authentication-less SMTP - !364 build: only install icons for the goabackend build - !365 build: don't require goabackend to build documentation - !366 ci: test the build without gtk4 - !370 DAV-client: Added short path for SOGo * Translation updates: - Bulgarian (twlvnn kraftwerk) - Chinese (China) (luming zh) - Czech (Daniel Rusek) - English (United Kingdom) (Bruce Cowan) - Esperanto (Kristjan SCHMIDT) - Friulian (Fabio Tomat) - Georgian (Ekaterine Papava) - German (Froschi) - Greek, Modern (1453-) (Efstathios Iosifidis) - Persian (Danial Behzadi) - Portuguese (Hugo Carvalho) - Romanian (Antonio Marin) - Serbian (Милош Поповић) - Slovenian (Martin) - Turkish (Sabri Ünal) - Uighur (Abduqadir Abliz) - Ukrainian (Yuri Chornoivan) Overview of changes in 3.56.0 ============================= * Changes: - !353 Code style and logging cleanups * Translation updates: - Basque (Asier Saratsua Garmendia) - Catalan (Jordi Mas i Hernandez) - Chinese (China) (luming zh) - Danish (Ask Hjorth Larsen) - Dutch (Nathan Follens) - Esperanto (Kristjan SCHMIDT) - French (Julien Humbert) - Georgian (Ekaterine Papava) - Korean (Seong-ho Cho) - Lithuanian (Aurimas Aurimas Černius) - Occitan (post 1500) (Quentin PAGÈS) - Portuguese (Brazil) (Juliano de Souza Camargo) - Spanish (Daniel Mustieles) - Swedish (Anders Jonsson) - Turkish (Sabri Ünal) - Ukrainian (Yuri Chornoivan) Overview of changes in 3.55.2 ============================= * Bugs fixed: - !352 goaoauth2provider: improve error handling for auth/token endpoints * Translation updates: - Czech (Daniel Rusek) - Dutch (Nathan Follens) - Galician (Fran Diéguez) - Hebrew (Yaron Shahrabani) - Hungarian (Balázs Úr) - Japanese (Makoto Sakaguchi) - Persian (Danial Behzadi) - Polish (Piotr Drąg) - Russian (Artur S0) - Slovak (Dušan Kazik) - Thai (Aefgh Threenine) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* localsearch: update 3.9.0 -> 3.11.0Markus Volk2026-03-273-47/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - rework reproducibility patch - disable functional_tests to avoid python3-dbusmock-native dependency - add PACKAGECONFIG for libzip and enable by default NEW in 3.11.0 - 2026-03-15 ========================== * Memory leak fixes * Stability fixes * Fixes to tv series/season extraction from video files Translations: ca, da, en_GB, pl Notable changes since 3.10.0: * Default configuration change, the user home directory will now be indexed recursively as a whole, instead of XDG folders * Major change in handling of removable devices. When enabled, removable devices will get a `.localsearch3` folder with a self-contained database for the removable device indexed data, instead of being included in the main database in the user home folder. The setting default remains off. * The set of dependencies was modernized and sanitized. GExiv2 is now used for more metadata, libzip is now used for bundled files. NEW in 3.11.rc - 2026-03-03 =========================== * Reliability improvements to the test suite Translations: es, hu, ko, ne, oc, pt NEW in 3.11.beta - 2026-02-18 ============================= * Fixes for possible buffer overflows and NULL pointer dereferences in MP3 extractor * Fix seccomp jail in database helper process for removable devices * Replace libgsf with libzip for ZIP content handling * Improve reliability of the test suite in slow scenarios (e.g. CI) Translations: bg, ca, cs, el, eu, fa, fr, gl, he, ka, kk, lt, pt_BR, ro, ru, sl, sv, tr, ug, uk, zh_CN NEW in 3.11.alpha - 2026-01-05 ============================== * Default configuration change, the user home directory will now be indexed recursively as a whole, instead of XDG folders * Major change in handling of removable devices. When enabled, removable devices will get a `.localsearch3` folder with a self-contained database for the removable device indexed data, instead of being included in the main database in the user home folder. The setting default remains off. * Improved handling of indexed folder changes found on restart * Improved handling of indexing cancellation in deleted folders * Improved handling of BTRFS filesystems * Dropped libexif dependency, EXIF data is now extracted through gexiv2 * Dropped libpiptcdata dependency, IPTC data is now extracted through gexiv2 * Consistency improvements to extracted metadata * Fixes to SHSTK handling in the sandboxed process * Further extended test coverage Translations: ca, el, fur, id, oc, sr, sr@latin NEW in 3.10.1 - 2025-10-13 ========================== * Improvements to the handling of corrupted databases * Avoid session startup issues if database initialization takes long * Handle compressed Abiword documents * Memory usage improvements indexing WEBP files * Support gexiv2 >= 0.16 * Unify metadata extraction deadline mechanisms * Test suite improvements Translations: bg, ca, es, kab, pt, ro, tr, ug NEW in 3.10.0 - 2025-09-14 ========================== * Fixes to handling of configuration changes * Improvements to the test suite Translations: da, en_GB, eo, es, eu, fa, he, hu, ka, ko, lt, nl, pt_BR, ru, sv, tr, uk, zh_CN Notable changes since 3.9.0: * A number of behavioral settings has been deprecated * Webp file format now has a metadata extractor NEW in 3.10.rc - 2025-09-01 =========================== * Webp file format now has a metadata extractor * Indexer refactors and cleanups Translations: ca, cs, gl, pl, sl NEW in 3.10.beta - 2025-08-03 ============================= * Fix service files with -Ddomain-ontology option * Fixes for Alpine and similar distributions without merged /usr NEW in 3.10.alpha - 2025-07-01 ============================== * Systemd integration improvements * A number of behavioral settings has been deprecated * Fixes handling /var/home directories * Many improvements to the command line tool * The tracker:available property is again set on all graphs, for indexed folders * Fixes handling XML documents * Fixes for possible crashes handling large PDF files * Fixes for coverity warnings * Code cleanups and refactors Translations: be, ca, uz Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* tinysparql: upgrade 3.10.1 -> 3.11.0Wang Mingyu2026-03-271-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* tecla: upgrade 49.0 -> 50.0Wang Mingyu2026-03-271-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* libgsf: upgrade 1.14.55 -> 1.14.56Wang Mingyu2026-03-271-1/+1
| | | | | | | | | | Changelog: =========== * Fix problems with ole files using codepage 1200 (unicode). * Restore check for ole cycles accidentally removed in fixing Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* gparted: upgrade 1.8.0 -> 1.8.1Wang Mingyu2026-03-261-1/+1
| | | | | | | | | | | Changelog: ============ * Implement blkid false detection of whole disk ZFS workaround * Replace use of new[]ed char buffer with vector * Implement blkid false detection of whole disk ZFS workaround Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* gnome-text-editor: upgrade 49.1 -> 50.0Wang Mingyu2026-03-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* gnome-system-monitor: upgrade 49.1 -> 50.0Wang Mingyu2026-03-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* gnome-backgrounds: upgrade 48.0 -> 50.0Wang Mingyu2026-03-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* gegl: upgrade 0.4.66 -> 0.4.68Wang Mingyu2026-03-262-57/+2
| | | | | | | | 0001-gegl-Add-gegl-arm.def-file.patch removed since it's included in 0.4.68 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* gdm: upgrade 49.2 -> 50.0Wang Mingyu2026-03-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* babl: upgrade 0.1.122 -> 0.1.124Wang Mingyu2026-03-261-1/+1
| | | | | | | | | Changelog: - DisplayP3 pre-defined colorspace, build and sanity improvements for CI and windows. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* libchamplain: include tag in SRC_URIAnkur Tyagi2026-03-261-1/+1
| | | | | Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* libgedit-gtksourceview: include tag in SRC_URIAnkur Tyagi2026-03-261-1/+1
| | | | | Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* gnome-chess: upgrade 48.0 -> 50.0Ankur Tyagi2026-03-261-2/+2
| | | | | | | Also include tag in SRC_URI Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* libwacom: upgrade 2.8.0 -> 2.18.0Ankur Tyagi2026-03-261-2/+3
| | | | | | | Also include tag in SRC_URI and add libevdev in dependency list. Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* webp-pixbuf-loader: include tag in SRC_URIAnkur Tyagi2026-03-261-1/+1
| | | | | Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* xdg-desktop-portal-gtk: include tag in SRC_URIAnkur Tyagi2026-03-261-1/+1
| | | | | Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* libwnck3: upgrade 43.2 -> 43.3Zhang Peng2026-03-252-43/+2
| | | | | | | | | | | | | Version 43.3 ============ * Fix clang warnings. (!66, !68) * Fix regression with class group and application names. (#166) Drop ef0e40d59c32d7ebeb94d242436e3144cefc174a.patch, already included in 43.3. Signed-off-by: Zhang Peng <peng.zhang1.cn@windriver.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* gvfs: upgrade 1.58.2 -> 1.60.0Zhang Peng2026-03-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Major changes in 1.60.0 ======================= * CVE-2026-28296: ftp: Reject paths with CR/LF in g_vfs_ftp_file_new_from_ftp (Ondrej Holy) * monitor: Do not load monitors when GIO_USE_VFS=local (Ondrej Holy) Major changes in 1.59.90 ======================== * client: Fix use-after-free when creating async proxy failed (Ondrej Holy) * udisks2: Emit changed signals from update_all() (Ondrej Holy) * daemon: Fix race on subscribers list when on thread (Ondrej Holy) * ftp: Validate fe_size when parsing symlink target (Ondrej Holy) * ftp: Check localtime() return value before use (Ondrej Holy) * CVE-2026-28295: ftp: Use control connection address for PASV data (Ondrej Holy) * CVE-2026-28296: ftp: Reject paths containing CR/LF characters (Ondrej Holy) * gphoto2: Use g_try_realloc() instead of g_realloc() (Ondrej Holy) * cdda: Reject path traversal in mount URI host (Ondrej Holy) * client: Fail when URI has invalid UTF-8 chars (Ondrej Holy) * udisks2: Fix memory corruption with duplicate mount paths (Alessandro Astone) * build: Update GOA dependency to > 3.57.0 (Jan-Michael Brummer) * Some other fixes (correctmost, Ondrej Holy) Major changes in 1.59.1 ======================= * mtp: replace Android extension checks with capability checks (Raul Tambre) * cdda: Fix duration of last track for some media (Bastien Nocera) * dav: Add X-OC-Mtime header on push to preserve last modified time (Lawrence Murray) * udisks2: Use hash tables in the volume monitor to improve performance (Milan Crha) * onedrive: Check for identity instead of presentation identity (Jan-Michael Brummer) * build: Disable google option and mark as deprecated (Jeremy Bícha, Ondrej Holy) * Fix various memory leaks (Milan Crha) * Some other fixes (wangrong, Jan-Michael Brummer, Simon Poirier) * Translation updates (GNOME Translation Project contributors) Major changes in 1.58.4 ======================= * Re-release of 1.58.3 due to incorrect release tag; no code changes. Major changes in 1.58.3 ======================= * CVE-2026-28296: ftp: Reject paths with CR/LF in g_vfs_ftp_file_new_from_ftp (Ondrej Holy) * monitor: Do not load monitors when GIO_USE_VFS=local (Ondrej Holy) Signed-off-by: Zhang Peng <peng.zhang1.cn@windriver.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* metacity: upgrade 3.56.0 -> 3.58.1Zhang Peng2026-03-252-32/+2
| | | | | | | | | | | | | | | | | | | | | | | Version 3.58.1 ============== - Use pkg-config to get systemd user unit dir. - Updated translations. Version 3.58.0 ============== - Add keybindings to move window between monitors. (!40) - Updated translations. Version 3.57.1 ============== - Drop zentiy dependency. - Add systemd service. - Updated translations. drop 0001-drop-zenity-detection.patch Signed-off-by: Zhang Peng <peng.zhang1.cn@windriver.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>