summaryrefslogtreecommitdiffstats
path: root/meta-gnome
Commit message (Collapse)AuthorAgeFilesLines
...
* babl: upgrade 0.1.88 -> 0.1.90Wang Mingyu2022-03-011-1/+1
| | | | | | | | | | Automatic LUT creation for conversions from &lt;24bpp of colorant componants, SIMD builds for x86_64 micro-architecture levels and ARM neon, pre-defined CIE Lab u8 and CIE Lab u16 formats. Fix bug of an unlocked non-locked mutex, which started failing on some platforms. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* layer.conf: change layer priority to match oe-coreRoss Burton2022-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | Layer priority is the ultimate decider of what recipe is used: if layer A has recipe foo_1 and layer B has recipe foo_2, if layer A's priority is higher than B then foo_1 will be used, even though the version in B is higher, and even if PREFERRED_VERSION_foo is set to 2. This complicates recipes moving between layers, for example when a newer version of a recipe (say, python3-wheel) is taken from a layer with a higher priority (say, meta-python) and moved to a layer with a lower priority (say, oe-core) then it has to be removed before it is added: there is no way to have it in both layers and work correctly. Higher priorities are useful in distribution layers where you may want to override specific recipes without any other fuss. However as all of the layers in meta-oe simply add more recipes in defined areas, there's no need to have a higher layer priority. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* All layers: Follow oe-core's variable name changesAndreas Müller2022-02-241-1/+1
| | | | | | | Auto rename performed by oe-core's convert-variable-renames.py 0.1 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nautilus: upgrade 41.1 -> 41.2Wang Mingyu2022-02-231-1/+1
| | | | | | | | | | | | Major changes in 41.2 ===================== * Avoid cropping format popover in Compress dialog * Fix "Move to"/"Copy to" from Starred * Fix memory leak on tab switch * Translation updates Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwnck3: upgrade 40.0 -> 40.1Wang Mingyu2022-02-221-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-autoar: upgrade 0.4.2 -> 0.4.3Wang Mingyu2022-02-221-1/+1
| | | | | | | | | | | | Changelog: ========= * Prevent NULL dereference when extracting to root * Do not include basename in error messages * Do not request password when encryption is unsupported * Propagate libarchive errors when extraction failed Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gedit: upgrade 40.1 -> 41.0Wang Mingyu2022-02-222-36/+1
| | | | | | | | | | | | | | | | | | | | 0001-Remove-incorrect-args-for-i18n.merge_file.patch removed since it's included in 41.0 Changelog: ========= * Fix some crashes, one when opening files, another when deleting the open folder with the file browser plugin active * Fix buttons in the color scheme selector dialog * Build fixes * Improve symbolic icon coloring * Improve Save As behavior when saving error infobar is showing * Translation updates * Note that gnome-text-editor will be GNOME's recommended text editor beginning with the GNOME 42 release next month Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwacom: upgrade 1.12 -> 2.1.0Wang Mingyu2022-02-221-1/+1
| | | | | | | | | | | | | Changelog: ========= - New Devices: - Dell Latitude 5290 - Lenovo ThinkPad X1 Tablet Gen3, Yoga 7 - Pine64 PineNote - HP ProBook x360 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* layers: Bump to use kirkstoneKhem Raj2022-02-211-1/+1
| | | | | | its not going to be backward ABI compatible with honister due to variable renaming. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gjs: upgrade 1.70.0 -> 1.70.1Wang Mingyu2022-02-161-1/+1
| | | | | | | | | | | | | Changelog: ========= - Build and crash fixes backported from the development branch. - Closed bugs and merge requests: * Handle optional out parameters in callbacks * Link fails on Debian armel|mipsel|powerpc: needs more -latomic * gjs/jsapi-util.cpp: fix build on gcc-12 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gimp: Disable vector icons with clang on armKhem Raj2022-02-111-0/+1
| | | | | | | | | | Avoid qemu coredumps make[3]: *** [Makefile:2397: 24/gimp-center.svg] Segmentation fault (core dumped) make[3]: *** [Makefile:2397: 24/gimp-channel.svg] Segmentation fault (core dumped) make[3]: *** [Makefile:2397: 24/gimp-channel-blue.svg] Segmentation fault (core dumped) Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gimp: Disable vector icons on x86 with clangKhem Raj2022-02-081-0/+1
| | | | | | | | | | | | | It workarounds qemu crashes seen when building with clang e.g. | make[3]: *** [Makefile:2397: 24/gimp-controller.svg] Segmentation fault | make[3]: *** Waiting for unfinished jobs.... | make[3]: *** [Makefile:2397: 24/gimp-color-space-perceptual.svg] Segmentation fault | make[3]: *** [Makefile:2397: 24/gimp-controller-keyboard.svg] Segmentation fault | make[3]: *** [Makefile:2397: 24/gimp-colormap.svg] Segmentation fault Signed-off-by: Khem Raj <raj.khem@gmail.com>
* devilspie2: upgrade 0.43 -> 0.44wangmy2022-02-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========= * Default to Lua 5.3, and permit use of other versions * Add support for setting and deleting window properties * Add get_process_name(), which returns the name of the process owning the window (if possible) * Add get_monitor_index() and get_monitor_geometry(); improve monitor index/geometry discovery * Add get_window_is_decorated() (which uses the Motif window hints) * Alias center() as centre() * Extend centre() to allow centring on a given monitor and to allow horizontal or vertical only * Extend set_window_position() to allow positioning on a given monitor and control which corner is measured from. (Behaviour with two parameters is unchanged.) * Quote the option hyphens in the man page (preventing replacement) * Various const & compiler warning (gcc -Wextra) fix-ups * Support for UTF-8 strings in window properties * Allow replacements for pkg-config at compile time Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: upgrade 1.48.1 -> 1.49.1Markus Volk2022-02-032-2/+40
| | | | | | | | | | | backport upstream patch to fix issue with meson 0.60.0: | Configuring org.gtk.vfs.file-operations.policy.in using configuration | | ../gvfs-1.49.1/daemon/meson.build:362:7: ERROR: Function does not take positional arguments. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* folks: dont build tests as they are not installed anywayMarkus Volk2022-01-311-2/+2
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gparted: Do not use NULL where boolean is expectedKhem Raj2022-01-282-0/+34
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: try to fix g-i data generationMarkus Volk2022-01-271-2/+3
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: Disable g-i data generationKhem Raj2022-01-251-0/+1
| | | | | | | | | | | | | | This still fails the build, since it starts peeking into build machine sysroot Fixes | FAILED: src/camel/Camel-1.2.gir /mnt/b/yoe/master/build/tmp/work/mips32r2-yoe-linux-musl/evolution-data-server/3.42.3-r0/build/src/camel/Camel-1.2.gir ... | Error loading shared library libz.so.1: Exec format error (needed by /mnt/b/yoe/master/build/tmp/work/mips32r2-yoe-linux-musl/evolution-data-server/3.42.3-r0 /build/src/camel/libcamel-1.2.so.63) Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Markus Volk <f_l_k@t-online.de>
* folks: make some dependencies optionalMarkus Volk2022-01-251-9/+6
| | | | | | | | | make some dependencies optional add libebook dependency to all backends that need it ofono backend depends on eds backend Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnma: upgrade 1.8.32 -> 1.8.34wangmy2022-01-251-1/+1
| | | | | | | | | Changelog: ========= Add possibility of building libnma-gtk4 library with experimental Gtk4 support. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geary: use sha hash for SRCREV; fix identationMarkus Volk2022-01-251-23/+23
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* folks: add PACKAGECONFIG for import_tool and inspect_toolMarkus Volk2022-01-251-0/+2
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-gnome-apps.bb: add gearyMarkus Volk2022-01-251-0/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geary: initial add recipeMarkus Volk2022-01-251-0/+54
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* network-manager-applet: add meson 0.61 patchAlexander Kanavin2022-01-242-0/+32
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dconf-editor: add a meson 0.61 patchAlexander Kanavin2022-01-242-0/+32
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-photos: add a meson 0.61 patchAlexander Kanavin2022-01-242-0/+32
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-control-center: add a meson 0.61 patchAlexander Kanavin2022-01-242-0/+505
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-disk-utility: add a meson 0.61 patchAlexander Kanavin2022-01-242-0/+35
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gedit: add a meson 0.61 patchAlexander Kanavin2022-01-242-0/+35
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gthumb: fix meson 0.61 buildsAlexander Kanavin2022-01-242-0/+24
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-calendar: fix meson 0.61 buildsAlexander Kanavin2022-01-242-0/+24
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evince: fix meson 0.61 buildsAlexander Kanavin2022-01-242-0/+53
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-screenshot: backport a meson 0.61 patchAlexander Kanavin2022-01-242-0/+37
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* accountsservice: backport a meson 0.61 patchAlexander Kanavin2022-01-244-12/+35
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell: backport a meson 0.61 patchAlexander Kanavin2022-01-242-0/+82
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-settings-daemon: add a meson 0.61 patchAlexander Kanavin2022-01-242-0/+41
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-session: update 40.1.1 -> 41.3Alexander Kanavin2022-01-241-4/+1
| | | | | | | This addresses meson 0.61 issues. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-font-viewer: backport a meson 0.61 patchAlexander Kanavin2022-01-242-0/+41
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-bluetooth: backport a meson 0.61 patchAlexander Kanavin2022-01-242-0/+26
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-terminal: backport a meson 0.61 patchAlexander Kanavin2022-01-242-0/+47
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gjs: drop patch to satisfy meson 0.61Alexander Kanavin2022-01-242-80/+0
| | | | | | | With this version of meson the patch is no longer needed. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* folks: initial add recipeMarkus Volk2022-01-241-0/+29
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: cleanup; enable vala introspectionMarkus Volk2022-01-241-18/+9
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gspell: inherit valaMarkus Volk2022-01-241-1/+1
| | | | | | | This is needed to get the vala gir files created (needed e.g. to build geary). Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgdata: add vala PACKAGECONFIGMarkus Volk2022-01-241-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nautilus: Fix build with libportal >= 0.5Khem Raj2022-01-122-0/+29
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Alexander Kanavin <alex@linutronix.de> Cc: Andreas Müller <schnitzeltony@gmail.com>
* evolution-data-server: upgrade 3.42.2 -> 3.42.3Andreas Müller2022-01-111-2/+2
| | | | | | | | | | | | | | | | | Evolution-Data-Server 3.42.3 2022-01-07 --------------------------------------- Bug Fixes: I#368 - Calendar: X-EVOLUTION-ENDDATE can be calculated incorrectly I#371 - e-cal-util: Fix timezone clamp with DUE date only Miscellaneous: e-cal-client: Correct non-NULL check in e_cal_client_create_objects_sync() Calendar: Adapt to libical 3.0.12 change Translations: Gianvito Cavasoli (it) Quentin PAGÈS (oc) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-autoar: upgrade 0.4.1 -> 0.4.2Andreas Müller2022-01-111-1/+1
| | | | | | | | | | Major changes in 0.4.2: * Fix extraction to root directory (Ondrej Holy) * Fix extraction of raw format archives (Ondrej Holy) * Do not leave read-only directory in the tree after running tests (Ondrej Holy) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-panel: upgrade 3.38.0 -> 3.42.0Andreas Müller2022-01-111-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>