summaryrefslogtreecommitdiffstats
path: root/meta-gnome
Commit message (Collapse)AuthorAgeFilesLines
...
* gnome-settings-daemon: upgrade 44.0 -> 44.1Markus Volk2023-07-131-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mutter: upgrade 44.2 -> 44.3Markus Volk2023-07-111-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell: upgrade 44.2 -> 44.3Markus Volk2023-07-111-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-control-center: upgrade 44.2 -> 44.3Markus Volk2023-07-111-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* eog: upgrade 44.2 -> 44.3Markus Volk2023-07-071-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-software: upgrade 44.2 -> 44.3Markus Volk2023-07-071-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: upgrade 1.50.4 -> 1.51.1Wang Mingyu2023-07-071-1/+1
| | | | | | | | | | | | | | | | | | Changelog: ============ * trash: Run blocking methods on a thread to avoid hangs * smbbrowse: Fix empty device listing after unrelated mount failure * udisks: Fix missing unmount notifications * trash: Fix nfs4 and cifs monitoring * smb: Allow renaming a file to the same name with a different case * mtp: Add support for incremental enumeration * mtp: Emit delete event on device disconnection * trash: Fix wrongly reported item-count * Some other fixes and improvements * Translation updates Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gegl: upgrade 0.4.44 -> 0.4.46Wang Mingyu2023-07-071-1/+1
| | | | | | | | | | | Changelog: ============= New simpler API for connecting pads, gegl_node_connect which can be used instead of either gegl_node_connect_from or gegl_node_connect_to by autosensing the neccesary direction of the connection. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtimezonemap: rename downloaded file nameKai Kang2023-06-281-1/+1
| | | | | | | | Add parameter 'downloadfilename' to SRC_URI to keep the downloaded file name as same as before. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evince: upgrade 44.1 -> 44.2Wang Mingyu2023-06-191-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geary: Fix build with vala >= 0.56.8Khem Raj2023-06-183-0/+217
| | | | | | | Backport two patches from main branch Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Alexander Kanavin <alex@linutronix.de>
* layers: Move READMEs to markdown formatKhem Raj2023-06-171-0/+0
| | | | | | | The READMEs are often viewed from websites markdown format which is much as readable as text and yet friendlier in browsers. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-software: upgrade 44.1 -> 44.2Markus Volk2023-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | Version 44.2 ~~~~~~~~~~~~ Released: 2023-05-25 This is a stable release with the following changes: * Fix subsequent checking for updates if the first check after login fails * Fix checking for updates when automatic updates are disabled * Fix rare stall when many background jobs are running * Don’t download rpm-ostree updates when only checking if updates are available * Fix bug with listing flatpak addons when multiple flathub remotes are enabled * Fix duplicated sources in app details page when using an appstream URL * Reduce background resource consumption when idle This release also updates translations: * Czech (Daniel Rusek) * Italian (Gianvito Cavasoli) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nautilus: upgrade 44.2 -> 44.2.1Wang Mingyu2023-06-141-1/+1
| | | | | | | | | | Changelog: =========== * Hotfix for grid view bug introduced in 44.2, while gtk 4.10.4 is not released * Fix crash when closing tabs right after clicking Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libadwaita: upgrade 1.3.2 -> 1.3.3Wang Mingyu2023-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | Changelog: ========= - Fix doc include path - AdwCarousel - Fix scrolling to a recently inserted item - AdwEntryRow - Fix accessibility - AdwPreferencesWindow - Fix markup handling when searching - AdwStyleManager - Fix get_for_display() annotation - AdwTabBar/AdwTabOverview - Fix dropping data onto tabs/thumbnails - Translation updates - Brazilian Portuguese - Slovak Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gjs: upgrade 1.76.0 -> 1.76.1Wang Mingyu2023-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: =========== - Various fixes ported from the development branch. - Closed bugs and merge requests: * gnome-shell crashes on exit in js::gc::Cell::storeBuffer * Memory leak with GError * GVariant return values leaked * GBytes's are leaked when passed as-is to a function * Transformated GValues are leaking temporary instances * GHash value infos are leaked * "flat" arrays of GObject's are leaked * Gjs console leaks invalid option errors * gjs can't print null Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell: upgrade 44.1 -> 44.2Markus Volk2023-06-061-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mutter: upgrade 44.1 -> 44.2Markus Volk2023-06-061-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-control-center: upgrade 44.1 -> 44.2Markus Volk2023-06-062-3/+16
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: upgrade 3.48.2 -> 3.48.3Wang Mingyu2023-06-051-2/+2
| | | | | | | | Bug Fixes: I#475 - EWebDAVSession: Claim also error nodes from propstat response Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: upgrade 3.48.1 -> 3.48.2Wang Mingyu2023-05-311-2/+2
| | | | | | | | | | | | | Changelog: =========== Bug Fixes: I#474 - Camel: Set proper S/MIME signature verification status I#478 - IMAP: Cannot remove labels added in Thunderbird I#479 - WebDAV: Fails to discover iCloud address book evo-I#2345 - Wrong S/MIME certificate selection for encrypted email Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nautilus: upgrade 44.1 -> 44.2Wang Mingyu2023-05-311-1/+1
| | | | | | | | | | | | | Changelog: =========== * Fix crashes with expandable folders and on Other Locations * Avoid inconsistent search states * Prevent lingering tracker cursors * Fix rubberband range behavior on list view * Translation updates Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* eog: upgrade 44.1 -> 44.2Wang Mingyu2023-05-312-50/+1
| | | | | | | | | | | | | | 0001-Replace-filename-with-basename.patch removed since it's included in 44.2 Changelog: ========== - EogWindow: Fix refcount and signal handler issues around GSettings handles - Replace filename with basename Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-online-accounts: Replace filename with basenameKhem Raj2023-05-282-0/+105
| | | | | | | | Fixes WARNING: gnome-online-accounts-3.48.0-r0 do_package_qa: QA Issue: File /usr/src/debug/gnome-online-accounts/3.48.0-r0/src/goaidentity/goaidentityenumtypes.h in package gnome-online-accounts-src contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker: Point TOP_SRCDIR to target pathKhem Raj2023-05-262-0/+25
| | | | | | | | | | source_root uses absolute path to build time srcdir which results in buildpath errors Fixes File /usr/bin/tracker3 in package tracker contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nautilus: requires gobject-introspection-data DISTRO_FEATURERoss Burton2023-05-261-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-photos: requires gobject-introspection-data DISTRO_FEATURERoss Burton2023-05-261-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-desktop: gobject-introspection is not in fact mandatoryRoss Burton2023-05-261-2/+0
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* grilo-plugins: add PACKAGECONFIG for trackerRoss Burton2023-05-251-1/+3
| | | | | | | | Add a PACKAGECONFIG for the tracker plugin, and enable it only if gobject-introspection is enabled. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* eog: requires gobject-introspection-data DISTRO_FEATURERoss Burton2023-05-251-1/+2
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* grilo: upgrade 0.3.15 -> 0.3.16Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | | | | | | Changelog: ========= * !94 Fix usage of depcreated GSimpleAsyncResult * !95 Build updates. Meson requirement is now 0.62. * !96 Fix build on Darwin * Updated translations * Turkish * Georgian Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-terminal: upgrade 3.48.0 -> 3.48.1Wang Mingyu2023-05-251-3/+4
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gimp: Fix buildpaths in binaries and scriptsKhem Raj2023-05-253-1/+67
| | | | | | | | | | | Fixes WARNING: gimp-2.10.34-r0 do_package_qa: QA Issue: File /usr/libexec/gimp-debug-tool-2.0 in package gimp contains reference to TMPDIR File /usr/bin/gimp-console-2.10 in package gimp contains reference to TMPDIR File /usr/bin/gimptool-2.0 in package gimp contains reference to TMPDIR File /usr/bin/gimp-2.10 in package gimp contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* eog: Fix absolute src paths in generated filesKhem Raj2023-05-252-0/+49
| | | | | | | | Fixes WARNING: eog-44.1-r0 do_package_qa: QA Issue: File /usr/src/debug/eog/44.1-r0/src/eog-enum-types.h in package eog-src contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ibus: Point python interpreter to target locationKhem Raj2023-05-252-1/+4
| | | | | | | | | | it encoded PYTHON variable during build which otherwise points to python on build host which is not correct for cross compiled packages. Add missing dependency on python3-core which is needed for ibus-setup script to run Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nautilus: Fix buildpath QA errorsKhem Raj2023-05-252-0/+47
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geary: remove unused patch filesMartin Jansa2023-05-242-69/+0
| | | | | | | | * they were removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=3bb4ee4ba1161cff3b8c22dc07aa130ac2de9789 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-terminal: remove unused patch fileMartin Jansa2023-05-241-46/+0
| | | | | | | | * it was removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=ccde2b0bdcc1110c68dbdb06dff726b3c955aee9 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-menu: remove redundant dependenciesRoss Burton2023-05-231-4/+2
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell: update 43.2 -> 44.1Markus Volk2023-05-232-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mutter: update 43.1 -> 44.1Markus Volk2023-05-231-2/+8
| | | | | | | - remove buildpath from enum-types Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-control-center: update 43.2 -> 44.1Markus Volk2023-05-231-1/+2
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evince: edit include path for debug packageMarkus Volk2023-05-181-2/+2
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xdg-desktop-portal-gnome: update 44.0 -> 44.1Markus Volk2023-05-151-1/+1
| | | | | | | | | | | | | | Changes in 44.1 ================= - Improve handling of non-existing files on the filechooser portal - Minor debugging improvements to the backgrounds portal - More precise initialization timing - Fix duplicate monitor and window streams - Translation updates Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gdm: update 44.0 -> 44.1Markus Volk2023-05-151-1/+8
| | | | | | | - remove buildpath from enum-types Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evince: update 44.0 -> 44.1Markus Volk2023-05-151-1/+6
| | | | | | | - remove buildpath from enum-types Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gjs: update 1.75.1 -> 1.76.0Markus Volk2023-05-151-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-software: update 44.0 -> 44.1Markus Volk2023-05-151-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker: upgrade 3.5.0 -> 3.5.1Wang Mingyu2023-05-081-1/+1
| | | | | | | | | | | | | Changelog: ========== * Reintroduce order/distance independent handling of FTS terms. * Documentation improvements * Do not prune too early content of failed batches for error processing purposes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nautilus: upgrade 44.0 -> 44.1Wang Mingyu2023-05-082-49/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0001-initialize-GdkDragAction-action-to-0.patch removed since it's included in 44.1 Changelog: ========== * Resolve some crashes * Visual bugfixes: - Tweak style colors in view items - Show custom emblems from extensions again - Relayout SELinux property row - Flip switches correctly * Other bugfixes: - Disable some actions when not useful - Fix dead characters handling in batch rename dialog - Fix crashes when rapidly opening and closing windows - Prevent location change when autofs timeouts - Fix issues with translations in libadwaita widgets - Drop workarounds for fixed GTK bugs - Fix other issues * Enhancements: - Dismiss toast on undo - Select right items after some operations - Paste into expanded folders - Allow extraction of .tar.zst and .zstd archives - Performance optimization * Translation updates Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>