summaryrefslogtreecommitdiffstats
path: root/meta-gnome
Commit message (Collapse)AuthorAgeFilesLines
...
* mutter: update 45.1 -> 45.3Markus Volk2024-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 45.3 ==== * Fix handling of relative mode for tablets [Peter; !3410] * Fix forcing EGLStream with NVIDIA proprietary driver [Daniel; !2905] * Sync geometry only when window is mapped [Sebastian W.; !3401, !3404] * Improve repick due to transform changes [Carlos; !3385] * wayland/client: Add make_desktop() method [Florian; !3305] * Fix occasional artifacts at top of X11 fullscreen windows [Carlos; !3476] * background: Fix background color around image [Sebastian W.; !3459] * Fixed crashes [Sebastian K., Carlos, Jonas; !3453, !3422, !3335, !3392] * Plugged leaks [Robert, Sebastian K.; !3439, !3411] * Misc. bug fixes and cleanups [Sebastian W., Christopher, Daniel, Olivier, Michel, Qiu, Carlos, Ivan, Mike, Mart, Bilal; !3456, !3455, !2620, !3447, !3444, !3440, !3438, !3425, !3413, !3403, !3397, !3469, !3468, !3471, !3479] Contributors: Jonas Ådahl, Robert Balas, Michel Dänzer, Bilal Elmoussaoui, Christopher Fore, Olivier Fourdan, Carlos Garnacho, Mike Gorse, Peter Hutterer, Sebastian Keller, Ivan Molodetskikh, Florian Müllner, Mart Raudsepp, Daniel van Vugt, Qiu Wenbo, Sebastian Wick Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zenity: upgrade 4.0.0 -> 4.0.1Wang Mingyu2024-01-081-1/+1
| | | | | | | | | | | | | | | Changelog ======== - Bump webkit2gtk requirement in README - about: The licence is LGPL2.1+, not GPL - entry: Calculate number of --entry-text's properly - test: Add entry test in response to issue #75 - question: fix option --default-cancel - calendar: Fix off-by-one in day - test: Add test for --calendar Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgedit-gtksourceview: upgrade 299.0.4 -> 299.0.5Wang Mingyu2024-01-081-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcloudproviders: upgrade 0.3.4 -> 0.3.5Wang Mingyu2024-01-081-1/+1
| | | | | | | | | | Changelog ======== * Fix a bug: Alt+Down (moving line(s) down) or Alt+Up (moving line(s) up) wrt. the undo/redo history and cursor positioning. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ghex: upgrade 45.0 -> 45.1Wang Mingyu2024-01-082-52/+1
| | | | | | | | | | | | | | 0001-gtkhex-Local-variables-in-switch-statement-should-be.patch removed since it included in 45.1 Changelog ======== - gtkhex: Local variables in switch statement should be in own scope (ie, fix clang build issues) - appwin: Mark error message string properly translatable Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-terminal: fix search_provider buildMarkus Volk2024-01-082-4/+69
| | | | | | | | | | | | | | currently org.gnome.ShellSearchProvider2.xml is read from host machine and thus gnome-terminal with search_provider enabled can only be build from a host system that has gnome-shell installed. Add an option and set it to STAGING_DATADIR to avoid: | DEBUG: Executing shell function do_compile | ninja: error: '/usr/share/dbus-1/interfaces/org.gnome.ShellSearchProvider2.xml', needed by 'src/terminal-search-provider-gdbus-generated.c', missing and no known rule to make it Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gthumb: update 3.12.2 -> 3.12.4Alexander Kanavin2023-12-271-2/+1
| | | | | | | Drop erroneous autotools assignment as well; not sure how this wasn't noticed until now. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-software: update 45.1 -> 45.2Markus Volk2023-12-183-1/+540
| | | | | | | - add backport patches for appstream-1.0.0 support Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gjs: upgrade 1.78.0 -> 1.78.1Wang Mingyu2023-12-181-1/+1
| | | | | | | | | | | | | Changelog: ========== * Gtk template signals cause a reference cycle that is not detected * Modules from resources may get loaded twice * docs: add examples for creating cairo image surfaces * Deadlocks between GJS GC and dconf gsettings when a setting value is changed * Gtk3: Fix leak in GtkBuilder template signal connections Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker: dont inherit gsettingsMarkus Volk2023-12-091-1/+1
| | | | | | | | | | | | | this fixes an issue I encountered on raspberrypi4-64 at do_rootfs: ERROR: hyprland-image-1.0-r0 do_rootfs: Postinstall scriptlets of ['tracker'] have failed. If the intention is to defer them to first boot, then please place them into pkg_postinst_ontarget:${PN} (). Deferring to first boot via 'exit 1' is no longer supported. Details of the failure are in /home/flk/poky/build-raspi/tmp/work/raspberrypi4_64-poky-linux/hyprland-image/1.0/temp/log.do_rootfs. ERROR: Logfile of failure stored in: /home/flk/poky/build-raspi/tmp/work/raspberrypi4_64-poky-linux/hyprland-image/1.0/temp/log.do_rootfs.629667 ERROR: Task (/home/flk/poky/meta-hyprland-image/recipes-core/images/hyprland-image.bb:do_rootfs) failed with exit code '1' Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: remove obsolete intltool DEPENDSRoss Burton2023-12-091-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgsf: remove obsolete DEPENDSRoss Burton2023-12-091-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtksourceview3: remove obsolete DEPENDSRoss Burton2023-12-093-3/+2
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* keybinder: disable gtk-doc documentationRoss Burton2023-12-091-0/+4
| | | | | | | The API documentation doesn't build, so force it off until this is fixed. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* keybinder: use autotools-brokensep instead of setting BRoss Burton2023-12-091-2/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librest: inherit gtk-docRoss Burton2023-12-091-1/+1
| | | | | | | This recipe has gtk-doc API documentation. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librest: remove spurious build dependenciesRoss Burton2023-12-091-4/+1
| | | | | | | | | These are not dependencies of librest 0.8.1. I imagine they ended up in this recipe when the latest version was downgraded back to 0.8.1 and the dependencies not reviewed. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gspell: update DEPENDS, switch iso-codes for icuRoss Burton2023-12-091-1/+1
| | | | | | | | | | gspell was changed in 2020 to use icu instead of iso-codes[1]. Signed-off-by: Ross Burton <ross.burton@arm.com> [1] https://gitlab.gnome.org/GNOME/gspell/-/commit/d5a8b72e194a6542ac4f7c850fe126c3c80d3a05 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gspell: inherit gtk-docRoss Burton2023-12-091-1/+1
| | | | | | | This recipe has gtk-doc API documentation. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Remove unused SRC_DISTRIBUTE_LICENSESRoss Burton2023-12-091-2/+0
| | | | | | | | This variable was removed in oe-core 8c9ef5, and didn't do what any of these recipes seem to be using it for. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zenity: Upgrade to 4.0.0Zoltán Böszörményi2023-12-082-37/+7
| | | | | | | | | | zenity 4.x now uses GTK4 and GTK4-based webkitgtk. The perl based gdialog is no more, its subpackage would be empty. Don't try to generate this subpackage. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mutter: Make gnome-desktop and libcanberra dependencies optionalZoltán Böszörményi2023-12-071-3/+5
| | | | | | | | | | | | | | | | | | | | mutter may be used as a standalone compositor and even an X11 WM without the complete GNOME desktop environment. Make this optional and add the new control knob to PACKAGECONFIG by default. The built-in sound player functionality depends on libcanberra which is considered outdated. Make this optional. Add the colord build dependency explicitly because mutter does not build when PACKAGECONFIG = "gnome-desktop" is not used. Add the gsettings-desktop-schemas runtime dependency explicitly, so mutter may work without PACKAGECONFIG = "gnome-desktop". This change allows mutter in kiosk-like scenarios. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Revert "gnome-terminal: Remove recommendation on vte-prompt"Khem Raj2023-12-041-1/+1
| | | | | | | | This needs vte-prompt if vte from core layer is to be used. This reverts commit f3d3bc7620427dc1d47daab52a81593509cf2737. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-console,gnome-terminal: Depend on vte from core layerKhem Raj2023-12-042-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnma: remove conflict xml fileKai Kang2023-12-031-0/+5
| | | | | | | | | | | | | | The file org.gnome.nm-applet.gschema.xml conflicts with the one provided by network-manager-applet, so remove it from libnma and use the one from network-manager-applet. | Error: Transaction test error: | file /usr/share/glib-2.0/schemas/org.gnome.nm-applet.gschema.xml conflicts between attempted installs of network-manager-applet-1.34.0-r0.core2_ 64 and libnma-1.10.6-r0.core2_64 Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xdg-desktop-portal-gnome: upgrade 45.0 -> 45.1Markus Volk2023-12-031-1/+1
| | | | | | | | | | | | | | | Changes in 45.1 ================= - accountdialog: Fix crash when pressing Escape - Send remote file URIs as local FUSE URIs - Various fixes to screencast and input capture - Expose org.gnome.desktop.calendar through the Settings portal - Put dialogs in separate window groups - Translation updates Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-bluetooth: upgrade 42.6 -> 42.7Wang Mingyu2023-11-211-1/+1
| | | | | | | | | | | | | Changelog: ============ -fixes bugs that stopped the Obex Push server from automatically accepting files from paired devices and caused the device's Connection switch to appear out of sync with the connection state. -build fixes -updated translations Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evince, gnome-calendar, tracker: drop ${PE}, ${PR} from /usr/src/debug pathsMartin Jansa2023-11-203-6/+6
| | | | | Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-control-center: Add rdependsMarkus Volk2023-11-141-1/+1
| | | | | | | | Add cups-pk-helper and system-config-printer to rdepends Both are needed to get printer config working out of the box Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtksourceview4: Upgrade 4.8.2 -> 4.8.4Markus Volk2023-11-141-1/+1
| | | | | | | | | | | | | | | | | | | | News in 4.8.4, 2022-11-03 ------------------------- * Style updates to kate, classic, tango * Language updates to vala, python3, c, cuda, latex * Add unit tests for language specs * Translation updates News in 4.8.3, 2022-03-18 ------------------------- * Adds support for more Pango font-variants * Style updates to solarized-dark, solarized-light * Language updates to lean, rst, c, gtk-doc, javascript, and json * Translation updates Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gimp: Update to 2.10.36Khem Raj2023-11-131-1/+2
| | | | | | | Explicitly ask for autotools build system since gnomebase is now defaulting to meson. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yelp: Use autotools for build systemKhem Raj2023-11-131-1/+1
| | | | | | | OE-core switched the defaults for gnome recipes to meson but this package is not yet migrated to meson. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-terminal: Add missing dependency on libhandyKhem Raj2023-11-131-0/+1
| | | | | | | | Fixes | ../git/meson.build:367:16: ERROR: Dependency "libhandy-1" not found, tried pkgconfig Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Markus Volk <f_l_k@t-online.de>
* gnome-console: Add missing dependency on gtk4-nativeKhem Raj2023-11-131-1/+1
| | | | | | | | | gtk4-native provided gtk-update-icon-cache fixes | ../gnome-console-45.0/meson.build:137:6: ERROR: Program 'gtk-update-icon-cache' not found or not executable Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Markus Volk <f_l_k@t-online.de>
* ghex: backport patch to fix build for clangMarkus Volk2023-11-122-0/+51
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librest: Use autotools make systemKhem Raj2023-11-121-0/+1
| | | | | | OE-core is switching to default to meson for gnome recipes Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-terminal: Remove recommendation on vte-promptMarkus Volk2023-11-121-1/+1
| | | | | | | | | vte9 does not contain a separate package for vte-prompt. Remove the recommendation to avoid ${libexecdir}/vte-urlencode-cwd being pulled in by another vte version Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-terminal: Upgrade 3.48.1 -> 3.50.1Markus Volk2023-11-111-4/+3
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-console: Add recipeMarkus Volk2023-11-111-0/+26
| | | | | | | gnome-console ist gnomes gtk4 terminal emulator Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell-extensions: Upgrade 44.1 -> 45.1Markus Volk2023-11-111-2/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* drop GNOMEBASEBUILDCLASS = "meson"Markus Volk2023-11-1173-64/+14
| | | | | | It is set to meson by default Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Adjust vala build according to changes in vala.bbclassMarkus Volk2023-11-1112-5/+15
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ghex: Upgrade 3.18.4 -> 45.0Markus Volk2023-11-112-17/+20
| | | | | | | | - enable gi,vapi,api-documentation - switch to gtk4 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-remote-desktop: move from meta-virtualization to meta-securityWang Mingyu2023-11-082-0/+1
| | | | | | | | There's no tpm2-tss under meta-virtualization: Missing or unbuildable dependency chain was: ['gnome-remote-desktop', 'tpm2-tss'] Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rest: Add packageconfigs for examples and testsMarkus Volk2023-11-071-3/+7
| | | | | | | | | Motivation is to not install rest-demos by default. Allow to build doc and vapi according to DISTRO_FEATURES Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libchamplain: Upgrade 0.12.20 -> 0.12.21Markus Volk2023-11-061-3/+3
| | | | | | | | - switch to soup3 - build vapi Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* webp-pixbuf-loader: Upgrade 0.2.4 -> 0.2.5Markus Volk2023-11-061-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rest: Upgrade 0.9.0 -> 0.9.1Markus Volk2023-11-061-7/+4
| | | | | | | | - add missing dependencies - drop soup2 support Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xdg-desktop-portal-gtk: Upgrade 1.14.1 -> 1.15.1Markus Volk2023-11-062-42/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | Changes in 1.15.1, 2023-10-21 ============================= - Fix build of feature-gated portals Changes in 1.15.0, 2023-10-20 ============================= - Switch to the Meson build system, and drop Autotools - Drop most use of private GNOME API; the following portal interfaces have been removed: - org.freedesktop.impl.portal.Screenshot - org.freedesktop.impl.portal.ScreenCast - org.freedesktop.impl.portal.RemoteDesktop - org.freedesktop.impl.portsl.Background - Do not add duplicate notifications - Expose the org.gnome.desktop.calendar settings - Fix type for org.gnome.desktop.background.picture-uri setting - Support current_folder in org.freedesktop.impl.portal.FileChooser - Update list of translatable files - Translation updates Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgsf: Upgrade 1.14.50 -> 1.14.51Markus Volk2023-11-061-4/+3
| | | | | | | | License changed to LGPL-2.1-only https://gitlab.gnome.org/GNOME/libgsf/-/commit/037c913eb631349c410ef45e49697bf5c46dac8a Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>