summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome
Commit message (Collapse)AuthorAgeFilesLines
...
* tepl: Check for x11 in distro featuresKhem Raj2022-03-061-1/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gedit: Fix REQUIRED_DISTRO_FEATURES to not overwrite x11Khem Raj2022-03-061-3/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gfbgraph: Check for x11 distro featureKhem Raj2022-03-061-1/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: update to v3.43.1Markus Volk2022-03-063-3/+17
| | | | | | | fix evolution-data-server build in the same way it was done for libical Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-disk-utility: disable build of man pagesMarkus Volk2022-03-061-0/+2
| | | | | | | | | | | | | | | this fixes: | Program xsltproc found: NO | | ../gnome-disk-utility-41.0/doc/man/meson.build:1:0: ERROR: Program 'xsltproc' not found or not executable Signed-off-by: Markus Volk <f_l_k@t-online.de> Building man is enabled by default and this feature would require a dependency on libxslt-native and network access at do_compile. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-0466-66/+66
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gjs: update; customize dependenciesMarkus Volk2022-03-033-18/+13
| | | | | | | | | | | | Disable gtk_tests to be able to drop gtk4 dependency Update mozjs dependency to mozjs-91 since polkit also builds with it. These changes should reduce the compilation of additional packages and thus save space and time during build. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell-extensions: Fix build with latest mesonAndreas Müller2022-03-032-0/+31
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-tweaks: Fix build on latest mesonAndreas Müller2022-03-032-1/+37
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.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>
* 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>
* 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>
* 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>
* 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>
* 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>
* 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>
* gnome-terminal: upgrade 3.42.1 -> 3.42.2Andreas Müller2022-01-111-1/+1
| | | | | | | Translation updates only Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sysprof: upgrade 3.42.0 -> 3.42.1Andreas Müller2022-01-111-1/+1
| | | | | | | | | | | | | | Overview of changes in Sysprof 3.42.1 ===================================== * Build fixes for close()/lseek() usage * Show recording time in local time instead of UTC * Improve resolving of symbols in presence of toolbox, flatpak, and btrfs * Fix checking of paranoid state in Linux kernel * Updated translations Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yelp-xsl: upgrade 41.0 -> 41.1Andreas Müller2022-01-111-1/+1
| | | | | | | Translation updates only Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yelp: upgrade 41.1 -> 41.2Andreas Müller2022-01-111-1/+1
| | | | | | | | | | 41.2 ==== * Fixed regression when opening documents with ghelp URIs * Updated translations Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zenity: Upgrade 3.32.0 -> 3.41.0 / meson build / reworkAndreas Müller2022-01-113-22/+53
| | | | | | | | | | | | | | | * 3.41.0 looks a stable version. See Chanhelog below and e.g Fedora ships 3.41.0 too * Instead of deleting gdialog, fix it and split out into separate package * Add PACKAGECONFIGs for libnotify and webkitgtk - disabled by default Zenity 3.41.0 - Port to meson (Logan Rathbone) - Code cleanups (Simon McVittie) - Translation updates (various contributors; see git log history) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell-extensions: Enable gnome-classic session for waylandAndreas Müller2022-01-111-0/+7
| | | | | | | Wonder why upstream does not ship this: Session runs perfectly fine Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libportal: add from oe-coreAlexander Kanavin2022-01-111-0/+17
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Rename gnome-menus3 -> gnome-menusAndreas Müller2022-01-052-3/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>