aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
AgeCommit message (Collapse)Author
2023-09-04meta-oe-components: Avoid usage of nobranch=1Sourav Kumar Pramanik
The usage of nobranch=1 in SRC_URI allows using unprotected branches. This change updates the real branch name in place of nobranch=1 for these components. Signed-off-by: Sourav Kumar Pramanik <pramanik.souravkumar@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2022-08-07ibus: Swith to use main branch instead of masterKhem Raj
Upstream has switched to using main for tip of trunk, therefore follow it here in SRC_URI as well. Signed-off-by: Khem Raj <raj.khem@gmail.com> Suggested-by: Fabio Estevam <festevam@gmail.com> Reported-by: Markus Volk <f_l_k@t-online.de> (cherry picked from commit ca5f1dde541689f6a479a914ec742a3bf46dfbe1) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2022-07-26tracker: upgrade 3.3.1 -> 3.3.2wangmy
Changelog: ========== * Avoid redundant queries in TrackerNotifiers proxied through an D-Bus connection * Do not attempt to rebuild non-existing FTS tables on parser updates * Convert values to the right type when propagating insertions over superproperties * Fix test to handle SQLite >= 3.39.0 * Fix handling of nrl:modified after opening existing databases * Linking fixes to CLI executables Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit a7f5d549e6152292e73e0039f4b7b0a2936a395c) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2022-07-26tracker: upgrade 3.3.0 -> 3.3.1Wang Mingyu
Changelog: ========= * Fixed blank nodes to return the correct identifier in certain queries. * Fixes to FTS consistency after updates * Fixes to HTTP module linking * Fix handling of STRING_LITERAL_LONG1/2 terminals * Fix handling of negated property paths * Use .so suffix for modules on all platforms * Added code examples in JS/Python * Developer documentation improvements Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 91d468a051f90d4df3550b911a4604db490d8d50) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2022-06-03libportal: add distro features checkKai Kang
Add distro features check for libportal because it depends on gtk+3 which requires one of ${GTK3DISTROFEATURES}. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 0baa7793e0df81a21a130e6f0513f27b322cd4ad) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2022-05-17meta-gnome: fix layer depends.Armin Kuster
meta-networking no longer depends on meta-python so add it separatily. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit f264601e7ddbc357ce294b4e23bc7b00d276f382) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2022-05-17evolution-data-server: Do not pass --library-path to gir compilerKhem Raj
This is using LIB_INSTALL_DIR which is pointing to target libdir e.g. /usr/lib which is essentially a path inside sysroot but when passing it via --library-path, it ends up adding this to linker commandline via LD_LIBRARY_PATH and -rpath options which is flagged by gcc correctly as arm-yoe-linux-gnueabi/12.0.1/ld: warning: library search path "/usr/lib" is unsafe for cross-compilation | /usr/lib/libgio-2.0.so: file not recognized: file format not recognized | collect2: error: ld returned 1 exit status Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com> (cherry picked from commit 578b9996891e0990b507efd635667339cbd101dd) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2022-05-17evince: Add dbus to depnedencies on non-x11 buildsKhem Raj
Fixes | Run-time dependency dbus-1 found: NO (tried pkgconfig) | | ../evince-42.2/meson.build:206:4: ERROR: Dependency "dbus-1" not found, tried pkgconfig Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com> (cherry picked from commit 00f18248b93e0377d5e8a56fa2f7c859a39f661f) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2022-05-03gparted: Allow wayland or x11 distro featuresKhem Raj
Fixes build with no-X11 distros Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com> (cherry picked from commit 528b1699ec248b272839c301c1d77ea6995f19e2) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2022-05-03gtksourceview5: Allow wayland or x11Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com> (cherry picked from commit bcfec90e909afc6a7db290219b789892653b62b5) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2022-05-03nautilus: upgrade 42.0 -> 42.1.1wangmy
Major changes in 42.1.1 ========================= Revert wrongly introduced dependency on unstable gnome-desktop. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 2ff1569067ceb4fb9e16d0b03db0d01475731c34) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2022-05-03libadwaita: upgrade 1.1.0 -> 1.1.1wangmy
Changelog: ========== - AdwAvatar - Fix initials not updating after setting custom-image - AdwSplitButton: - Avoid state changes during dispose - AdwViewSwitcherTitle - Clear pending idle callback on unrealize - AdwPreferencesGroup - Annotation fixes - AdwPreferencesGroup - Annotation fixes - AdwTabBar - Ensure indicators are clickable with inverted=true - Fix resize deferring with non-expanded tabs - Fix scroll animation stopping too early - Mention AdwComboRow:selected type in migration guide - Fix a Meson error when using as a subproject - Translation updates: - Abkhazian - British English - Bulgarian - Catalan - Dutch Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 6d73127ced18b6702f4bddb9c9ffb1cdcf41b71c) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2022-05-03gtksourceview5: upgrade 5.4.0 -> 5.4.1wangmy
News in 5.4.1, 2022-04-21 ------------------------- * Improved styling for style scheme preview widgets * Improved styling and positioning of completion windows * Improved styling for various style schemes * Unit test fixes * Hover assistants will no longer be showed if no providers completed successfully to add widgets * GtkSourceVimIMContext tries to handle various corner cases better with regards to reuse and being removed from an event controller or widget * GtkSourceCompletionCell has improved fast-paths for resetting cells to empty state when already empty * Improved sizing and placement of assistants including hover popovers, interactive tooltips, and completion windows * The overview map has improved it's fallback styling * The overview map will now properly update when the sourceview's right-margin-position changes * Fixes to vala.lang for regex detection * Translation updates Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 98840e726d251e39e14f30c8107c238f12251213) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2022-05-03gspell: upgrade 1.9.1 -> 1.10.0wangmy
News in 1.10.0, 2022-04-16 -------------------------- * Build from git: some updates, take newer version of autoconf-archive. * Build: distribute more files in tarballs. * Documentation improvements. * Translation updates. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 2e84305baaf951caf84a31834a7ce0cf06890745) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2022-05-03evince: upgrade 42.1 -> 42.2wangmy
Changelog: ========== comics: * Fix use-after-free (#1776) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 4aa174ef75aa363d2ca6a45e433bbb51a5c53ef8) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2022-04-23meta-openemnedded: Add myself as kirkstone maintainerArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-21sysprof: Remove libunwind on rv32Khem Raj
Make libunwind a packageconfig knob LLVM libunwind works ok on rv32 but libunwind is not yet ported when using clang and libcxx, it brings in llvm libunwind automatically Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-19gimp: Disable vector icons on 32bit systemsKhem Raj
This uses qemu during build and qemu-user segfaults on all 32bit architectures, until that is fixed disable building vector icons on 32bit architectures Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-18gnome-shell-extensions: Stop copying gnome-classic session to waylandAndreas Müller
It was me who introduced gnome-classic for wayland in 342de9bf51f27362e7d1d4f1d55d8548cfa7504c. In the commit message I wrote: "Enable gnome-classic session for wayland Wonder why upstream does not ship this: Session runs perfectly fine" Seems upstream was listening :) With 42.0 they ship two wayland sessions but now I do not understand why there are two: Sessions (Try)Exec are identical - only displayed texts are different. Maybe it's for gdm's sake which I never used so far. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-18gjs: Add cairo to DEPENDS unconditionallyAndreas Müller
Cairo module seems mandatory: | raspberrypi4-64 gnome-shell[4912]: JS ERROR: ImportError: No JS module 'cairoNative' found in search path @resource:///org/gnome/gjs/modules/script/cairo.js:5:1 @resource:///org/gnome/shell/ui/pointerA11yTimeout.js:4:15 @resource:///org/gnome/shell/ui/main.js:49:28 @resource:///org/gnome/shell/ui/init.js:6:1 | raspberrypi4-64 gnome-shell[4912]: Execution of main.js threw exception: Module resource:///org/gnome/shell/ui/init.js threw an exception | raspberrypi4-64 systemd[2783]: org.gnome.Shell@wayland.service: Failed with result 'protocol'. | raspberrypi4-64 systemd[2783]: Failed to start GNOME Shell on Wayland. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-18libgweather4: Fix introspection buildAndreas Müller
Missing libgweather4-gir is a gnome-session blocker: | raspberrypi4-64 systemd[2783]: Failed to start GNOME Shell on Wayland. | raspberrypi4-64 systemd[2783]: org.gnome.Shell@wayland.service: Failed with result 'protocol'. | raspberrypi4-64 gnome-shell[4698]: Execution of main.js threw exception: Module resource:///org/gnome/shell/ui/init.js threw an exception | raspberrypi4-64 gnome-shell[4698]: JS ERROR: Error: Requiring GWeather, version 4.0: Typelib file for namespace 'GWeather', version '4.0' not found Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-15gnome-settings-daemon: upgrade 41.0 -> 42.1Andreas Müller
============ Version 42.1 ============ - Brown paper bag release ============ Version 42.0 ============ - Translation updates Keyboard: - Clear content of gtk-im-module setting ============= Version 42.rc ============= Sharing: - Do not manage gnome-remote-desktop, now done through gnome-control-center and systemd services =============== Version 42.beta =============== - Translation updates Datetime: - Port to GWeather 4 Media-keys: - Fix launching of Settings actions - Suppress UCM generic soundcard names on volume OSDs - Remove screenshot key handling, done now in GNOME Shell Power: - Improve battery warning debouncing logic XSettings: - Adopt x11-specific code to look up GTK IM module from gsd-keyboard ================ Version 42.alpha ================ - Translation updates Color: - Night light color temperature fixes Media-keys: - Remove GNOME-specific MediaKeys API - Multiple MPRIS fixes Power: - Do not print an error for failures from realpath XSettings: - Support new "high-contrast" setting Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-15gnome-backgrounds: upgrade 41.0 -> 42.0Andreas Müller
License changed to Creative Commons Attribution-Share Alike 3.0 only ============== Version 41.0 ============== - split xml files per background for easier cherry-picking by distros - clean up credentials ================= Version 41.beta ================= - new default & supplemental wallpapers in light and dark variants - updated guidelines Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-14tracker: upgrade 3.2.1 -> 3.3.0wangmy
Changelog: ========== * Fix storage of subsecond information in date/time properties * Add more tests Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-13sysprof: Fix build to work with llvm libunwindKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
2022-04-13gnome-bluetooth: Add PACKAGECONFIG pulseaudio and filter by distro-featureAndreas Müller
Logs create wallpapers of warnings/errors without pulseaudio bluetooth modules in image. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-13gnome-bluetooth: rename recipes to avoid suffix in futureAndreas Müller
We have two gnome-bluetooths: * 3.34.5: This will deprecate so add suffix and name it gnome-bluetooth3 * 42.0: This is the future of gnome-bluetooth so name it as such Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-13gnome-bluetooth: avoid clashes with gnome-bluetooth4Andreas Müller
* gnome-bluetooth and gnome-bluetooth4 install bluetooth-sendto. Prefer gnome-bluetooth4's bluetooth-sendto. * For those still relying on gnome-bluetooth - in this layer gnome-flashback only - offer gnome-bluetooth4's bluetooth-sendto Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-13packagegroup-gnome-desktop: replace gnome-bluetooth by gnome-bluetooth4Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-13gnome-shell: fix bluetooth PACKAGECONFIGAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-13sysprof: upgrade 3.42.1 -> 3.44.0Andreas Müller
Overview of changes in Sysprof 3.44.0 ===================================== * Translation updates Overview of changes in Sysprof 3.43.90 ====================================== * Require libunwind unless disabled manually to help ensure distributions are doing the right thing. * Add allocation leaks section to memprof. * Fix preloading of speedtrack * Fix capture of mapped path names with spaces * Translation updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-13network-manager-applet: upgrade 1.24.0 -> 1.24.0Andreas Müller
Backported patch can go ======================================================= network-manager-applet-1.26.0 Overview of changes since network-manager-applet-1.24.0 ======================================================= * Improve error messages and error dialogs. * Improve Wi-Fi security combo error handling. * Stop providing WEP by default. * Replace the lock icon for WEP networks with an exclamation mark. * Fix meson 0.61 issues. * Make the tooltip of the status icon available for screen readers. * Fix OWE wireless security option not showed on "Connect to a Hidden Network" dialog. * Fix OWE wireless security option not being saved when chosen from nm-connection-editor. * Move 802.1 dialog margins for the inner vbox. * Align labels for Ethernet dialog. * Move all Wi-FI entries to a submenu. * Fix the VPN plugins dialog margins. * Add a scrolled window for the VPN page. * Internal improvements. * Update translations. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-13libportal: upgrade 0.5 -> 0.6Andreas Müller
libportal 0.6: * New portal support: Dynamic launcher * Add API for checking for flatpak/snap sandbox * Fix a bug where the callback setup by libportal for a GCancellable was not * properly canceled in case a portal method call was not successful, which can * lead to a double free seg fault * libportal-qt: Add convenient functions to better deal with GVariants * libportal-qt: Use a global instance of XdpPortal object * libportal-qt: make filechooserFilterToGVariant() public * camera: Use correct variant for is_camera_present() * portal-test-gtk3: Fix incorrect paths used in tests * Documentation improvements * CI improvements Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-13ibus: upgrade 1.5.23+ -> 1.5.26Andreas Müller
1.5.26 * Enhance compose keys df664b1 19377ad * Enhance Emoji features acc5570 104148b d9ff2bb * Implement clear preedit for GTK4 5487a6b * Calculate keycode from keysym in GTK3 forward-key-event 4957d14 * Fix to send char position at update_preedit_text f5757ad * Deprecate gettext.bind_textdomain_codeset() since Python 3.8 28acfd4 * Fix ibus_key_event_from_string for gobject-introspection c69b61a * Fix a key event loop with forwarding keys 6b979e7 * Delete gnome-autogen dependency 2bc47f0 * Change XKB layout string color in panel 0e118e7 * Add IBUS_INPUT_HINT_PRIVATE for browser private mode 0f1485b * mkdir socket dirs instead of socket paths 787b564 dfd3fbf * Add org.freedesktop.IBus.session.generic.service b5423f0 * Check XDG_SESSION_DESKTOP for Plasma desktop 1f27521 * Update simple.xml with xkeyboard-config 2.35.1 a3c0724 * Update ibusunicodegen.h with unicode-ucd 14.0.0 9bf9ef0 * Enhance CI fbea544 51e3295 d53d31d be17934 675b94f * Fix typos a82bda5 1.5.25 * src/tests: Run gnome-session with no-overview mode 214b60a bc7811c ab6b958 * client/gtk2: Implement ibus_im_context_set_surrounding_with_selection() d105a39 * Code reviews e9e1642 17ae266 * src/ibuscomposetable: Do not include the same compose file a755d16 * src/ibusenginesimple: Multi_key to 0xB7 7e12d58 2fc1a02 * src/ibusenginesimple: Make Compose preedit less intrusive 3e2609e df49566 4259f16 5bd2ecc * Change default Emoji shortcut key b952d30 * setup: Enhance engine search function a4939f6 * client/gtk2/ibusimcontext: Enable sync process in GTK4 a823161 * engine: Update simple.xml with xkeyboard-config 2.33 934c456 238eb61 1.5.24 * Add GTK4 IM module c7928b1 d0a47c3 * Search engine name directly ef4c5c7 * Update IBusInputPurpose and IBusInputHints in ibustypes.h b72efea * Warn deprecated IBus XKB engines /w dialog 5322c44 * Update simple.xml 5012b69 * Add CI 30a3641 * Fix arguments in GLib.DBusSignalCallback for Vala 0.50 dd4cc5b * Fix to build emoji-*.dict in CLDR 38 aa558de * Fix build environments 02338ce 5d68b00 29959e1 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-13gthumb: upgrade 3.12.0 -> 3.12.2Andreas Müller
Version 3.12.2 ~~~~~~~~~~~~~~ Released: 2022-04-03 Features: * Added support for larger thumbnail sizes: 512, 768 and 1024 pixels. Bugfixes: * Fixed possible crash when changing directory during thumbnails creation. Translations: Version 3.12.1 ~~~~~~~~~~~~~~ Released: 2022-03-21 Bugfixes: * PNG loader ignores gAMA. (#194) * Transparent webp images are rendered incorrectly. (#199) * Crash when dropping files on an empty folder/catalog. (#220) * Fixed location loading after mounting volume. * JPEG image dimensions not displayed for files inside the trash. (#214) * Infinite Loop when viewing more than 50 thumbnails. (Kendy Kutzner) * X11 window title is not set. (Bruno Vasselle) * Copy release notes on build from NEWS to metainfo file. (Federico Bruni) * Fixed build if appstream >= 0.14.6 is not available. * Fix incorrect usage of shared_module in extensions. (Jakub Jirutka) * cli: mention that user can open files and/or directories. (#167) Translations Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-13gnome-shell-extensions: upgrade 41.1 -> 42.0Andreas Müller
Backported patch can go 42.0 ==== * Update Translators 42.rc ===== * Misc. bug fixes and cleanups [Florian; !215, !218] 42.beta ======= * workspace-indicator: Fix cancelling editing with Esc [Florian; !208] * window-list: Update window tracking to avoid missing icons [Florian; !207] * Use libadwaita for preferences [Florian; !209, !213] * Adapt to Clutter grab API changes [Florian; !212] * Misc. bug fixes and cleanups [Jan, Florian; !210, !214] Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-13gnome-session: upgrade 41.3 -> 42.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-13gnome-panel: upgrade 3.42.0 -> 3.44.0Andreas Müller
Version 3.44.0 ============== - Updated translations. Version 3.43.1 ============== - Port to GWeather 4. (#38) - Updated translations. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-13gnome-flashback: upgrade 3.42.1 -> 3.44.0Andreas Müller
Version 3.44.0 ============== - Updated translations. Version 3.43.1 ============== - Changes/fixes to monitor manager from mutter. - Add media keys manager (to restore screenshot keybindings). - Updated translations. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-13gnome-control-center: upgrade 41.2 -> 42.0Andreas Müller
================ Version 42.0 ================ - Updated AppData screenshots - Re-enable tests - Updated translations =============== Version 42.rc ================ - Updated translations Keyboard - Restore _GNOME_WM_KEYBINDINGS support User Accounts - Bring back Fingerprint dialog - Fix avatar loading Wacom - Bring back empty state Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-13libnma: upgrade 1.8.36 -> 1.8.38Andreas Müller
======================================= libnma-1.8.38 Overview of changes since libnma-1.8.36 ======================================= * libnma-gtk4 is no longer considered EXPERIMENTAL. * meson now builds libnma-gtk4 properly. * Keyboard accelerator for certificate chooser works again. * Fixed libnma-gtk4 version of mobile-wizard. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-11evolution-data-server: Disable g-i on muslKhem Raj
g-i calls on musl are adding -L/usr/lib to linker path which confuses the build as it tried to use the libraries from build host and fails badly Fixes aarch64-yoe-linux-musl-ld: warning: library search path "/usr/lib" is unsafe for cross-compilation ... | /mnt/b/yoe/master/build/tmp/work/cortexa72-yoe-linux-musl/evolution-data-server/3.44.0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-ld: skipping incompa tible /usr/lib/libunwind.so when searching for -l:libunwind.so | Error relocating /usr/lib/libz.so.1: unsupported relocation type 8 | Error relocating /usr/lib/libz.so.1: unsupported relocation type 8 Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
2022-04-11gnome-shell: upgrade 41.2 -> 42.0Andreas Müller
* Backported patch can go * Adding gtk-icon-cache unveiled a misconception: DEPENDS overwrote those added by inherit Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-11mutter: upgrade 41.2 -> 42.0Andreas Müller
For changelogs see: [1] https://download.gnome.org/sources/mutter/41/mutter-41.3.news [2] https://download.gnome.org/sources/mutter/41/mutter-41.4.news [3] https://download.gnome.org/sources/mutter/41/mutter-41.5.news [4] https://download.gnome.org/sources/mutter/42/mutter-42.beta.news [5] https://download.gnome.org/sources/mutter/42/mutter-42.rc.news [6] https://download.gnome.org/sources/mutter/42/mutter-42.0.news Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-11gnome-online-accounts: upgrade 3.43.1 -> 3.44.0Andreas Müller
Overview of changes in 3.44.0 ============================= * Bugs fixed: !69 Add .gitlab-ci.yml !70 Update Fedora logo !78 Silence -Wincompatible-pointer-types with GCC 11 * Updated translations Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-10gparted: update to v1.4.0Markus Volk
- remove x11 features-check because there aren't dependencies that would explicilty require x11 as a DISTRO_FEATURE - use POSIX basename() to fix up musl build ============================ GParted 1.4.0 (2022-03-28) ============================ Release Notes ------------- This release of GParted includes enhancements, bug fixes and language translation updates. * Add labelling of mounted btrfs, ext2/3/4 and xfs file systems * Fix detection of mount points for encrypted file systems * Fix crash scrolling quickly in the drive selection combobox * Add bcache detection * Add JBD external EXT3/4 journal detection Bug Fixes --------- * Add labelling of mounted btrfs, ext2/3/4 and xfs file systems (#163, !87) * Fix detection of mount points for encrypted file systems (#162, !88) * Fix unmount error when unmounting below a bind mount point (!89) * Fix crash scrolling quickly in the drive selection combobox (#165, !91) * Add initial Indonesian translation of help (!90) * Add accessibility relations for screen readers like Orca (!92) * Fix partition creation at sector 2048 if partition before it (#172, !93) * Make more getter methods use return-by-constant-reference (!94) * Check copy destination instead of source (!95) * Add bcache detection (#183, !96) * Add JBD external EXT3/4 journal detection (#89, !97) * Fix translation of DocBook markup tag of the GParted Manual (!98) Code Credits ------------ Code enhancements are courtesy of Movie Ma, Pascal Engélibert, and Mike Fleetwood. Translations (new/updated) -------------------------- cs(Marek Černocký), da(Alan Mortensen), eu(Asier Sarasua Garmendia), fur(Fabio Tomat), he(Yaron Shahrabani), hr(Goran Vidović), hu(Balázs Úr), id(Andika Triwidada), it(Milo Casagrande), ko(Seong-ho Cho), lt(Aurimas Černius), lv(Rūdolfs Mazurs), nb(Kjell Cato Heskjestad), nl(Nathan Follens), pa(A S Alam), pt(Hugo Carvalho), ru(Aleksandr Melman, Sergej A), sk(Dušan Kazik), sl(Matej Urbančič), sr(Мирослав Николић), zh_CN(Luming Zh) Dependencies (new/updated) -------------------------- * n/a Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-06evolution-data-server: re-enable gobject-introspectionAndreas Müller
Tested on glibc/aarch64 after recent update. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-06zenity: upgrade 3.41.0 -> 3.42.0wangmy
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-06gnome-text-editor: initial add 42.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-06gnome-commander: initial add 1.14.2Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>