Commit Graph

2418 Commits

Author SHA1 Message Date
Wang Mingyu
b39123519b
sysprof: upgrade 47.1 -> 47.2
Changelog:
============
* Use pid when generating counter IDs in SysprofCollector
* Fix potential UB in GtkBitset
* Avoid UB in bsearch() with no data
* Increased safety in SysprofDocumentLoader
* Increased safety when parsing CPU counters with async IO

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-12-03 09:44:36 -08:00
Wang Mingyu
bde2371c75
localsearch: upgrade 3.8.0 -> 3.8.1
0001-fix-reproducibility.patch
refreshed for 3.8.1

Changelog:
============
* Fix multiple leaks in metadata extractors
* Fix reporting of metadata extraction progress in "localsearch daemon -f"
  and "localsearch status"
* Cache mounts for generating stable content identifiers
* Added missing includes necessary for Musl libc

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-12-03 09:44:32 -08:00
Wang Mingyu
c187b2b676
gnome-online-accounts: upgrade 3.52.1 -> 3.52.2
Bugs fixed:
- goadavclient.c: add WebDAV default candidate to test
- goafedoraprovider: fix use-after-free

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-12-03 09:44:32 -08:00
Wang Mingyu
89b34aa03d
evolution-data-server: upgrade 3.54.1 -> 3.54.2
0001-I-574-Fails-to-build-link-against-icu-76.1.patch
removed since it's included in 3.54.2

Changelog:
==========
- libedataserverui: Avoid initializing the icon_theme when building introspection data
- Fails to build/link against icu 76.1
- Correct certificate key usage constants

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-12-03 09:44:32 -08:00
Khem Raj
f8d480d426
evolution-data-server: Fix build with ICU-76+
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-11-23 18:36:10 -08:00
Khem Raj
f1e8d8a510
meta: Add SECURITY.md file to all layers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-11-23 09:00:14 -08:00
Khem Raj
842bb9f99f
libdex: Link with libucontext on musl
Fixes errors like below

x86_64-yoe-linux-musl-ld.lld: error: undefined symbol: getcontext

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-11-22 11:02:13 -08:00
Markus Volk
d4ac4dcb70
gdm: update useradd settings
Set HOME_DIR back to /var/lib/gdm. If this is not specified, gdm will store its
files in $HOME/.cache. This is pretty ugly because I think this directory should
only be used by real users? Maybe /var/cache would be a better place, because it
would be the system equivalent of $HOME/.cache?

Use tmpfiles.d to ensure /var/lib/gdm is created with the right permissions
even in case /var would be tmpfs

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-11-22 11:02:13 -08:00
Khem Raj
73c46b265d
geary: Specify iso codes xml file locations
Do not check for these files to exist during build time, they are
needed during runtime.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Markus Volk <f_l_k@t-online.de>
2024-11-22 08:23:52 -08:00
Markus Volk
34962ffbbe
geary: add itstool-native dependency
fixes:
| Configuring org.gnome.Geary.service using configuration
| Program itstool found: NO
|
| ../git/help/meson.build:21:6: ERROR: Program 'itstool' not found or not executable

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-11-22 08:23:52 -08:00
Khem Raj
f7229b44ea
libdex: Inherit features_check
Fixes
QA Issue: libdex: recipe doesn't inherit features_check [unhandled-features-check]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-11-22 08:23:52 -08:00
Khem Raj
22542bb870
geary: Specify location of iso-codes xml files
During cross-compiling it needs to know the location of
staging area where these files are installed in RSS

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-11-21 21:42:37 -08:00
Pablo Saavedra
5da44d9d0b
sysprof: Upgrade to 47.1
The versioning scheme was changed to align to GNOME releases.
This version resolves stack frames properly, as opposed to 3.48.

Depends on libdex/libpanel recipes to be able to build the sysprof
UI, besides the sysprof-cli executable.

Co-Authored-By: Nikolas Zimmermann <nzimmermann@igalia.com>
Signed-off-by: Pablo Saavedra <psaavedra@igalia.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-11-21 21:42:36 -08:00
Pablo Saavedra
cc057dfb7c
libpanel: initial add 1.8.1
This is a dependency for upcoming sysprof 47.1

Signed-off-by: Pablo Saavedra <psaavedra@igalia.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-11-21 21:42:36 -08:00
Pablo Saavedra
b812c17427
libdex: initial add 0.8.1
This is a dependency for upcoming sysprof 47.1

Signed-off-by: Pablo Saavedra <psaavedra@igalia.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-11-21 21:42:36 -08:00
Khem Raj
af6858aa37
ghex,gnome-chess,gnome-photos: Add missing dep on itstool-native
Fixes build issues in these recipe in meta-gnome

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-11-21 21:42:35 -08:00
Markus Volk
bdf441ecb5
gnome-boxes: add itstool-native dependency
fixes:
| Configuring org.gnome.Boxes.SearchProvider.ini using configuration
| Program itstool found: NO
|
| ../gnome-boxes-47.0/help/meson.build:36:6: ERROR: Program 'itstool' not found or not executable
|

- also provide appstream-cli

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-11-21 21:42:34 -08:00
Markus Volk
b523303f78
eog: add itstool-native dependency
fixes:
| ../eog-47.0/help/meson.build:45:6: ERROR: Program 'itstool' not found or not executable
|
| A full log can be found at /home/flk/poky/build/tmp/work/corei7-64-poky-linux/eog/47.0/build/meson-logs/meson-log.txt
| ERROR: meson failed

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-11-20 15:42:23 -08:00
Markus Volk
228a2ad379
gdm: allow to unlock keyring when logging in
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-11-20 10:49:00 -08:00
Markus Volk
9085346c01
gdm: fix service start
gdm doesn't require to create a home directory but it needs to be member of
the video group to work properly

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-11-19 16:59:16 -08:00
Dan McGregor
76e85a8871
gdm: optionally enable plymouth
Instead of disabling plymouth, allow a distribution to enable it
with a PACKAGECONFIG.

Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-11-19 16:59:16 -08:00
Wang Mingyu
620f226be9
ghex: upgrade 46.0 -> 46.1
Changelog:
  fix GdkDisplay access before init

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-11-19 16:59:11 -08:00
Wang Mingyu
f5268634f5
gegl: upgrade 0.4.48 -> 0.4.50
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-11-19 16:59:11 -08:00
Ross Burton
e7d0ab859d
gnome-desktop: add PACKAGECONFIGs for gtk3/gtk4 libraries
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-11-19 16:59:06 -08:00
Ross Burton
8106d41925
gnome-desktop: remove X11 dependencies
The dependencies on libxext and xrandr were removed in 3.21.4 (2016).

This also means we can remove the check for the X11 DISTRO_FEATURE.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-11-19 16:59:06 -08:00
Chen Qi
77d0a6d3db
gnome-boxes: require opengl distro feature
spice-gtk requires opengl distro feature, so gnome-boxes should
require it too.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-11-19 13:50:57 -08:00
Chen Qi
cdc82b14a9
grilo-plugins: consider opengl distro feature for default PACKAGECONFIG
gnome-online-accounts requires opengl by default, so lua-factory PACKAGECONFIG
should rely on opengl by default.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-11-19 13:50:57 -08:00
Chen Qi
4b953a7d64
sysprof: require opengl distro feature when gtk4 is dependend on
gkt4 has 'opengl' in its REQUIRED_DISTRO_FEATURES, so when it is
depended upon by sysprof, 'opengl' distro feature should also be
required.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-11-19 13:50:57 -08:00
Chen Qi
b81c9ea11c
libspelling: require opengl distro feature
The gkt4 in DEPENDS has 'opengl' in its REQUIRED_DISTRO_FEATURES,
so libspelling also needs to set this.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-11-19 13:50:57 -08:00
Wang Mingyu
f893f4c1ec
zenity: upgrade 4.0.2 -> 4.0.3
Changelog:
==========
- progress: support markup on label update STDIN
- progress: Properly setup custom ok/cancel labels
- color: Properly support custom ok/cancel labels
- test: Add test for custom ok/cancel buttons

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-11-05 22:45:23 -08:00
Wang Mingyu
72474c3de4
evolution-data-server: upgrade 3.54.0 -> 3.54.1
0001-CMakeLists.txt-Remove-TRY_RUN-for-iconv.patch
0001-cmake-Do-not-export-CC-into-gir-compiler.patch
0002-CMakeLists.txt-remove-CHECK_C_SOURCE_RUNS-check.patch
0004-call-native-helpers.patch

Bug Fixes:
==========
- Pass GError instead of CamelException to camel_movemail_solaris
- Fix argument types in ENABLE_BROKEN_SPOOL code
- Use GIConv instead of iconv_t with iconv wrappers
- ESoupSession: Sometimes accesses server without OAuth2 token

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-11-05 22:45:16 -08:00
Wang Mingyu
f2b68e6b52
babl: upgrade 0.1.108 -> 0.1.110
Changelog:
==========
- Fixes to alpha componet in HCY, HSL, HSV and YCbCr models.
- Use same CIE Lab conversion for start/end as rest with SIMD.
- Remove reliance on set rounding mode.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-11-05 22:45:16 -08:00
Markus Volk
dcb5894a39
gnome-online-accounts: Upodate 3.52.0 -> 3.52.1
Overview of changes in 3.52.1
=============================
* Bugs fixed:
  - !285 goakerberosprovider: don't assume all errors are auth errors
  - !285 goaoauthprovider: fix expected NULL GError

* Translation updates:
  - Catalan (Jordi Mas i Hernandez)
  - Latvian (Rūdolfs Mazurs)
  - Thai (Aefgh Threenine)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-11-05 09:42:31 -08:00
Markus Volk
3e43b6e8ad
gnome-software: update 47.0 -> 47.1
Version 47.1
~~~~~~~~~~~~
Released: 2024-10-10

This is a stable release with the following changes:
 * Fix crash in snap plugin when launching apps
 * Fix display of versions for packages being installed as part of an update
 * Various minor improvements to the review submission dialog
 * Fix a crash in the DKMS plugin

This release also updates translations:
 * Catalan (Jordi Mas i Hernandez, Jordi Mas)
 * French (Guillaume Bernard)
 * Indonesian (Andika Triwidada)
 * Russian (Artur S0)
 * Slovak (Jose Riha)
 * Thai (Aefgh Threenine)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-27 08:41:27 -07:00
Markus Volk
3509cab719
gnome-shell-extensions: update 47.0 -> 47.1
47.1
====
* classic: Add missing top-bar indicators [Florian; !339]
* window-list: Fix window state styling [Florian; !342]
* window-list: Fix "ignore-workspace" setting getting reset [Florian; !341]
* Misc. bug fixes and cleanups [Florian; !337, !338, !345, !347, !349]

Contributors:
  Florian Müllner

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-27 08:41:27 -07:00
Markus Volk
6945e81a65
gnome-shell: uodate 47.0 -> 47.1
47.1
====
* Improve quick settings accessibility [Lukáš; !3477, !3481, !3484, !3485]
* Use accent color in tablet configuration UI [Alice; !3480]
* Improve accuracy of inset box shadows [Daniel; !3488]
* Fix `PopupSwitchMenuItem::toggled` passing wrong state [Andrew; !3493]
* Consider text direction when handling arrow keys in sliders [Sundeep; !3500]
* Fix layout issues with new dialog style [Sam; !3473]
* Fix uneven padding in notification headers [Sam; !3486]
* Fixed crash [Florian; #7912]
* Misc. cleanups and bug fixes [Florian, Marco, Bilal; !3478, !3479, !3490,
  !3495, !3499, !3504, !3505, !3507, !3508, !3506, !3511, !3514]

Contributors:
  Bilal Elmoussaoui, Sam Hewitt, Sundeep Mediratta, Alice Mikhaylenko,
  Florian Müllner, Marco Trevisan (Treviño), Lukáš Tyrychtr, Daniel van Vugt,
  Andrew Zaech

Translators:
  Aefgh Threenine [th], Daniel Mustieles [es]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-27 08:41:27 -07:00
Markus Volk
f88339e87b
mutter: update 47.0 -> 47.1
47.1
====
* gwakeup: Reduce wake-ups to only first item in queue [Christian; !4007]
* x11: Reduce chances XPending does recvmsg() syscall [Christian; !4006]
* Fix grabbing tablet devices [Jonas; !4033]
* Fix misplaced windows and random resizes on scaled monitors [Jonas; !4041]
* Fix explicit sync with virtual monitors w/o pipewire streams [Doğukan; !4056]
* Improve detecting preferred primary devices [Kamil; !4055]
* Fixed crashes [Michel, Jonas, Daniel, José, Jason, Bilal; !4028, !4032,
  !4019, !4030, !4029, !4059, !4070, !4034]
* Misc. bug fixes and cleanups [Sebastian, Florian, Jonas, José, Michel;
  !4036, !4040, !4016, !3926, !4031, !4047, !4058, !4068, !3980, !3980]

Contributors:
  Jonas Ådahl, Michel Dänzer, Bilal Elmoussaoui, José Expósito, Jason Gerecke,
  Christian Hergert, Doğukan Korkmaztürk, Florian Müllner, Kamil Szczęk,
  Joan Torres, Daniel van Vugt, Sebastian Wick

Translators:
  Vincent Chatelain [fr], Jordi Mas i Hernandez [ca], Daniel Mustieles [es],
  Jürgen Benvenuti [de]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-27 08:41:26 -07:00
Markus Volk
90c89db444
gnome-control-center: update 47.0.1 -> 47.1.1
==============
Version 47.1.1
==============

- Fix crash on display scales > 1 due to conflicting type registration

============
Version 47.1
============

- Various translation updates
- Require gsettings-desktop-schemas >= 47.0

About
- Allow FQDN hostnames

Appearance
- Fix thumbnailing of backgrounds causing OOM kills

Date and Time
- Fix resize issue in the time format row when shown in small window sizes

Online Accounts
- Fix untranslated account provider info string

Region and Language
- Update language row after closing language selector

Remote Desktop
- Hide "Remote Desktop" row when gnome-remote-desktop is not available

Wacom
- Don't crash when handling an unknown stylus ID
- Don't show Map Buttons for fallback devices
- Handle all external remotes like an external TV remote-like device
- Make assets recolaborable, supporting dark-style, high-contrast, and accent colors
- Support HDPI for tablet/stylus illustration images

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-27 08:41:26 -07:00
Yoann Congal
061f5c7f82
gimp: fix gimptool buildpaths errors
gimptool is used in GIMP plugin compilation. It does need a CC
definition, provide it as the current CC with "--sysroot=..." removed.

gimptool also need the gimp .pc file which is in gimp-dev. Split
gimptool in its own package to avoid circular dependencies.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-15 20:38:50 -07:00
Wang Mingyu
6ed5891c18
libgsf: upgrade 1.14.52 -> 1.14.53
0001-Compilation-attempt-fixes-for-libxml-2.13.patch
removed since it's included in 1.14.53

Changelog:
============
* Compilation fixes for libxml 2.13
* Fix ABR in gsf-vba-dump.
* Teach gsf (the tool) to handle odf properties.
* Fix integer overflows affecting memory allocation.
* Add missing "DocumentStatus" ole2 property.
* Avoid some undefined C behaviour in overflow checks.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-14 09:52:25 -07:00
Wang Mingyu
7d968328da
gnome-console: upgrade 47.0 -> 47.1
Changelog:
 Some minor build issues on certain platforms have been ironed out

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-14 09:52:24 -07:00
Markus Volk
36f8eaea27
libspelling: update 0.4.0 -> 0.4.2
libspelling 0.4.2
=================

This is a bug-fix release for GNOME 47

 * Limit the number of corrections to 10 in enchant backend to help with
   dictionary configurations which produce many results.
 * Hide add/ignore menu items when disabled.
 * Don't show word corrections when spellcheck is disabled.

libspelling 0.4.1
=================

This is a bug-fix release for GNOME 47

 * Fixes an important issue tracking weak pointers from a GtkTextBuffer.
 * Fixes an important issue where we could get invalid text iters from
   GtkTextBuffer::delete-range() after the deletion occurred when other
   signal handlers are in play.

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-11 18:41:10 -07:00
Khem Raj
1a30244e30
gnome-console: Fix build with musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Markus Volk <f_l_k@t-online.de>
2024-10-11 00:25:46 -07:00
Khem Raj
ed4d00ed1e
gnome-user-share: Fix build issue found with musl systems
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Markus Volk <f_l_k@t-online.de>
2024-10-11 00:25:46 -07:00
Markus Volk
b9bf384af7
gnome-console: update 45.0 -> 47.0
Version 47.0
~~~~~~~~~~~~

A edge case in drag-and-drop has been resolved, and Aleksandr Melman fixed a
string that hadn't been marked for translation.

Updated Translations
 * Belarusian  (Vasil Pupkin)
 * British English  (Andi Chandler)
 * Bulgarian  (Alexander Shopov)
 * Catalan  (Jordi Mas i Hernandez)
 * Chinese (China)  (Luming Zh)
 * Czech  (Daniel Rusek)
 * Danish  (Ask Hjorth Larsen)
 * Galician  (Fran Dieguez)
 * Georgian  (Ekaterine Papava)
 * Greek  (Efstathios Iosifidis)
 * Hebrew  (Yaron Shahrabani)
 * Hungarian  (Balázs Úr)
 * Indonesian  (Andika Triwidada)
 * Lithuanian  (Aurimas Černius)
 * Norwegian Bokmål  (Brage Fuglseth)
 * Persian  (Danial Behzadi)
 * Polish  (Piotr Drąg)
 * Portuguese  (Hugo Carvalho)
 * Russian  (Artur S0)
 * Slovak  (Jose Riha)
 * Slovenian  (Martin)
 * Spanish  (Daniel Mustieles)
 * Swedish  (Anders Jonsson)
 * Ukrainian  (Yuri Chornoivan)

Version 47.rc
~~~~~~~~~~~~~~~

Thanks to feedback from beta users, a couple small improvements were made.

Updated Translations
 * Basque  (Asier Sarasua Garmendia)
 * Belarusian  (Vasil Pupkin)
 * Brazilian Portuguese  (Juliano de Souza Camargo)
 * Bulgarian  (Alexander Shopov)
 * Catalan  (poc senderi)
 * Chinese (China)  (Luming Zh)
 * Czech  (Daniel Rusek)
 * Finnish  (Jiri Grönroos)
 * Georgian  (Ekaterine Papava)
 * German  (Jürgen Benvenuti)
 * Hindi  (Scrambled 777)
 * Hungarian  (Balázs Úr)
 * Kazakh  (Baurzhan Muftakhidinov)
 * Korean  (DaeHyun Sung)
 * Norwegian Bokmål  (Brage Fuglseth)
 * Occitan  (Quentin PAGÈS)
 * Persian  (Danial Behzadi)
 * Portuguese  (Hugo Carvalho)
 * Romanian  (Daniel Șerbănescu, Florentina Mușat)
 * Russian  (Artur S0)
 * Turkish  (Emin Tufan Çetin, Sabri Ünal)
 * Ukrainian  (Yuri Chornoivan)

Version 47.beta
~~~~~~~~~~~~~~~

The preferences dialogue has been expanded to include scrollback size, and
there has been behind the scenes work fixing some pesky issues and setting
up future improvements.

Thanks to work elsewhere in the stack, we now have restored screen reader
support. This has taken far too long, and there is more work do be done, but
hopefully this is a significant step forward.

Additionally Alice reworked our styles to take advantage of improvements in
Gtk, whilst Chris helped us keep current with developments in Adwaita, and
Balló György provided some fixes.

Updated Translations
 * Brazilian Portuguese  (Juliano de Souza Camargo)
 * Greek  (Efstathios Iosifidis)
 * Hebrew  (Yosef Or Boczko)
 * Hindi  (Guntupalli Karunakar, Scrambled 777)
 * Kabyle  (Rachida SACI)
 * Nepali  (Pawan Chitrakar)
 * Occitan  (Quentin PAGÈS)
 * Portuguese  (Hugo Carvalho)
 * Romanian  (Daniel Șerbănescu)
 * Serbian  (Dušan Simić)
 * Serbian (Latin)  (Милош Поповић)
 * Slovak  (Matej Mrenica)
 * Slovenian  (Martin)
 * Turkish  (Sabri Ünal)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-11 00:25:45 -07:00
Markus Volk
ec3ec69de9
grilo-plugins: add PACKAGECONFIG for lua-factory
lua-factory is the only plugin that is enabled by default.
Add missing dependencies to fix build

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-11 00:25:45 -07:00
Markus Volk
b7c473c94d
grilo: fix gir install
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-11 00:25:45 -07:00
Markus Volk
1d27c33850
gnome-terminal: update 3.50.1 -> 3.54.0
- drop 0001-meson-add-option-to-set-dbus_interfacedir.patch
  Issue has been fixed by [c1657f9cd6]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-11 00:25:45 -07:00
Markus Volk
56601b7061
evolution-data-server: update
- Add cairo dependency
- Allow to work with gtk3
- Add patch to avoid pulling in a found
  google-id. It fails and would probably also
  break reproducibility
- inherit mime-xdg

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-11 00:25:45 -07:00
Markus Volk
066afa450f
gnome-photos: switch from tracker to tinysparql
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-11 00:25:44 -07:00
Markus Volk
750b32f7ab
grilo-plugins: switch from tracker to tinysparql
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-11 00:25:44 -07:00
Markus Volk
60ad992e49
tracker-miners: update 3.7.3 -> 3.8.0
- Rename to localsearch
- Refresh patches

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-11 00:25:44 -07:00
Markus Volk
e3418b55db
tracker: update 3.7.1 -> 3.8.0
- Dont inherit python3native. It seems to be unneeded
- Rename to tinysparql
- Drop dependencies for python3-pygobject-native and libarchive
- Disable tests by default
- Add PACKAGECONFIG for avahi
- Fix sed hack to keep buildpath out of enum-types.c
- Add patch that avoids to create compatibility links which would lead to package_qa error:
Path /home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/tinysparql/3.8.0/sstate-build-package/package/usr/lib/libtracker-sparql-3.0.so is owned by uid 1000, gid 100, which doesn't match any user/group on target. This may be due to host contamination.
- Refresh fix-reproducibility.patch and additionally edit tracker-http.c to avoid another buildpath leakage

Exception: Exception: KeyError: 'getpwuid(): uid not found: 1000'
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-11 00:25:44 -07:00
Markus Volk
b42e9c4bea
nautilus: update 46.2 -> 47.0
Major changes in 47.0
=====================
* Enhancements
 - Show new folder button in Open Folder(s) modes (Corey Berla)
 - Persist window size for file chooser (Corey Berla)
* Bugfixes:
 - Fix grammar error (Khalid Abu Shawarib)
 - Fix build error (Jami Kettunen)
 - Escape toast button mnemonics (Khalid Abu Shawarib)
 * File chooser fixes:
  - Don't show undo button when suggested name doesn't exist (Corey Berla)
  - Show filter name more consistently (Corey Berla)
  - Stop crashing when using "Open Item Location" (Corey Berla)
  - Fix issue where new folder button disappears (Corey Berla)
  - Fix flat dropdown styles (Alice Mikhaylenko)
* Translation updates (GNOME Translation Project contributors)
Major changes in 47.rc
=====================
* Enhancements
- Polish the file chooser (António Fernandes)
- Implement file chooser "choices" menu (Corey Berla)
- Allow extracting bzip2 tar files (Khalid Abu Shawarib)
- Allow dropping items into the file chooser (Corey Berla)
- Add the background menu to the file chooser (Corey Berla)
- Allow vertical scrolling in the pathbar (Liam Rust)
- Activate the accept button by default in file chooser (Dylan McCall)
* Bugfixes:
- Fix various file chooser crashes (Corey Berla)
- Don't hide file chooser filters with long filenames or in narrow mode (Corey Berla)
- Make sure the pathbar always shows the current folder (Corey Berla)
- Fix overlapping filename widget in file chooser (Corey Berla)
- Make nautilus previewer work between the main window and file chooser (António Fernandes)
- Various fixes for file chooser paths and save locations (Corey Berla)
- Set focus correctly in file chooser (Corey Berla)
- Allow unselecting an item in file chooser (Corey Berla)
- Add a tooltip to the network address bar button (Automeris naranja)
- Disallow conventional DnD into the pathbar in file chooser mode (Corey Berla)
- Don't overflow window in file chooser (Corey Berla)
* Translation updates (GNOME Translation Project contributors)
Major changes in 47.beta
=====================
* Enhancements
- Implement file chooser portal and introduce file chooser ui (António Fernandes)
- Redesign and modernize the compression dialog (Automeris naranja)
- Modernize the new folder dialog (Automeris naranja, António Fernandes)
- Replace Search Banner with Search Info Popover (Anuraag Reddy Patllollu)
- Redesign "Other Types" search (Khalid Abu Shawarib)
- Port to new adwaita widgets (Automeris naranja, Khalid Abu Shawarib, Peter Eisenmann)
- Update emblems with symbolics (Sam Hewitt, Khalid Abu Shawarib, Peter Eisenmann)
* Bugfixes:
- Use correct path for email (Peter Eisenmann)
- File chooser bug fixes (Corey Berla)
- Disable bookmarking the network view (Corey Berla)
- Change files view accent to grey (Alice Mikhaylenko)
- Fix dragging on touch devices (Lukas Swierzy, Gary Li)
- Misc bugfixes (Khalid Abu Shawarib, Peter Eisenmann, António Fernandes, Corey Berla)
* Translation updates (GNOME Translation Project contributors)
Major changes in 47.alpha
=====================
* Enhancements
 - Add the Network view (António Fernandes, Allan Day)
 - Show xdg dirs in sidebar as regular (removable) bookmarks (António Fernandes)
 - Show sidebar bookmarks before mounts (António Fernandes)
 - Remove "Other Locations" and show mounts directly on the sidebar (António Fernandes)
 - Improve view performance (Khalid Abu Shawarib)
 - Use new adw views (Automeris naranja)
 - Improve internal NautilusFile performance (Peter Eisenmann)

 - Improve ui for progress indicator (Peter Eisenmann)
 - Improve ui to floating bar (Sam Hewitt, piegames)
 - Allow staring from the context menu (José Guilherme)
 - Redesign trash dialog (Anuraag Reddy Patllollu, Allan Day)
 - Allow Scripts in flatpak (Anuraag Reddy Patllollu)
 - Open mounts in original tab instead of focused tab (Gary Li)
 - Allow simultaneous mounting (Khalid Abu Shawarib)
* Bugfixes:
  - Create archive with Enter on Compress dialog (Lukáš Tyrychtr)
  - Accessibility fixes (Automeris naranja, Sabri Ünal)
  - Move focus correctly when item is removed (Khalid Abu Shawarib)
  - Don't reset permissions when copying from a non-isofs readonly filesystem (Fina Wilke)
  - Open correct panel in GNOME Settings for trash settings (Khalid Abu Shawarib)
  - Disable paste in Trash, Recent, and Starred (Jonathan Lin)
  - Fix error when passing invalid location to portals (Khalid Abu Shawarib)
  - Fix memory leaks (Khalid Abu Shawarib, António Fernandes)
  - Call shutdown() on modules (Corey Berla)
  - Don't show banners in global search (Khalid Abu Shawarib)
  - Prevent a crash (Khalid Abu Shawarib, Gary Li)
  - Keep correct file list order in a DnD (Khalid Abu Shawarib)
  - Don't display future dates as "Today" or "Yesterday" (Grey Nicholson)
  - Prevent freeze (Peter Eisenmann)
  - Fix broken sort order when switching views (Gary Li)
  - Don't irreversibly hide sidebar with touch gesture (Khalid Abu Shawarib)
  - Don't unnecessarily re-set selection in search (Gary Li)
  - Don't scale up images in properties preview (Khalid Abu Shawarib)
  - Actually drop wayland export handles (António Fernandes)
  - Fix potentially incorrect file operation (Khalid Abu Shawarib)
  - Batch rename fix tags, and allow illegal characters (Anuraag Reddy Patllollu)
  - Allow xdp to fail (Balló György)
  - Fix typo (Alexandre Franke)
* Cleanups
  - Use property styling for adw rows (Automeris naranja, Anton Snigirev)
  - Code cleanup (Khalid Abu Shawarib, Peter Eisenmann, Corey Berla, António Fernandes)
  - Significant refactoring and cleanup to prepare to Nautilus as a file chooser (António Fernandes)
* Translation updates (GNOME Translation Project contributors)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-11 00:25:44 -07:00
Markus Volk
aef0af3be9
mutter: update 46.4 -> 47.0
47.0
====
* Fix resizing of electron windows [Jonas; !3997]
* Fix using modifiers on multi-GPU setups [José; !3998]
* Don't override externally set tablet calibration [Peter; !3846]
* Add experimental support for xdg-session-manager-v1 protocol
* Fixed crashes [Peter, Sebastian, Jonas, Michel; !3959, !4000, !4003, !3999]
  [Jonas, Carlos, Sebastian; !3825]
* Misc. bug fixes and cleanups [Florian, Sebastian, nibon7, Peter, Simon, Jonas;
  !3995, !4008, !3996, !4013, !4012, !4017, !4026]
Contributors:
  Jonas Ådahl, Michel Dänzer, José Expósito, Carlos Garnacho, Peter Hutterer,
  Simon McVittie, Florian Müllner, nibon7, Sebastian Wick
Translators:
  Daniel [es], Fran Dieguez [gl], Luming Zh [zh_CN], Martin [sl],
  Yuri Chornoivan [uk], Yaron Shahrabani [he], Emin Tufan Çetin [tr],
  Daniel Rusek [cs], Danial Behzadi [fa], Alexander Shopov [bg],
  Anders Jonsson [sv], Ekaterine Papava [ka], Asier Sarasua Garmendia [eu],
  Hugo Carvalho [pt], Piotr Drąg [pl], Aurimas Černius [lt], Balázs Úr [hu],
  Andika Triwidada [id], Andi Chandler [en_GB], Artur S0 [ru],
  Quentin PAGÈS [oc], Rafael Fontenelle [pt_BR], Ask Hjorth Larsen [da],
  Rūdolfs Mazurs [lv]
47.rc
=====
* Add experimental color management protocol support
  [Sebastian W.; !3904, !3930, !3941, !3893, !3953]
* Merge Cally into Clutter [Bilal; !3917]
* Fix drag and drop between X11 and wayland clients [Carlos; !3821]
* Fix drag and drop from grabbing popups [Carlos; !3937]
* Fix EGLDevice support [Daniel; !3939]
* Improve cursor smoothness under load [Jonas Å., Michel; !3184, !3934, !3958]
* Fix frozen cursor on some hybrid machines [Daniel; !3950]
* Fix touch window dragging with pointer lock enabled [Carlos; !3889]
* Store the layout mode in monitor config [Jonas & Jonas; !3596]
* Fix keys sometimes getting stuck after using global shortcut [Carlos; !3935]
* Fix propagating tablet device removals to clients [Peter; !3955]
* Fix tablet input in maximized windows [Peter; !3956]
* Reduce damage on window movement [Christian; !3975]
* Install mutter tests [Jonas Å.; !3973]
* Use libadwaita for server-side decorations on GNOME [Georges; !3981]
* Fix frozen cursor after suspend [Jonas Å.; !3982]
* Let scaling-aware Xwayland clients scale themselves [Jonas & Jonas; !3567]
* Add initial PipeWire explicit sync support [Michel, Wim; !3876]
* Trace damage reason in sysprof [Sebastian W.; !3952]
* Expose new backlight API to gnome-settings-daemon [Jonas Å.; !3861]
* Fixed crashes [Jonas Å., Daniel; !3960, !3928]
* Plugged leaks [Sebastian K.; !3994]
* Misc. bug fixes and cleanups [Bilal, Sebastian W., Jonas Å., Marco, Daniel,
  Georges, sid, Florian, José, Sophie, Michel, Robert, Lukáš, Martin, Carlos,
  Sebastian K.; !3915, !3907, !3923, !3925, !3924, !3694, !3912, !3916, !3931,
  !3918, !3922, !3940, !3946, !3945, !3949, !3942, !3914, !3899, !3954, !3957,
  !3963, !3967, !3966, !3971, !3962, !3974, !3969, !3976, !3983, !3977, !3979,
  !3986, !3987, !3988, !3991, !3989, !3992]
Contributors:
  Jonas Ådahl, Michel Dänzer, Jonas Dreßler, Bilal Elmoussaoui, José Expósito,
  Carlos Garnacho, Christian Hergert, Sophie Herold, Peter Hutterer,
  Sebastian Keller, Martin Abente Lahaye, Robert Mader, Florian Müllner,
  Georges Basile Stavracas Neto, sid, Wim Taymans, Marco Trevisan (Treviño),
  Lukáš Tyrychtr, Daniel van Vugt, Sebastian Wick
Translators:
  Daniel Șerbănescu [ro], Quentin PAGÈS [oc], Vasil Pupkin [be]
47.beta
=======
* Fix visibility of Xwayland windows [Michel; !3862]

* Add plumbing for transforming color state [Jonas; !3433]
* Build and publish GNOME OS systemd-sysext extensions [Martin; !3843]
* Implement support for tablet tool keybindings and actions [Peter; !3649]
* Add support for tablet tool pressure ranges [Peter; !3794]
* Improve sticky behavior with transient dialogs [Jonas; !3870]
* Improve placement and focus logic with always-on-top windows [Jonas; !3879]
* Expose Orientationmanager to introspection [Ivan; !3880]
* Recover from secondary GPU update failures [Daniel; !3817]
* Plugged leaks [Sebastian K.; !3884, !3888]
* Misc. bug fixes and cleanups [Carlos, Michel, Sebastian W., Pascal, Florian,
  Martin, Bilal, Daniel, Jonas, Robert; !3860, !3848, !3867, !3869, !3871,
  !3740, !3872, !3883, !3857, !3885, !3891, !3895, !3898, !3896, !3887, !3901,
  !3897, !3902, !3329, !3894, !3903, !3906, !3909, !3905, !3910]
Contributors:
  Jonas Ådahl, Michel Dänzer, Bilal Elmoussaoui, Carlos Garnacho,
  Peter Hutterer, Sebastian Keller, Ivan Kuzmenko, Martin Abente Lahaye,
  Robert Mader, Florian Müllner, Pascal Nowack, Daniel van Vugt, Sebastian Wick
Translators:
  Chao-Hsiung Liao [zh_TW]
47.alpha
========
* Fix sending preferred buffer transform [Robert; !3717]
* Fix key press events with immediate release being ignored [Carlos; !3721]
* Fix hardware cursor with non-atomic KMS drivers [Daniel; !3676]
* Fix night light state getting stuck on monitor changes [Michel; !3742]
* Fix unsetting clipboard on screen lock [Florian; !3752]
* Fix wrong input region of undecorated X11 windows [Sebastian K.; !3720]
* Fix windows potentially shrinking unexpectedly on configure [Jonas Å.; !3755]
* Implement XDG dialog protocol [Carlos; !3557]
* Fix popup menus sometimes closing immediately [Jonas D.; !3631]
* Allow building without X11 support [Bilal; !3607, !3765, !3254, !3776, !3853]
* Emit signal when accelerator is deactivated [dcz; !3680]
* Fix wrong pointer cursor during compositor grabs [Carlos; !3736]
* Fix possible out of sync primary selections and clipboard [Carlos; !3789]
* Improve monitor matching when restoring windows on hotplug [Jonas Å.; !3753]
* Add support for SIZE_HINTS cursor plane property [adarshgm; !3165]
* Fix ibus support in popups [Sebastian K.; !3787]
* Delay xdg-activation requests until window is mapped [Sebastian W.; !3728]
* Fix hardware accelerated rendering when headless [Jonas Å.; !3805]
* Merge ClutterColor and CoglColor [Bilal; !3796, !3802, !3544]
* Fix performance issues with second virtual monitor [Jonas Å.; !3803]
* Add back support for legacy X11 cursor themes [Daniel; !3718]
* Add support for DRM lease protocol [Sebastian W., Jonas Å., José; !3746]
* Base test backend on native backend instead of X11 [Jonas Å.; !3812]
* Fix missing unmap animation of some windows [Michel; !3840]
* Fix preedit offsets [Orko; !3845]
* Use character offsets to specify surrounding text [Shiki; !3719]
* Don't force titlebar on screen on all interactive resizes [Jeffrey; !3764]
* Fixed crashes [Carlos, Michel, Keyu, Jonas Å., Sebastian K., Marco, Georges,
  Sebastian W.; !3715, !3725, !3711, !3758, !3763, !3749, !3732, !3729, !3828,
  !3783, !3849]
* Misc. bug fixes and cleanups [Mart, Florian, Marco, Jonas Å., Sebastian W.,
  Bilal, Michel, Corentin, Georges, Philip, Daniel, Jonas D., José, Pascal,
  Carlos; !3716, !3723, !3727, !3735, !3731, !3378, !3700, !3743, !3750, !3701,
  !3757, !3754, !3748, !3759, !3761, !3762, !3730, !3737, !3771, !3775, !3770,
  !3768, !3781, !3782, !3784, !3788, !3791, !2959, !3792, !3265, !3801, !3804,
  !3795, !3693, !3793, !3800, !3115, !3806, !3809, !3810, !3816, !3811, !3667,
  !3799, !3823, !3818, !3813, !3814, !3807, !3827, !3826, !3831, !3829, !3830,
  !3798, !3833, !3836, !3837, !3835, !3820, !3822, #3540, !3842, !3851, !3747,
  !3790]
Contributors:
  Jonas Ådahl, adarshgm, Michel Dänzer, dcz, Jonas Dreßler, Bilal Elmoussaoui,
  José Expósito, Orko Garai, Carlos Garnacho, Sebastian Keller, Jeffrey Knockel,
  Robert Mader, Florian Müllner, Georges Basile Stavracas Neto, Corentin Noël,
  Pascal Nowack, Shiki Okasaka, Mart Raudsepp, Keyu Tao,
  Marco Trevisan (Treviño), Daniel van Vugt, Sebastian Wick, Philip Withnall

Translators:
  Hugo Carvalho [pt], Leônidas Araújo [pt_BR], Scrambled 777 [hi],
  Jose Riha [sk], Милош Поповић [sr]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-11 00:25:44 -07:00
Markus Volk
64e6896367
libspelling: update 1.2.1 ->> 1.4.0
libspelling 0.4.0
=================
This is a stable release for GNOME 47.0
 * Protect the SpellingEngine from systems with misconfigured dictionaries.
 * Protect the SpellingTextBufferAdapter from NULL language codes.
 * Protect the SpellingJob from uncooperative break chars which could
   result in zero length runs.
 * Fix some incorrect licenses.
libspelling 0.3.1
=================
This is an unstable release for GNOME 47.rc.
 * Immediately clear tags for invalidated regions without round-tripping
   to the checker thread.
 * Bump soname for ABI changes in 0.3
 * Fix licenses to be LGPLv2.1+
 * Add sysprof profiler marks for performance profiling
 * Update example so people know to copy the button-press work
   to update the menu immediately.
 * Fix pkg-config fields
 * Fix libspelling usage from subproject
 * Make introspection building optional
 * Documentation improvements
libspelling 0.3.0
=================
This is an unstable release for GNOME 47.beta.
The highlight for this release is a new threaded spellchecking
engine. It performs text analysis and dictionary lookups in
bulk off the UI thread. Care is taken to catch collisions in the
face of user editing while spellchecking operations are in flight.
I expect a significant reduction in initial spellchecking time
after opening a document. Opening `gtktextbuffer.c` in Text Editor
was more than 8x faster.
Currently, libspelling relies on GTK main until 4.15.5 is released
so do keep this in mind if you are a distributor.
Some API has changed, though that is unlikely to affect any known
applications using libspelling.
 * Many new unit tests are part of the testsuite
 * SpellingLanguage was renamed to SpellingDictionary
 * SpellingLanguageInfo was renamed to SpellingLanguage
 * Various helpers were added to SpellingTextBufferAdapter so
   that they can update spelling menus. Applications that update
   the cursor position on clicks before showing menus may want to
   force the menu updating before `menu.popup`.
 * SpellingTextBufferAdapter now uses the new GtkTextBufferCommitNotify
   API in GTK 4.15.5 and newer

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-11 00:25:44 -07:00
Markus Volk
8d4d3a84ad
gvfs: update 1.54.0 -> 1.56.0
Major changes in 1.56.0
=======================
* udisks2: Run update synchronously for internal changes (Ondrej Holy)
* onedrive: Set name of drive root (Jan-Michael Brummer)
* onedrive: Handle multiple drives with same IDs (Jan-Michael Brummer)
* Translation updates (GNOME Translation Project contributors)

Major changes in 1.55.90
========================
* fuse: Fill stat info during readdir to improve performance (Ondrej Holy, Jan Palus)
* smb: Fix access over FUSE when root dir is not accessible (rong wang)
* onedrive: Guess mime type locally if not set by the server (Jan-Michael Brummer)
* trash: Add support for x-gvfs-trash mount option (Ondrej Holy)
* onedrive: Add seek on write functionality (Jan-Michael Brummer)
* Translation updates (GNOME Translation Project contributors)

Major changes in 1.55.1
=======================
* ftp: Change cwd to root before renaming to prevent failures (rong wang)
* udisks2: Ignore autofs mounts to prevent duplicated entries (Ondrej Holy)
* udisks2: Show only direct descendats of /media unless $USER (Ondrej Holy)
* ftp: Obtain correct modification time for old files using MDTM cmd (Ondrej Holy)
* ftp: Use timegm instead of mktime to not shift dates by timezone (Ondrej Holy)
* ftp: Add support for setting mtime attribute using MFMT cmd (Ondrej Holy)
* ftp: Preserve mtime when copying to local (Ondrej Holy)
* build: Add deprecated_apis option and disable installation of headers (Ondrej Holy)
* udisks2: Do not schedule update if pending already to improve performance (Ondrej Holy)
* dav: Disable query_info_on_read method to fix mtime preservation (Ondrej Holy)
* network: Disable usage of smbbrowse backend by default (Ondrej Holy)
* smbbrowse: Don't enforce NT1 to fix mounting in certain cases (Ondrej Holy)
* onedrive: Fix various memory leaks (Jan-Michael Brummer)
* build: Disable burn backend by default (Ondrej Holy)
* Translation updates (GNOME Translation Project contributors)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-11 00:25:43 -07:00
Markus Volk
842fdd2a44
gnome-control-center: update 46.2 -> 47.0.1
- inherit gi-docgen to make api-documentation available
- Add missing dependencies to build documentation
- Temporary switch to gitsm, because gnomebase.bbclass does not
  work, if package contains patch version number
- Remove PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
  Seems to be unneeded by now

===============
Version 47.beta
===============

- Various translation updates
- Various CI fixes
- Various ports to modern libadwaita widgets
- Various mnemonics additions
- Use GtkWindow.set_default_icon_name for legacy sessions

Accessibility
- Rename "Reduce Animation" setting to "Animation Effects"

Apps
- Rename "File and Link Associations" page to "Files and Links"
- Show status page when Parental Controls aren't available
- Don't show "App is not sandboxed" banner for system components

Display
- Adapt rotation labels to the screen ratio
- Don't set automatic Night Light when Location Services are unavailable

Keyboard
- Load input choice locales asynchronously
- Fix "Move" buttons in input rows

Location
- Remove reference to now retired Mozilla Location Services

Mouse
- Use monochrome assets to support different accent colors
- Separate "Touchpad" row into its own preferences row group

Network
- Don't set empty ignored hosts

Notifications
- Turn "App Notifications" dialog into a subpage

Online Accounts
- Add a toast overlay for panel notifications/error messages

Users
- Modernize the "Add User" dialog
- Respect password "enforcing" based on /etc/security/pwquality.conf
- Avoid user names with underscores being interpreted as mnemonics
- Show correctly the remaining list of fingerprints to enroll
- Reverse sorting of finger names list to prioritize most used ones

Printers
- Various tweaks for the PPD Selection dialog
- Add button instead of link to open printer cups web page

Privacy
- Don't leak Bolt and Location subpages
- Fix visibility of Bolt settings when Bolt isn't available

Remote Desktop
- Fix loop resetting credentials
- Use new gnome-remote-desktop server configuration DBUs interface

Sound
- Add an empty state page for when no sound device is available

Wacom
- Set up Wacom stylus keyboard shortcuts and switch monitor

WWAN
- Fix crash preventing the load of the SIM Unlock dialog

================
Version 47.alpha
================

- Various translation updates
- Various CI fixes
- Various dialogs have been ported to subpages
- Add CcNumberRow to ease the mapping of settings to combo rows
- Skip tests if we don't have Xvfb or setxkbmap
- Various ports of rows to AdwButtonRow
- Various ports of dialogs to AdwDialog
- Various ports to AdwAlertDialog
- Various row changes to use the "property" style
- Improve padding of some search entries
- Fix Flatpak Development build manifest
- Reorganize various icon assets

Accessibility
- Add "Activate Windows on Hover" setting
- Move "Screen Reader" settings to the top
- Use same size for cursors settings interface
- Port Cursor Size dialog to AdwDialog
- Various icon artwork updates

Apps
- Improve description of "Default Apps" settings
- Turn app settings dialogs into subpages
- Fix "No Search Results" page
- Don't show "Open" button for Settings itself
- Show the number of static permissions in the "Required Access" row
- Indicate when no apps are available for a mime type in "Default Apps"

Background
- Implement accent colors
- Improve window preview style
- Improve a11y of the accent color toggles

Color
- Modernize looks of the Color settings
- Capitalize "Built-In Webcam"
- Rename "Laptop Screen" to "Built-In Screen"

Displays
- Fix panel crash when closing laptop lid
- Add icon to the Night Light settings

Keyboard
- Allow previewing keyboard layouts in Input Sources dialog
- Turn CcXkbModifierDialog into a subpage

Mouse
- Remove primary indicator delay for Mouse Test dialog
- Make Mouse Test not respond to middle click

Network
- Make the QR Code dialog contents readable by screen readers
- Use property rows to show Wi-Fi hotspot information
- Add 6GHz to "Supported Frequencies"
- Sort VPNs list
- Fix row removal when Bluetooth wifi is removed
- Add stable-ssid support for cloned-mac

Online Accounts
- Rename Windows Live provider to "Microsoft"
- Rename MS365 provider
- Close new account dialog when account creation is complete

Printers
- Modernize Printer Jobs dialog
- Modernize Printer Details dialog
- Fix spelling inconsistency for the word "Cancelled"
- Close "Add Printer" dialog when pressing "Escape" key
- Port "Undo" feature to AdwToast

Power
- Add suspend time options for mobile devices

Privacy
- Port to CcNumberRow

Search
- Port "Search Locations" page to a subpage

Sharing
- Improve text description of the Sharing features
- Add DAV address in the File Sharing dialog
- Add notice about shared files not being encrypted
- Hide panel when none of the Sharing features are available in the system

Sound
- Use AppInfo to get app icons and fallback to icon-theme
- Try to use AppInfo icon for stream icons
- Turn volume levels dialog into a subpage
- Adjust sound of the "Click" effect closer to the freedesktop.org bell sound
- Make sound setting sliders more accessible with keyboard

System
- Load subpages on demand to speed up panel load
- Avoid re-setting Remote Desktop credentials when they haven't changed

Users
- Don't show unwanted system accounts
- Fix parental controls settings visibility
- Rename "Add Enterprise User" to "Add Enterprise Login"

Wacom
- Always allow calibration for display tablets
- Enforce a Z-shape sequence of calibration points
- Fix wrong alignment detection in the calibrator
- Reset the clock after any click on the calibrator
- Up the calibrator threshold to 50 pixels
- Simplify the calibrator code
- Fall back to the generic tablet provided by libwacom
- If we have two identical monitors, suffix the connector name

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-11 00:25:43 -07:00
Markus Volk
e3c96c3f0b
gnome-shell: update 46.2 -> 47.0
47.0
====
* Fix new wifi connections for restricted users [Thore; !3462]
* Do not disable required animations [Alessandro; !2986]
* Fix showing pending PAM messages on login screen [Marco; !3466]
* Misc. bug fixes and cleanups [Alessandro, Balló, Sundeep, Martin, Peter,
  Florian; !3446, !3374, !3439, !3464, !3465]
Contributors:
  Alessandro Bono, Balló György, Peter Hutterer, Martin Abente Lahaye,
  Sundeep Mediratta, Florian Müllner, Thore Sommer, Marco Trevisan (Treviño)
Translators:
  Aefgh Threenine [th], Irénée THIRION [fr], twlvnn kraftwerk [bg],
  Alexander Shopov [bg], Daniel Mustieles [es], Aurimas Černius [lt],
  Fran Dieguez [gl], Anders Jonsson [sv], Andi Chandler [en_GB],
  Ask Hjorth Larsen [da], Rūdolfs Mazurs [lv], Balázs Úr [hu]
47.rc
=====
* Fix smartcard logins [Alessandro; !3448]
* Mark drag to dash as move operation [Daniel; !3453]
* Use rst2man to generate man pages [Florian; !3454]
* Fix glitch when quick settings menu animation is interrupted [Dylan; !2481]
* Plugged leak [Jonas; !3421]
* Misc. bug fixes and cleanups [Bilal, Florian, Sophie, Jonas; Martin; !3433,
  !3441, !3443, !3447, !3450, !3451, !3449, !3455, !3456, !3452, !3458, !3459]
Contributors:
  Jonas Ådahl, Alessandro Bono, Bilal Elmoussaoui, Sophie Herold,
  Martin Abente Lahaye, Dylan McCall, Florian Müllner, Daniel Sheeler
Translators:
  Balázs Úr [hu], Yosef Or Boczko [he], Giannis Antypas [el],
  Daniel Șerbănescu [ro], Jordi Mas [ca], Ekaterine Papava [ka],
  Asier Sarasua Garmendia [eu], Artur S0 [ru], Vasil Pupkin [be],
  Rafael Fontenelle [pt_BR], Jordi Mas i Hernandez [ca], Yuri Chornoivan [uk],
  Luming Zh [zh_CN], Jose Riha [sk], Jiri Grönroos [fi], Jürgen Benvenuti [de],
  Brage Fuglseth [nb], Daniel Rusek [cs], Danial Behzadi [fa],
  Quentin PAGÈS [oc], Changwoo Ryu [ko], Hugo Carvalho [pt], Piotr Drąg [pl],
  Andika Triwidada [id], Baurzhan Muftakhidinov [kk], Sabri Ünal [tr]
47.beta
=======
* Use hardware encoding for screen recordings if possible [Jonas D.; !2080]
* Allow notification portal to always use GTK protocol [Julian; !3382]
* Improve Persian on-screen keyboard layout [Sohrab; !3409]
* Build and publish GNOME OS systemd-sysext extensions [Martin; !3390]
* Make overview startup notification more reliable [Will; !3422, !3428]
* Fix keyboard navigation in app folders [sorelz; !3338]
* Support exporting DebugControl service from looking glass [Sebastian; !3425]
* Use low-power pipeline in screen recorder if possible [José; !3416]
* Show notification when detecting captive portal [Florian; !3408]
* Fix connecting to WPA2 enterprise networks [Tuomas; !3426]
* Use unlinked rounded buttons in notifications and dialogs [Sam; !3383, !3427]
* Misc. bug fixes and cleanups [Jonas Å., Florian, Sam, Bilal, kramo, Julian,
  sorelz, Sebastian; !3363, !3411, !3413, !3414, !3412, !3402, !3423, !3420,
  !3415, !3410, !3168, !3387, !3424, !3432, !3431, !3430]
Contributors:
  Jonas Ådahl, Sohrab Behdani, Jonas Dreßler, Bilal Elmoussaoui, Sam Hewitt,
  kramo, Martin Abente Lahaye, Florian Müllner, Tuomas Nurmi, José Relvas,
  sorelz, Julian Sparber, Will Thompson, Sebastian Wick
Translators:
  Ekaterine Papava [ka], Scrambled 777 [hi], Sabri Ünal [tr], Martin [sl],
  Chao-Hsiung Liao [zh_TW], Daniel Rusek [cs], Emin Tufan Çetin [tr]
47.alpha
========

* Fix size of workspace switcher OSD [Jakub; !3282]
* Fix handling of invalid TLS certs in portal handler [Sebastian K.; !3284]
* Exclude override-redirect windows from workspace animation [Marco; !3285]
* Also center time on lock screen when using 12h format [pesader; !3290]
* Use absolute tray icon position in root event coordinates [Marco; !3283]
* Fix displaying info messages on login screen [Ray; !3298]
* Correct expected bus name for streams [Simon; !3303]
* Fix notifications on lock screen [Florian; !3308]
* notifications: Only apply special styling to symbolic icons [Florian; !3296]
* Use three or more fingers for touchpad gestures [Gregor; !3275]
* Fix number of search results with Large Text option [Sam H.; !3312]
* Make overview spacings dynamic [Jonas D.; !3278]
* Fix showing keyboard layouts with variants [Sebastian K.; !3324]
* Tweak font sizes in calendar [Sam H.; !3313]
* automountManager: Fix re-asking password for TCRYPT devices [segfault; !3300]
* Port unit tests to jasmine [Sam S., Florian; !3164]
* Fix stuck unlock prompt when animations are disabled [Florian; !3317]
* Add extended on-screen keyboard layout for 'za' [Michael; !3309]
* Fix possible hang on startup during ibus-daemon launch [Marco; !3293]
* Allow fillPreferencesWindow() to be asyn [Leleat; !3348]
* Fix on-screen keyboard when windows are unredirected [Carlos; !3356]
* Switch to paint nodes [Georges; !1538]
* Stop using SVG assets for checks and switches [Alice, Daniel; !2717]
* Support accent color [Alice; !2715]
* Fix rendering artifacts of some rounded borders [Jonas D.; !3354]
* Fix overview animation glitch when windows overlap workspaces [Keyu; !3378]
* Support building with X11-less mutter [Bilal; !3362]
* Misc. bug fixes and cleanups [Monster, Sebastian W., Jamie, Florian, Gabriel,
  pesader, Sebastian K., Automeris, Jonas Å., Sam H., Jonas D., Ray, Bilal,
  Georges, Mister, Philip, Marco, Jakub, Jordan, Balló, Alessandro, Sundeep;
  !3224, !3267, !3254, !3280, !3248, !3281, !3289, !3288, !3270, !3295, !3299,
  !3310, !3315, !3322, !3326, !3321, !3319, !3329, !3327, !3314, !3320, !3331,
  !3337, !3245, !3332, !3340, !3344, !3347, !3350, !3349, !3351, !3352, !3353,
  !3355, !3358, !3357, !3359, !3307, !3323, !3365, !3366, !3367, !3369, !3370,
  !3361, !3142, !3368, !3291, !3371, !3375, !3311, !3376, !3377, !3380, !3373,
  !3385, !3386, !3396, !3398, !3403]
Contributors:
  Jonas Ådahl, Daniel Ruiz de Alegría, Alessandro Bono, Jonas Dreßler,
  Bilal Elmoussaoui, Michael Evans, Carlos Garnacho, Jamie Gravendeel,
  Balló György, Sam Hewitt, Sebastian Keller, Leleat, Simon McVittie,
  Sundeep Mediratta, Alice Mikhaylenko, Monster, Florian Müllner, Gabriel Nagy,
  Automeris naranja, Georges Basile Stavracas Neto, Gregor Niehl, pesader,
  Jordan Petridis, segfault, Mister Smör, Sam Spilsbury, Jakub Steiner,
  Ray Strode, Keyu Tao, Marco Trevisan (Treviño), Sebastian Wick,
  Philip Withnall
Translators:
  Martin [sl], Andika Triwidada [id], Yuri Chornoivan [uk], Hugo Carvalho [pt],
  Scrambled 777 [hi], Jose Riha [sk], Balázs Úr [hu], Quentin PAGÈS [oc],
  Artur S0 [ru], Yosef Or Boczko [he]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-11 00:25:43 -07:00
Markus Volk
1f64c4d340
gnome-user-share: update 43.0 -> 47.0
This is gnome-user-share 47.0, a system for easy sharing of user files.
Major changes since 47.alpha:
- Translation updates
Major changes since 43:
- Increase the required Apache web server version to 2.4
- Remove GNOME 2 migration code
- Remove the size limit for file transfers
- Fix leaks
- Translation updates

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-11 00:25:43 -07:00
Markus Volk
a076087a5d
gnome-system-monitor_46.0 -> 47.0
New in 47.0 - 14 September 2024
* Updated translations
* Fix blurred background on HiDPI screens !160 #300 (Qiu Wenbo)
New in 47.rc - 31 August 2024
* Updated translations
* Minor improvements in defaults and settings loading (Óscar Fernández Díaz)
New in 47.beta - 2 August 2024
* Updated translations
* Fix help and version crashing the application #260 !148 (luiz)
* UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz)
* Improve initial loadgraph points #248 !151 (Luiz França)
New in 47.alpha - 29 June 2024
* Updated translations
* Improved flatpak app icon search !132 (Óscar Fernández Díaz)
* Set affinity for all tasks !134 (Yannis Gerlach)
* Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz)
* Use same translatable for CPU charts and affinty #203 (Robert Roth)
* Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz)
* Migrate color button to GtkColorDialog (Óscar Fernández Díaz)
* Add one column per group of 32 core labels !144 (Yannis Guyon)
* Various interface improvements to match HIG (Óscar Fernández Díaz)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-11 00:25:43 -07:00
Markus Volk
7ac5a0dc86
gnome-text-editor: update 46.3 -> 47.0
- use libspelling instead of enchant2

 * Fix focus ring around checkmark in save-changes dialog
 * Translation updates
 * Text Editor now uses libspelling for spellchecking
 * Various CSS fixes for transitioning to AdwDialog
 * implicit-trailing-newline is now turned on by default
 * Various recoloring tweaks to better match platform styling.
 * Improvements to use of AdwDialog.
 * Print operations improvements.
 * Spellcheck improvements including support for use with F10/Menu.
 * Prefer wide layout for save-changes-dialog.
 * Various UI elements have been ported to new libadwaita features so
   this is a good chance to discover bugs early.
 * A number of papercuts in accordance with the GNOME HIG.
 * Text Editor will try harder to break out of potential CPU cyclic
   issues from GTK forward validation of text buffers. This should
   help reduce CPU usage if/when large files are closed.
 * Various spellcheck improvements.
 * Ensure encoding is propagated when using Save As.
 * More detailed error messages in the error banner.
 * Many translation updates.
Thanks to everyone who contributed!

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-11 00:25:43 -07:00
Markus Volk
45309ede3b
gnome-software: update 46.2 -> 47.0
Version 47.0
~~~~~~~~~~~~
Released: 2024-09-12
This is a stable release with the following changes:
 * Do not install example featured software lists by default (packagers should use gnome-app-list
   instead)
This release also updates translations:
 * Bokmål, Norwegian (Brage Fuglseth)
 * Bulgarian (twlvnn kraftwerk, Alexander Shopov)
 * Catalan (Jordi Mas i Hernandez)
 * Czech (Daniel Rusek)
 * Danish (Alan Mortensen)
 * English (United Kingdom) (Bruce Cowan)
 * Galician (Fran Dieguez)
 * Hungarian (Balázs Úr)
 * Indonesian (Andika Triwidada)
 * Italian (Davide Ferracin)
 * Kazakh (Baurzhan Muftakhidinov)
 * Lithuanian (Aurimas Černius)
 * Occitan (post 1500) (Quentin PAGÈS)
 * Polish (Piotr Drąg)
 * Portuguese (Hugo Carvalho)
 * Portuguese (Brazil) (Juliano de Souza Camargo)
 * Spanish (Daniel, Daniel Mustieles)
 * Swedish (Anders Jonsson)
 * Thai (Aefgh Threenine)
 * Turkish (Emin Tufan Çetin)
Version 47~rc
~~~~~~~~~~~~~
Released: 2024-08-30
This is an unstable release with the following changes:
 * Update help pages and add some translations of them
 * Correct tooltips of review voting buttons
 * Lower power consumption when certain pages are not visible
This release also updates translations:
 * Basque (Asier Sarasua Garmendia)
 * Belarusian (Vasil Pupkin)
 * Bokmål, Norwegian (Brage Fuglseth)
 * Chinese (China) (Luming Zh)
 * Czech (Daniel Rusek)
 * Finnish (Jiri Grönroos)
 * Georgian (Ekaterine Papava)
 * German (Jürgen Benvenuti, Tim Sabsch)
 * Greek, Modern (1453-) (Giannis Antypas)
 * Hindi (Scrambled 777)
 * Korean (Seong-ho Cho)
 * Persian (Danial Behzadi)
 * Portuguese (Brazil) (Rafael Fontenelle, Juliano de Souza Camargo)
 * Russian (Artur S0)
 * Slovak (Matej Mrenica)
 * Turkish (Sabri Ünal)
 * Ukrainian (Yuri Chornoivan)
Version 47~beta
~~~~~~~~~~~~~~~
Released: 2024-08-02
This is an unstable release with the following changes:
 * Shorten text in some notifications
 * Fix Orca not reading the contents in Preferences dialog
 * Enhance behavior of a review row
 * Added plugin to ease installation of DKMS and akmods key with enabled Secure Boot
This release also updates translations:
 * Greek, Modern (1453-) (Efstathios Iosifidis)

 * Hebrew (Yaron Shahrabani, Yosef Or Boczko)
 * Hindi (Scrambled 777)
 * Slovenian (Martin)
Version 47~alpha
~~~~~~~~~~~~~~~~
Released: 2024-06-28
This is an unstable release with the following changes:
 * Fix a crash when updating apps when built with Mogwai
 * Fix a crash when installing flatpak application
 * Correct desktop/mobile hardware support detection
 * Correct state of Fedora upgrade
 * Several fixes in historical updates for rpm-ostree
 * Fix a crash when no appstream data is found
 * Correct app safety calculation
 * Correct Flatpak system and user apps recognition
 * Slightly speed-up rpm-ostree metadata refresh
 * Show "Install All" button only for codecs
 * Prefer vendor name from os release in app origin
 * Make more jobs asynchronous
 * Port to recent Adwaita widgets
This release also updates translations:
 * Catalan (Jordi Mas i Hernandez)
 * Chinese (China) (Boyuan Yang)
 * Czech (Daniel Rusek)
 * Dutch (Nathan Follens)
 * Friulian (Fabio Tomat)
 * Georgian (Ekaterine Papava)
 * Hebrew (Yosef Or Boczko)
 * Kabyle (Athmane MOKRAOUI)
 * Panjabi (A S Alam)
 * Portuguese (Hugo Carvalho)
 * Russian (Artur S0)
 * Serbian (Милош Поповић)
 * Slovenian (Martin)
 * Spanish (Daniel Mustieles)
 * Turkish (Sabri Ünal)
 * Ukrainian (Yuri Chornoivan)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-11 00:25:42 -07:00
Markus Volk
d40ce91b59
gnome-settings-daemon_46.0 -> 47.1
=============
Version 47.1
=============
- meson: Fix project version
=============
Version 47.0
=============
- Translation updates
Power:
- Only update mutter backlight properties when the mutter
  backend is in use
=============
Version 47.rc
=============
- Port X11 tests to using Xwayland
- Translation updates
Power:
- Set backlight through Mutter APIs, drop gnome-rr
  dependency
Wwan:
- Fix memory access errors
Xsettings:
- Get UI scaling factor from a dedicated Mutter D-Bus API
===============
Version 47.beta
===============
- Translation updates
Housekeeping:
- Improve string in OOM notifications
Sharing:
- Stop assigned services only when there is no
  network connection
- Fix building without systemd
Printing:
- Clear members of GsdPrintNotificationsManager

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-11 00:25:42 -07:00
Markus Volk
5f9d0b0878
gnome-online-accounts: update 3.50.2 -> 3.52.0
- inherit gi_docgen to make api-documentation available
- Add PACKAGECONFIG for manpages to not fail because they are built now
  by default
- Add missing keyutils dependency

Overview of changes in 3.52.0
=============================
* Translation updates:
  - Bulgarian (Alexander Shopov, twlvnn kraftwerk)
  - Catalan (Jordi Mas i Hernandez)
  - Czech (Daniel Rusek)
  - Danish (Ask Hjorth Larsen)
  - English (United Kingdom) (Andi Chandler)
  - French (Irénée THIRION)
  - Galician (Fran Dieguez)
  - German (Tim Sabsch)
  - Indonesian (Andika Triwidada)
  - Lithuanian (Aurimas Černius)
  - Polish (Piotr Drąg)
  - Russian (Artur S0)
  - Slovak (Dušan Kazik)
  - Spanish (Daniel)
  - Swedish (Anders Jonsson)
  - Turkish (Sabri Ünal)
Overview of changes in 3.51.3
=============================
* Accessibility fixes and event announcements
* Translation updates
Overview of changes in 3.51.2
=============================
* Adopt a less aggressive notification policy
* Translation updates
Overview of changes in 3.51.1
=============================
* Enable Mail, Calendar & Contacts for Microsoft 365
* Improvements to Microsoft 365 setup dialog
* Use AdwButtonRow when applicable
* Allow overriding dependencies supporting built as a meson wrap
* Refactor web browser authentication flow as a discrete task
* Improve error reporting and notification for providers
* Document configuration files used by the daemon
* Correctly save and reset settings for TLS certificate errors
Overview of changes in 3.51.0
=============================
* Support Mail Autoconfig XML for IMAP/SMTP services
* Support SRV lookups for DAV services
* Support Linux's KEYRING notification pipe for Kerberos
* Ability to restrict which services of a particular account type are available
* Add version CLI flag for goa-daemon
* Port to AdwDialog and AdwAlertDialog
* Accept GtkWidget as a top-level for account setup
* Port documentation to gi-docgen
* Documentation and manual pages are enabled by default
* Fixes for bugs found by Coverity Scan
* Fix libsoup error handling
* Translation fixes and missing strings
* Translation updates

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-11 00:25:42 -07:00
Markus Volk
4d486f95d0
gnome-calendar: update 46.1 -> 47.0
Major changes in 47.0:
* Updated translations
Major changes in 47.rc:
* Set a user agent when requesting remote servers for calendar files
* Port various spinners to AdwSpinner
* Improvements to URL validation when adding new calendars
* Only offer writable calendars when creating new events
* Show indicator icons for invisible calendars in the importer dialog
* Fix drag and drop issue with events in daylight saving time
* Updated translations
Major changes in 47.beta:
* Add the ability to import ICS files using drag n' drop
* Fix the timelines backend, to eliminate divergence between views after moving events
* Fix the agenda sidebar's events ordering
* Fix the agenda sidebar's duplication of day separation headers in the events list
* Fix the agenda sidebar's events randomly appearing or disappearing
* Interpret floating time events (no timezone defined) using local time instead of UTC
* Interpret timezones when previewing events in the .ics importer dialog
* Various improvements to the file importer dialog
* Many visual improvements to the event preview popover
* Event reminders states are now remembered properly
* Avoid creating an extra duplicate local calendar when adding calendars from URLs
* Show service names instead of URLs in tooltips for recognized videoconferencing links
* Small improvement to the spacing of the month view
Major changes in 47.alpha:
* Faster, flicker-free search
* Use modern Adwaita widgets in various places
* Improved event editor dialog
* Improved visuals for mini-calendar in the sidebar
* Updated translations

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-11 00:25:42 -07:00
Markus Volk
23889e00c9
gnome-calculator: update 46.1 -> 47.0
Overview of changes in gnome-calculator 47.0
    * Updated translations
    * Fixed flatpak build !181 (Hari Rana)
    * Don't use symbolic icons for the window !182 (Balló György)

Overview of changes in gnome-calculator 47.rc
    * Updated translations
    * Added brand colors !178 (Brage Fuglseth)

Overview of changes in gnome-calculator 47.beta
    * Updated translations
    * Fix hex string conversion for bitwise operator !177 (Xiong Nandi)
    * Force LTR for buttons !171 (Khalid Abu Shawarib)
    * Added kWh, MJ, KJ unit support #417 (Robert Roth)
    * Sort conversion categories alphabetically #395 (Robert Roth)
    * Removed obsolete bulgarian translations #402 (Robert Roth)
    * Only allow alphanumeric values for variable names #396 (Robert Roth)
    * Replace base_label with buttons !173 (Clément Mathieu--Drif)
    * Updated flathub badge !174 (Brage Fuglseth)
    * Use adwaita spinner !175 (Cristopher Davis)

Overview of changes in gnome-calculator 47.alpha
    * Updated translations
    * Support VND currency #387 (Robert Roth)
    * Fixed incorrect event handling #392 (Robert Roth)
    * Removed Shift left/right dropdown #330 (Robert Roth)
    * Improved popover remove buttons #401 (Robert Roth)
    * Use result format instead of number format #399 (Robert Roth)
    * Ported to Adwaita adaptive dialogs (Robert Roth)
    * Disable undo button if nothing to undo #280 (Robert Roth)
    * Metainfo improvements (Andre Klapper)
    * Keep last conversion options at launch #351 (Robert Roth)
    * Minor improvements to the undo button !166 (Automeris naranja)
    * Make sure to use the correct app id for development builds !170 (Christopher Davis)
    * Stop using orange accent color !169 (Alice Mikhaylenko)
    * A11y announce status changes !172 (Lukáš Tyrychtr)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-11 00:25:42 -07:00
Markus Volk
d993687903
gdm: update 46.0 -> 47.0
==========
Version 47
==========
- Fix X11 support

=============
Version 47.rc
=============
- Make X11 support optional
- Support logind secure attention key
- Drop gdm-screenshot
- Don't hardcode g-r-d in dbus policy
- Fix numeric local address resolution
- Docs updates
- Translation updates

================
Version 47.alpha
================
- Support for gnome-remote-desktop persistent sessions
- Misc changes
- Translation updates

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-11 00:25:42 -07:00
Markus Volk
4c654d2dbd
gnome-remote-desktop: update 46.2 -> 47.0
47.0
====

Translators:
  Sabri Ünal [tr], Davide Ferracin [it], Fran Dieguez [gl],
  Aurimas Černius [lt], Efstathios Iosifidis [el], twlvnn kraftwerk [bg],
  Alexander Shopov [bg], Daniel [es], Irénée THIRION [fr], Anders Jonsson [sv],
  Andika Triwidada [id], Andi Chandler [en_GB], Piotr Drąg [pl], Martin [sl],
  Danial Behzadi [fa], Balázs Úr [hu], Jordi Mas i Hernandez [ca],
  Emin Tufan Çetin [tr], Luming Zh [zh_CN], Ekaterine Papava [ka],
  Juliano de Souza Camargo [pt_BR], Daniel Rusek [cs], Yuri Chornoivan [uk],
  Tim Sabsch [de], Ask Hjorth Larsen [da], Bruce Cowan [en_GB], Artur S0 [ru],
  Quentin PAGÈS [oc], Vasil Pupkin [be], Jose Riha [sk], Yaron Shahrabani [he]

47.rc
=====
* Reduce resource usage of unauthenticated sessions

Contributors:
  Pascal Nowack

Translators:
  Jordi Mas i Hernandez [ca], Daniel Șerbănescu [ro], Vasil Pupkin [be],
  Ekaterine Papava [ka], Yuri Chornoivan [uk], Luming Zh [zh_CN],
  Asier Sarasua Garmendia [eu], Jiri Grönroos [fi], Rafael Fontenelle [pt_BR],
  Jose Riha [sk], Danial Behzadi [fa], Daniel Rusek [cs], Seong-ho Cho [ko],
  Hugo Carvalho [pt]

47.beta
=======
* Gracefully handle file descriptor limits
* Introduce standalone configuration D-Bus service
* Improve grdctl status reporting
* Gracefully handle invalid x224Crq data
* Fix file descriptor leak

Contributors:
  Pascal Nowack, Joan Torres

Translators:
  Artur S0 [ru], Scrambled 777 [hi], Yaron Shahrabani [he], Junting Wu [zh_TW],
  Emin Tufan Çetin [tr]

47.alpha
========
* Support persistent remote login sessions
* Support entering new credentials via standard input when using grdctl
* Use access portal dialogs for warning about connection insecurity
* Avoid crash when getting invalid PipeWire buffers

Contributors:
  Dudemanguy, Pascal Nowack, Ray Strode, Joan Torres

Translators:
  Martin [sl], Balázs Úr [hu]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-11 00:25:41 -07:00
Markus Volk
4db855fabc
gnome-boxes: update 46.1 -> 47.0
47.0 - Sep 17, 2024
===================

Changes since 47.beta

  - Add HW and brand colors info to metainfo file
  - Rename metainfo file to o.g.B.metainfo.xml.in
  - Don't consider distro derivatives when resolving logos
  - Added/updated/fixed translations

47.beta - Aug 14, 2024
======================

Changes since 46.1

  - Fix appdata validation for "Devel" build profile
  - Check when a libvirt-broker reference is invalid
  - Improve some print format specifiers
  - Add "Trisquel" logo
  - Various CI fixes
  - Added/updated/fixed translations

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-11 00:25:41 -07:00
Markus Volk
1c20797c95
xdg-desktop-portal-gnome: update 46.2 -> 47.1
Changes in 47.1
=================

- Fix the capabilities for the print dialog

Changes in 47.0
=================

- Translation updates

Changes in 47.rc
=================

- Fix restoring last used folder in the File Chooser portal
- Fix selecting multiple window on single selection
- Do not block xdg-desktop-portal-gnome when connecting to Nautilus
- Fix incorrectly set mimetype in the File Chooser portal
- Translation updates

Changes in 47.beta
=================

- Use GNOME Shell's private API for the Notification portal
- Use Nautilus for the File Chooser portal
- Translation updates

Changes in 47.alpha
=================

- Expose the new accent colors setting
- Various cleanups to the screencast widget
- Add support for the "supported_output_file_formats" option in the Print
  portal
- Fix default layout mode of the ScreenCast/Remote Desktop portal
- Translation updates

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-04 07:30:34 -07:00
Khem Raj
d909e0d1e3
layer.conf: Update to walnascar (5.2) layer/release series
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-01 09:23:12 -07:00
Markus Volk
08a28bc338
gnome-desktop: update 44.0 -> 44.1
============
Version 44.1
============

- Fix compatibility with muslc (!158, Pablo Correa Gomez)
- Fix GNOME_DESKTOP_IS_THUMBNAIL_FACTORY (!160, Matthijs Velsink)
- Update default Indic input methods (!163, Parag Nemade)
- Use ibus-chewing as the default input source for zh_TW (!164, Kan-Ru Chen)
- Translation updates

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-09-23 09:47:35 -07:00
Markus Volk
c188a8a331
gnome-shell: add gnome-control-center dependency
This fixes:
Run-time dependency gnome-keybindings found: NO (tried pkgconfig and cmake)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-09-23 09:47:35 -07:00
Wang Mingyu
c89b4ca4f7
tecla: upgrade 46.0 -> 47.0
Changelog:
===========
- Add --parent-handle command line option to integrate
  as a "modal dialog".
- Translation updates
- Set window icon

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-09-18 21:03:17 -07:00
Wang Mingyu
0fbddf00e7
gnome-font-viewer: upgrade 46.0 -> 47.0
0001-window-Fix-function-callback-definition.patch
removed since it's included in 47.0

Changelog:
=========
* Set application name and icon
* Remove unused dependency on gnome-desktop
* Add slant preview
* Fix install button mnemonic
* Fix the "Install" button stuck in "Installing" when font install is successful
* Use adaptive dialogs

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-09-18 21:03:14 -07:00
Wang Mingyu
0d117dfdce
gnome-chess: upgrade 46.0 -> 47.0
Changelog:
===========
- Fix appdata screenshot URL
- Updated translations
- Use modern libadwaita widgetry
- Fix incorrect shortcuts on shortcuts help dialog
- Change First/Last history shortcuts to Up/Down key
- Miscellaneous code modernization and improvements

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-09-18 21:03:13 -07:00
Wang Mingyu
74c073472d
gnome-backgrounds: upgrade 46.0 -> 47.0
Changelog:
==========
- default: adjusted optics
- lcd,lcd-rainbow: nostalgia pixels
- map: geometric vectors
- pills: shading improvements
- sheet: curvy curtain
- swoosh: classic gradients
- symbolic-soup: noisier than usual

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-09-18 21:03:13 -07:00
Markus Volk
8233ca7595
gnome-disk-utility: update 46.0 -> 46.1
46.1 - September 03, 2024
=========================

Alexandre Franke:
 * metainfo: fix URLs
 * metainfo: replace screenshots

Athmane MOKRAOUI:
 * Add Kabyle translation

Updated translations:
 * Alexandre Franke (fr), Anders Jonsson (sv), Andi Chandler (en_GB),
   Andika Triwidada (id), Artur S0 (ru), Asier Sarasua Garmendia (eu),
   Athmane MOKRAOUI (kab), Aurimas Černius (lt), Balázs Úr (hu), Boyuan
   Yang (zh_CN), Danial Behzadi (fa), Daniel Rusek (cs), Daniel Șerbănescu
   (ro), Efstathios Iosifidis (el), Ekaterine Papava (ka), Guntupalli
   Karunakar (hi), Hugo Carvalho (pt), Jordi Mas i Hernandez (ca), Juliano de
   Souza Camargo (pt_BR), Jürgen Benvenuti (de), Martin (sl), Matej Mrenica
   (sk), Piotr Drąg (pl), Rachida SACI (kab), Sabri Ünal (tr), Seong-ho Cho
   (ko), Vasil Pupkin (be), Vincent Chatelain (fr), Yaron Shahrabani (he),
   Yuri Chornoivan (uk)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-09-15 08:21:02 -07:00
Yoann Congal
aa88276c26
grilo: fix buildpaths QA error
grl-type-builtins.* are generated by glib-mkenums which leave full paths
in comment and #include directives. Rewrite those before *-src packaging.
Previous fix did not correct the .c file and did not work in the
"devtool modify" case.

Fix these errors:
  ERROR: grilo-0.3.16-r0 do_package_qa: QA Issue: File /usr/src/debug/grilo/0.3.16/src/grl-type-builtins.c in package grilo-src contains reference to TMPDIR [buildpaths]
  ERROR: grilo-0.3.16-r0 do_package_qa: QA Issue: File /usr/src/debug/grilo/0.3.16/src/grl-type-builtins.h in package grilo-src contains reference to TMPDIR [buildpaths]
  ERROR: grilo-0.3.16-r0 do_package_qa: Fatal QA errors were found, failing task.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-09-12 18:25:29 -07:00
Wang Mingyu
43b9a44182
gnome-autoar: upgrade 0.4.4 -> 0.4.5
Changelog:
===========
* mime-types: Add tar variant of bzip2
* extractor: Fix source string leak

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-09-10 07:20:36 -07:00
Wang Mingyu
76d1348f2e
eog: upgrade 45.4 -> 47.0
Bugfix:
========
- Fix icon name
- desktop: Add jpeg-xl to MimeType list
- EogWindow: Raise priority of image loading and transformation jobs
- EogMetadataDetails: Support copying metadata values to the clipboard

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-09-10 07:20:35 -07:00
Markus Volk
5337077e6e
libspelling: add recipe
The gnome spellcheck library for gtk4

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-09-07 01:03:04 -07:00
Markus Volk
84d6e138cb
cleanup after polkit fix
This commit removes the need to fix polkit permissions:
https://git.openembedded.org/meta-openembedded/commit/?h=master-next&id=d5e90541f8e35916abc930b2da6de037b23d51a1

That allows to do some cleanup

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-09-01 15:54:30 -07:00
Wang Mingyu
c0c6124650
mutter: upgrade 46.2 -> 46.4
Changelog:
===========
* Fix nested popovers on wayland
* Misc. bug fixes and cleanups

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-08-28 07:11:32 -07:00
Wang Mingyu
4ccf3d41ce
colord-gtk: upgrade 0.3.0 -> 0.3.1
Bugfixes:
 - Fix the callback signature to fix a crash

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-08-28 07:11:30 -07:00
Khem Raj
3d0e3ddd7a
libgsf: Fix build with libxml2 2.13+
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-08-24 15:46:31 -07:00
Wang Mingyu
a363dd7125
gnome-bluetooth: upgrade 46.0 -> 46.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-08-09 14:25:13 -07:00
Wang Mingyu
4181632bc1
eog: upgrade 45.3 -> 45.4
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-08-09 14:25:12 -07:00
Khem Raj
9cc350b455
sysprof: Fix build with llvm libunwind
Update status of the patches

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-25 21:53:53 -07:00
Carlos Alberto Lopez Perez
37a1a632d5
sysprof: upgrade 3.44.0 -> 3.48.0
* 3.48.0 is currently the last stable version
* The GUI now uses GTK4 instead of GTK3
* A new CLI program sysprof-agent is now available
* libsysprof can be built without polkit support

Signed-off-by: Carlos Alberto Lopez Perez <clopez@igalia.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-25 07:58:08 -07:00
Alba Herrerías
48cce9bb4f
yelp: fix unterminated string
Signed-off-by: Alba Herrerias <alba@thehoodiefirm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-18 09:08:52 -07:00
Markus Volk
aabb459e19
geary: update 44.1 -> 46.0
- Remove 0001-meson-Use-PKG_CONFIG_SYSROOT_DIR-when-using-pkg-conf.patch
  Using it pulls buildpath into the client library and thus breaks reproducibility
- Add a patch to fix more reproducibility issues
- Add soup3 dependency
- inherit gsettings
- remove CFLAGS:append, tested to be working with clang 18.1.6 for x86_64 musl

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-17 16:14:11 -07:00
Wang Mingyu
6c17dcda46
zenity: upgrade 4.0.1 -> 4.0.2
Changelog:
============
- tree: Enable 'activates-default' in GtkSearchEntry
- main: Fix command-line signal signature
- filesel: Passing a dir with trailing '/' should open that dir
- colview: Return if nth item of row exceeds num items in row
- tree: Don't try to print nonexisting items
- colview: Add more sanity checks
- colview: Clicking on column titles should sort items
- filesel: Allow a non-existing filename with --save and add associated test
- filesel: Remove spurious extra _show() call

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-15 16:36:16 -07:00
Wang Mingyu
0e55ce901a
gnome-keyring: upgrade 46.1 -> 46.2
Changelog:
=========
* Don't use 'bool' as variable name
* autogoo: replace AC_HELP_STRING with AS_HELP_STRING
* Default "automatically unlock" checkbox to false
* build: Fix distcheck with systemd unit
* rpc-layer: Fix undefined reference to g_strlcpy
* Updated translations

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-15 16:36:11 -07:00
Ninette Adhikari
ceb3f82415
gimp: CVE status update
Update status for: CVE-2007-3741, CVE-2009-0581, CVE-2009-0723, CVE-2009-0733

Signed-off-by: Ninette Adhikari <ninette@thehoodiefirm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-03 20:20:17 -07:00
Wang Mingyu
30291d4537
gexiv2: upgrade 0.14.2 -> 0.14.3
Changelog:
=========
 * Prevent std::exception escaping from exiv2
 * Declare gexiv2_metadata_open_stream and _save_stream as deprecated
 * Documentation updates

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-01 08:01:58 -07:00
Wang Mingyu
b368f7601a
msgraph: upgrade 0.2.2 -> 0.2.3
Changelog:
============
* Fix memory leaks
* Fix logger level warning

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-06-27 09:18:55 -07:00
Markus Volk
7ecfdeb3cf
gnome-remote-desktop: update 46.1 -> 46.2
46.2
====
* Potential crasher fix
* Improved disconnection messages
* Broader client compatibility support
* Various security hardening improvements
* CVE-2024-5148 Limit login screen->user session handover access to appropriate user

Contributors:
 Pascal Nowack, Ray Strode

Translators:
  Balázs Úr [hu], Efstathios Iosifidis [el], Fabio Tomat [fur],
  Hugo Carvalho [pt], Jordi Mas i Hernandez [ca],
  Juliano de Souza Camargo [pt_BR]

- add polkitd user and fix permissions to avoid:
Error: Transaction test error:
  file /usr/share/polkit-1/rules.d conflicts between attempted installs of gnome-remote-desktop-46.2-r0.corei7_64 and gnome-control-center-46.2-r0.corei7_64

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-29 20:57:55 -07:00
Markus Volk
27571a6ec2
xdg-desktop-portal-gnome: update 46.1 -> 46.2
Changes in 46.2
=================

- Various behavioral and accessibility fixes to the ScreenCast portal dialog
- Translation updates

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-29 20:57:55 -07:00
Markus Volk
a17cc2d6bf
gnome-software: update 46.1 -> 46.2
Version 46.2
~~~~~~~~~~~~
Released: 2024-05-24

This is a stable release with the following changes:
 * Fix a crash when no appstream data is found
 * Correct app safety calculation
 * Correct Flatpak system and user apps recognition
 * Slightly speed-up rpm-ostree metadata refresh

This release also updates translations:
 * Kabyle (Rachida SACI)
 * Portuguese (Hugo Carvalho)
 * Spanish (Daniel Mustieles)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-29 20:57:55 -07:00
Markus Volk
b1c98c3d91
gnome-shell: update 46.1 -> 46.2
46.2
====
* Fix size of workspace switcher OSD [Jakub; !3282]
* Fix handling of invalid TLS certs in portal handler [Sebastian K.; !3284]
* Exclude override-redirect windows from workspace animation [Marco; !3285]
* Also center time on lock screen when using 12h format [pesader; !3290]
* Use absolute tray icon position in root event coordinates [Marco; !3283]
* Fix displaying info messages on login screen [Ray; !3298]
* Correct expected bus name for streams [Simon; !3303]
* Fix notifications on lock screen [Florian; !3308]
* notifications: Only apply special styling to symbolic icons [Florian; !3296]
* Fix number of search results with Large Text option [Sam; !3312]
* Fix showing keyboard layouts with variants [Sebastian K.; !3324]
* Tweak font sizes in calendar [Sam; !3313]
* automountManager: Fix re-asking password for TCRYPT devices [segfault; !3300]
* Fix stuck unlock prompt when animations are disabled [Florian; !3317]
* Fix possible hang on startup during ibus-daemon launch [Marco; !3293]
* Misc. bug fixes and cleanups [Sebastian W., Gabriel, Sebastian K., Florian,
  Jonas, Sam, Ray; !3267, !3281, !3288, !3295, !3299, !3310, !3315, !3326,
  !3321, !3319, !3329, !3331, !3245, !3340]

Contributors:
  Jonas Ådahl, Sam Hewitt, Sebastian Keller, Simon McVittie, Florian Müllner,
  Gabriel Nagy, pesader, segfault, Jakub Steiner, Ray Strode,
  Marco Trevisan (Treviño), Sebastian Wick

Translators:
  Andika Triwidada [id], Rachida SACI [kab], Hugo Carvalho [pt],
  Scrambled 777 [hi], Jose Riha [sk], Balázs Úr [hu], Quentin PAGÈS [oc]

- remove backport patch
- update extensions

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-29 20:57:54 -07:00
Markus Volk
ab98a21460
gnome-control-center: update 46.1 -> 46.2
============
Version 46.2
============

- Enable the "Location" settings panel by default (build-optional)
- Various translation updates
- Improve accessibility of some secondary-labels in settings rows
- Increase default log verbosity level

Accessibility
- Fix icon name of accessibility panel desktop file
- Fix flash area settings selection shown incorrectly

Display
- Fix crash when closing laptop lid

Keyboard
- Fix keyboard navigation of keyboard shortcuts dialog categories

Mouse and Touchpad
- Remove unnecessary a11y label

Network
- Fix crash when removing bluetooth network adapter row
- Sort VPN connections list alphabetically
- Remove incorrect assertion that breaks proxy settings page

Sound
- Make sliders more accessible by keyboard
- Remove need for translating speaker test button tooltip

System
- Improve accessibility of "Copy" buttons in Remote Desktop
- Fix crash in Date And Time settings closing before async calls finish
- Fix reuse of remote-desktop verify encryption fingerprint dialog

Users
- Fix visibility issue in parental controls row

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-29 20:57:54 -07:00
Markus Volk
378a095d2d
mutter: update 46.1 -> 46.2
46.2
====
* Fix hardware cursor with non-atomic KMS drivers [Daniel; !3676]
* Fix night light state getting stuck on monitor changes [Michel; !3742]
* Fix sending preferred buffer transform [Robert; !3717]
* Fix key press events with immediate release being ignored [Carlos; !3721]
* Fix unsetting clipboard on screen lock [Florian; !3752]
* Fix wrong input region of undecorated X11 windows [Sebastian K.; !3720]
* Fix windows potentially shrinking unexpectedly on configure [Jonas Å.; !3755]
* Fix popup menus sometimes closing immediately [Jonas D.; !3631]
* Fixed crashes [Michel, Carlos, Keyu, Jonas Å., Sebastian K.; !3725, !3763,
  !3715, !3711, !3758, !3749]
* Misc. bug fixes and cleanups [Florian, Echo, Michel, Jonas Å., Sebastian W.,
  Corentin, Bilal; !3723, !3744, !3737, !3743, !3735, !3731, !3700, !3750,
  !3757, !3754, !3748, !3730, !3775]

Contributors:
  Jonas Ådahl, Michel Dänzer, Jonas Dreßler, Bilal Elmoussaoui, Carlos Garnacho,
  Echo J, Sebastian Keller, Robert Mader, Florian Müllner, Corentin Noël,
  Keyu Tao, Marco Trevisan (Treviño), Daniel van Vugt, Sebastian Wick

Translators:
  Hugo Carvalho [pt], Leônidas Araújo [pt_BR]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-29 20:57:54 -07:00
Wang Mingyu
0268abb285
nautilus: upgrade 46.1 -> 46.2
Changelog:
===========
- Don't treat future dates as "Today"
- Fix crashes
- Prevent freeze on Audio/Video properties
- Don't irreversibly hide sidebar with touch gesture
- Don't expose unreadable symbol to screen reader
- Fix search selection performance
- Fix sorting on grid view

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-28 09:34:31 -07:00
Wang Mingyu
8c21f4659c
msgraph: upgrade 0.2.1 -> 0.2.2
Changelog:
==========
 * Add remote copy and move functions
 * Drop Authorization header during download
 * Fix browsing shared files

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-28 09:34:30 -07:00
Wang Mingyu
14e8de94d8
gnome-online-accounts: upgrade 3.50.1 -> 3.50.2
Changelog:
===========
* Setup Dialog
  - fix provider icon style
  - fix dialog not closing when cancelled
* Exchange
  - fix account setup field verification
* Microsoft 365
  - fix account storage
  - fix identity retrieval
  - fix email retrieval
* WebDAV
  - fix Fastmail and mailbox.org endpoints
  - fix for content-restricted app passwords
* Translations
  - Mark a user-visible string as translatable
  - Translation updates

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-28 09:34:29 -07:00
Wang Mingyu
16bd4ae56d
file-roller: upgrade 44.2 -> 44.3
Changelog:
============
* Fixed filename not changed when creating a new archive
* 7z: error when creating archives with volumes

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-28 09:34:29 -07:00
Wang Mingyu
47e3fb8723
evince: upgrade 46.1 -> 46.3
Changelog:
==========
* Fix typo in URL

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-28 09:34:28 -07:00
Dmitry Baryshkov
07772ae470
layers: stop declaring compatibility with scarthgap
With the UNPACKDIR changes in place the layers are no longer compatible
with the scarthgap release. Drop it from LAYERSERIES_COMPAT and limit
compatibility to styhead only.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-28 09:34:02 -07:00
Khem Raj
c33cfad1b0
recipes: Switch away from S = WORKDIR
Make it dependent on UNPACKDIR instead

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-23 08:44:44 -07:00
Khem Raj
ffc64e9c6f
recipes: Start WORKDIR -> UNPACKDIR transition
Replace references of WORKDIR with UNPACKDIR where it makes sense to do
so in preparation for changing the default value of UNPACKDIR.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-23 08:44:44 -07:00
Markus Volk
cbee7cc3df
gnome-control-center: add PACKAGECONFIG knob for malcontent
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-23 08:44:43 -07:00
Markus Volk
fe19113d0b
gnome-boxes: fix build with gcc14
Workaround for int-conversion:
| In file included from ../recipe-sysroot/usr/include/glib-2.0/glib.h:64,
|                  from ../recipe-sysroot/usr/include/glib-2.0/gobject/gbinding.h:30,
|                  from ../recipe-sysroot/usr/include/glib-2.0/glib-object.h:24,
|                  from src/gnome-boxes.p/libvirt-broker.c:6:
| src/gnome-boxes.p/libvirt-broker.c: In function 'boxes_libvirt_broker_add_domain_co':
| ../recipe-sysroot/usr/include/glib-2.0/glib/gmessages.h:671:16: error: returning 'void *' from a function with return type 'gboolean' {aka 'int'} makes integer from pointer without a cast [-Wint-conversion]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-23 08:44:43 -07:00
Khem Raj
7b02f14be9
gimp: Upgrade to 2.10.38
Fix build with GCC-14 with few backports while here

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-23 08:44:42 -07:00
Khem Raj
c3d347f7ee
gtksourceview3: Use -Wno-error=incompatible-pointer-types in cflags
Fixes build with GCC-14, hopefully we will be able to drop it when
it breaks again with newer compiler like GCC15

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-23 08:44:42 -07:00
Khem Raj
a7c72b59b4
gnome-font-viewer: Fix build with GCC-14
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-23 08:44:41 -07:00
Khem Raj
7f2fc43e09
folks: Upgrade to 0.15.9
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-21 14:15:11 -07:00
Wang Mingyu
c6a9b1559c
tracker: upgrade 3.7.2 -> 3.7.3
Changelog:
=========
* Bump database version to fix SQLite 3.45.3 issues in existing
  installs
* Fixed possible infinite loop on incomplete/unterminated Turtle/Trig
  data.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-19 08:27:59 -07:00
Wang Mingyu
9cc20a0203
tracker-miners: upgrade 3.7.2 -> 3.7.3
0001-fix-reproducibility.patch
refreshed for 3.7.3

Changelog:
============
* Fix possible crashes handling live changes to extractor
  configuration
* Make it easier to run tracker-extract-3 under Valgrind
* Plug a leak on misdetected JPEG files
* Many further metadata extraction tests

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-19 08:27:59 -07:00
Wang Mingyu
0562755261
gnome-text-editor: upgrade 46.1 -> 46.3
Changelog:
===========
- Fix a trivial build error when -Werror=implicit-function-declaration is
- specified.
- Fix an issue with cancellation of closing a page
- Try harder to ensure a buffer disposes associated resources when
  the page is closed.
- Translation updates

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-19 08:27:52 -07:00
Markus Volk
f25bfcbf94
file-roller: update 44.1 -> 44.2
Version 44.2
~~~~~~~~~~~~
Released: 2024-05-08

Features:
 * Added expanders to the tree view (!220)

Bugfixes:
 * Fixed crash opening some rar files (!243)
 * Do not crash if the loaded file is empty (!233)

Translations:
 * Indonesian (Andika Triwidada)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-12 21:51:32 -07:00
Markus Volk
db8047fbd1
gnome-boxes: update 46.0 -> 46.1
46.1 - Apr 22, 2024
===================

Changes since 46.0

  - Fix build with clang
  - Added/updated/fixed translations

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-12 21:51:31 -07:00
Markus Volk
6c5cb3b4eb
evince: update 46.0 -> 46.1
=============
Evince   46.1
=============

data:
  * Improve url locations (Germán Poo-Caamaño)

help:
  * Replace live.gnome.org with wiki.gnome.org (Andre Klapper)

Developers:
  * Andre Klapper, Germán Poo-Caamaño

Translations:
  * Changwoo Ryu (Korean)
  * Seong-ho Cho (Korean)
  * Piotr Drąg (Polish)
  * Anders Jonsson (Swedish)
  * Yuri Chornoivan (Ukrainian)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-12 21:51:31 -07:00
Markus Volk
15ce6f812b
gnome-calculator: update 46.0 -> 46.1
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-12 21:51:31 -07:00
Markus Volk
5b391d5070
gnome-software: update 46.0 -> 46.1
Version 46.1
~~~~~~~~~~~~
Released: 2024-04-25

This is a stable release with the following changes:
 * Fix a crash when updating apps when built with Mogwai
 * Fix a crash when installing flatpak application
 * Correct desktop/mobile hardware support detection
 * Correct state of Fedora upgrade
 * Several fixes in historical updates for rpm-ostree

This release also updates translations:
 * Catalan (Jordi Mas i Hernandez)
 * Czech (Daniel Rusek)
 * Dutch (Nathan Follens)
 * Friulian (Fabio Tomat)
 * Hindi (Guntupalli Karunakar)
 * Kabyle (Athmane MOKRAOUI)
 * Panjabi (A S Alam)
 * Russian (Artur S0)
 * Serbian (Милош Поповић)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-12 21:51:31 -07:00
Peter Marko
97eaa95cf3
gdm: add missing json-glib dependency
Fixes do_configure error:
| Run-time dependency json-glib-1.0 found: NO (tried pkgconfig)
|
| ../gdm-46.0/meson.build:64:12: ERROR: Dependency "json-glib-1.0" not found, tried pkgconfig

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-12 08:43:20 -07:00
Peter Marko
11ad4a7fb1
gnome-shell: correct regression with glib-2.0 2.78.5
Backport fix to work with new glib-2.0.

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-12 08:43:20 -07:00
Alexandre Truong
492b1b1adc
evince: Update status for CVE-2011-0433 and CVE-2011-5244
The current version 46.0 is not affected by the issues.
Both issues have been fixed in commit [0].
The fix is in effect since early versions of evince (3.1.2).
Thus, both can be safely ignored.

[0]: efadec4ffc

Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-02 07:32:55 -07:00
Wang Mingyu
3142a9ca94
tracker: upgrade 3.7.1 -> 3.7.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-02 07:32:54 -07:00
Wang Mingyu
59c62576b4
tracker-miners: upgrade 3.7.1 -> 3.7.2
0001-Set-header-file-to-a-fixed-path-instead-of-a-host-pa.patch
0001-fix-reproducibility.patch
refreshed for 3.7.2

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-02 07:32:54 -07:00
Wang Mingyu
2d118de9f0
libgedit-gtksourceview: upgrade 299.1.0 -> 299.2.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-02 07:32:48 -07:00
Markus Volk
a1de57ff67
gnome-control-center: move printing RDEPENDS to cups PACKAGECONFIG
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-01 09:06:43 -07:00
Markus Volk
a357e89131
nautilus: update 45.1 -> 46.1
Major changes in 46.1
=====================
* Bugfixes:
  - Create archive with Enter on Compress dialog (Lukáš Tyrychtr)
  - Move focus correctly when item is removed (Khalid Abu Shawarib)
  - View performance optimization (Khalid Abu Shawarib)
  - Fix crash when compressing a file and a folder (Khalid Abu Shawarib)
  - Don't show banners in global search (Khalid Abu Shawarib)
  - Preserve permissions when copying from read-only file systems (Khalid Abu Shawarib)
  - Disable non-working global search from Other Locations (António Fernandes)
* Translation updates (GNOME Translation Project contributors)

Major changes in 46.0
=====================
* Bugfixes:
  - Remove char limit on size label in properties dialog (Khalid Abu Shawarib)
* Translation updates (GNOME Translation Project contributors)

Major changes in 46.rc
========================
* Enhancements
  - Adjust empty status page and progress tooltip strings (Allan Day, Khalid Abu Shawarib)
  - Add input hints and purpose properties to entries (Khalid Abu Shawarib)
  - Refine operations hover background (Sam Hewitt, António Fernandes)
* Bugfixes:
  - Position loop mounts correctly in the sidebar (António Fernandes)
  - Fix internationalization issues (Khalid Abu Shawarib, Peter Eisenmann)
  - Revert crashes-causing multi-file properties performance optimization (Peter Eisenmann)
  - Reestablish location signals if location change failed (Corey Berla)
  - Fix regression which disallowed dropping files on empty folders (Corey Berla, António Fernandes)
* Cleanups
  - Remove architecture-sensitive duplicate filename unit test (Peter Eisenmann, Jeremy Bicha)
  - Refine Appstream metainfo (Sophie Herold, Alexandre Franke)
* Translation updates (GNOME Translation Project contributors)

Major changes in 46.beta
========================
* Postponed
  - The network view from 46.alpha.1 was deemed to require more work
* Enhancements
  - Added a global search mode (António Fernandes)
  - Use 'text entry' cursor on pathbar hover (Corey Berla)
  - Add drop shadow to file property dialog icons (kramo)
  - Improve progress info icons and tooltips (Bharat Tyagi, Sam Hewitt)
* Bugfixes:
  - Avoid crashes with column chooser (Peter Eisenmann)
  - Avoid crash when navigating back to same folder (António Fernandes)
  - Avoid infinite loop on file creation naming conflict (Corey Berla)
  - Fix displaying parent folder of multi-files (Anton Snigirev)
  - Clear location entry on editing of internal locations (Peter Eisenmann)
  - Ensure search's clear button is hidden when empty (António Fernandes)
  - Hide search popover after opening a dialog (Khalid Abu Shawarib)
  - Correctly open empty folders from search (António Fernandes)
  - Don't reload view only to change selection (António Fernandes)
  - Use smaller icons in progress indicator (António Fernandes, Sam Hewitt)
  - Fix various leaks (Khalid Abu Shawarib, António Fernandes)
  - Added extra tentacles to confuse AI-generated blogs (Via Matrix)
* Cleanups
  - Made various string HIG compatible (Bart Gravendeel, Automeris naranja)
  - Modernize column chooser widgetry (Automeris naranja)
  - Detect potfile errors via CI (Corey Berla)
  - Replace deprecated GTK point computing functions (N.Pranav Krishna)

Major changes in 46.alpha.1
=======================
* Enhancements
  - Views can be switched without a folder reload (António Fernandes)
  - Operations are listed in the bottom of the sidebar (Corey Berla, António Fernandes, Allan Day)
  - Network view replaces Other Locations (António Fernandes, Allan Day)
  - Mounted drives are shown in the sidebar (António Fernandes)
  - Selected files are recorded in back and forward history (António Fernandes)
  - Subfolder loading indication (António Fernandes)
  - Various view performance improvements (António Fernandes)
  - Improved performance of multi-file properties dialog (Khalid Abu Shawarib)
* Bugfixes:
  - Correctly prioritize thumbnails for non-alphabetical sort order (Corey Berla)
  - Notify view item name changes for accessibility (Corey Berla, António Fernandes)
  - Open real folder for documents in Recent from Properties (Anton Snigirev)
  - Pattern match (Ctrl+S) all expanded list view directories (António Fernandes)
  - Display sampling frequency in kHz with thousand separators (Hariharan D)
  - Treat markdown files as text documents in search (Hariharan D)
  - Improve UI text capitalization and mnemonics (Automeris naranja)
  - Fix tab tooltip texts for markup and search (Corey Berla)
  - Fix extension linkage with C++ (Khalid Abu Shawarib)
  - Add a tooltip to the star button (Lukáš Tyrychtr)
  - Show correct shortcut for Redo on the menu (Divyansh Jain)
  - Prevent use-after-free with mount and stop (António Fernandes)
  - Improve virtual files handling  (António Fernandes)
  - Fix various view-related bugs, leaks and warnings (António Fernandes)
* Cleanups:
  - Significant restructuring of view architecture (António Fernandes)
  - Remove dead code in views and css styles (António Fernandes)
  - Update man page, remove documentation for removed self-check functionality (Corey Berla)
* Translation updates (GNOME Translation Project contributors)

Major changes in 46.alpha.0
=======================
* Enhancements
  - Confirm password when creating protected ZIP archives (Eric Daigle)
  - Make custom folder icon feature discoverable (Khalid Abu Shawarib)
  - Make URI entry discoverable (Alynx Zhou, Barnabás Pőcze)
  - Allow changing owner/group and any permissions under admin:/// (António Fernandes)
  - Add detailed date and time format option (Ondrej Holy, Peter Eisenmann)
  - Detect copy/move over 4GiB file limit on FAT (Corey Berla)
  - Give feedback on completion of quick operations (António Fernandes)
  - New-style banners, unstar animation, and other visual refinements (Peter Eisenmann, Automeris naranja)
  - Allow Alt+Down to revert more than one Alt+Up (vmkul)
  - Close overlaid sidebar on location change (Khalid Abu Shawarib)
* Bugfixes:
  - Don't skip files in deep count/size (António Fernandes)
  - Don't move files around as thumbnails load (Corey Berla)
  - Reveal highlighted file without delay  (Corey Berla)
  - Stop crashing in various situations (Sebastian Keller, António Fernandes, Corey Berla, Khalid Abu Shawarib)
  - Resolve UI text inconsistencies (Automeris naranja, getsnoopy, kramo, Khalid Abu Shawarib, Ondrej Holy, Matthijs Velsink)
  - Fix memory leaks, template disposal, and warnings (Khalid Abu Shawarib)
  - Fix interface problems in Properties (Peter Eisenmann, António Fernandes, Khalid Abu Shawarib)
  - Don't keep viewing unmounted locations (Ondrej Holy, António Fernandes, Khalid Abu Shawarib)
  - Refined appdata (Sabri Ünal, António Fernandes)
  - Resolve wrong scroll positioning bugs (Gary Li, António Fernandes)
  - Fix automatic file duplicate naming (Peter Eisenmann)
  - Properly reorder bookmarks by drag and drop (Khalid Abu Shawarib)
  - Set current modification time on file created from templates (Khalid Abu Shawarib)
  - Fix missing/wrong mime type icons (António Fernandes)
  - Don't reload on autofs timeout (António Fernandes)
* Cleanups
  - Remove obsolete profiling, custom debug logging, and self-checking (Peter Eisenmann, Khalid Abu Shawarib)
  - Streamline and expand tests (Khalid Abu Shawarib, Peter Eisenmann)
  - Reduce usage of GtkDialog and other deprecated API (Khalid Abu Shawarib, Peter Eisenmann)
  - Replace custom switch row with AdwSwitchRow (Óscar Fernández Díaz)
  - Drop obsolete code (Peter Eisenmann, António Fernandes, Corey Berla)
  - Reduce unnecessary string copies (Peter Eisenmann)
  - Unify numbered filename apendix handling (Peter Eisenmann, Khalid Abu Shawarib)
* Translation updates (GNOME Translation Project contributors)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-30 08:20:34 -07:00
Alexander Kanavin
4c40897893
libgweather: fix build with gobject-introspection 1.80.0
gweather build is running a python script build-aux/meson/gen_locations_variant.py
which imports g-i data at build time:

from gi.repository import GLib

Previously this would import the typelib file installed by native
g-i (which would likely not match the cross target, but nvm). New
g-i version no longer installs those files, so the options are:

- run the python script with target python inside qemu
- copy the needed typelib from target sysroot into the native one.

I took the easy way out.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-29 11:11:51 -07:00
Mingli Yu
956ebe0cdc
msgraph: Add opengl to REQUIRED_DISTRO_FEATURES
Fixes the below yocto compliance issue:
  ERROR: Nothing PROVIDES 'rest' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/msgraph/msgraph_0.2.1.bb DEPENDS on or otherwise requires it)
  rest was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)
  ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
  Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'msgraph', 'rest']

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-29 11:11:51 -07:00
Yoann Congal
d3751ce994
reproducibility: move repro excludes from AB config.json to meta-oe
For now, the known non-reproducible packages list is stored inside the
autobuilder config.json file. This is not ideal. Let's move this list
into each layers of meta-openembedded.

These lists can be used with, in local.conf:
  include conf/include/non-repro-meta-oe.inc
  OEQA_REPRODUCIBLE_EXCLUDED_PACKAGES = "${KNOWN_NON_REPRO_META_OE}"

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Acked-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-29 11:11:51 -07:00
Khem Raj
1e5ae73fd3
layers: Add styhead to compatible release series
styhead is codename for upcoming 5.1 release

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-28 08:55:01 -07:00
Markus Volk
5d6fa87b3f
gnome-control-center: update 46.0.1 -> 46.1
- add PACKAGECONFIGS for file-share and media-share

46.1

* Accessibility
 - Improve accessibility of "Typing" settings sliders

* Display
 - Fix crash when pressing Escape in the display settings

* Network
 - Add stable-ssid support for cloned-mac

* Privacy
 - Add build option to enable Location services
 - Fix opening of Help pages while viewing Privacy settings

* Sharing
 - Auto hide Sharing panel when Rygel AND gnome-user-share are not available

* System
 - Don't show auto-timezone setting when Location services unavailable
 - Avoid unnecessary time-change requests
 - Fix issue with sensitivity of "Add" and "Enroll" Enterprise Login buttons
 - Improve generated passwords capacity in Remote Desktop settings

* Wacom
 - Check for the right output connector name

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-28 08:55:01 -07:00
Markus Volk
6c10c056a5
gnome-remote-desktop: update 46.0 -> 46.1
46.1
====
* Fix running on big endian
* Don't crash when there are no user sessions

Contributors:
  Ondrej Holy, Pascal Nowack

Translators:
  Aurimas Černius [lt], Yaron Shahrabani [he], Fran Dieguez [gl],
  Vincent Chatelain [fr], Sabri Ünal [tr], Rachida SACI [kab],
  Christian Kirbach [de], Asier Sarasua Garmendia [eu], Nathan Follens [nl],
  Martin [sl], Artur S0 [ru]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-23 15:15:35 -07:00
Markus Volk
791d42e150
gnome-shell-extensions: update 46.0 -> 46.1
46.1
====
* screenshot-window-sizer: Add flathub-recommended size [Florian; !317]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-23 15:15:30 -07:00
Markus Volk
2b1183ec42
gnome-calendar: update 46.0 -> 46.1
Major changes in 46.1:
* Cleanup shortcut handling of some dialogs
* Updated translations

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-23 15:15:30 -07:00
Markus Volk
9fc1c3c7a3
xdg-desktop-portal-gnome: update 46.0 -> 46.1
Changes in 46.1
=================

- Remove D-Bus call timeout from Access portal requests that are proxied to
  GNOME Shell. This prevents the Access portal from failing requests if the
  user doesn't click on a dialog for more than 25 seconds.
- Various fixes to the ScreenCast portal dialog
- Translation updates

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-23 15:15:29 -07:00
Markus Volk
f7d2f50cd7
mutter: update 46.0 -> 46.1
46.1
====
* Implement linux-drm-syncobj-v1 [Austin; !3300]
* Fix input lag on X11 nvidia [Daniel; !3685]
* Fix scanout on secondary GPUs [Michel; !3674]
* Don't apply max-render-time to secondary GPUs [Michel; !3689]
* Fix reusing single-pixel buffers [Jonas Å.; !3702]
* Improve scanout candidate check [Robert; !3699]
* Always use logical pixels for bounds [Sophie; !3698]
* Fix modifiers getting stuck during grabs [Carlos; !3704]
* Fix night-light on displays without EDID [Sebastian W.; !3673]
* Fix secondary GPU acceleration with nvidia driver [Jonas Å., Daniel; !3304]
* Fix some XWayland clients being partially click-through [Sebastian K.; !3697]
* Fix initial suspended state [Jonas Å.; !3475]
* Fixed crashes [Bilal, Jonas Å., Sebastian W., Daniel;
  !3683, !3666, !3691, !3708, !3678]
* Misc. bug fixes and cleanups [Ray, Carlos, Bilal, Ivan, Barnabás, Jonas Å.,
  Jonas D., Michel; !3672, !3681, !3686, !3687, !3671, !3679, !3690, !3703,
  !3695, !2946, !3696, !3710, !3644, !3707]

Contributors:
  Jonas Ådahl, Michel Dänzer, Jonas Dreßler, Bilal Elmoussaoui, Carlos Garnacho,
  Sophie Herold, Sebastian Keller, Robert Mader, Athmane MOKRAOUI,
  Ivan Molodetskikh, Barnabás Pőcze, Austin Shafer, Ray Strode, Daniel van Vugt,
  Sebastian Wick

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-23 15:15:29 -07:00
Markus Volk
e2c174b82a
gnome-shell: update 46.0 -> 46.1
46.1
====
* Improve notification of conflicting session [Joan; !3235]
* Add shift level to Korean OSK layout [Carlos; !3222]
* Fix markup support in notifications [Sebastian; !3247]
* extensions-app: Fix empty rows with '&' in extension name [Florian; !3266]
* extensions-app: Improve HIG compliance [Automeris; !3269, !3271]
* Omit expand buttons in notification banners [Julian; !3249]
* Misc. bug fixes and cleanups [dcz, Totto16, Sebastian, Florian;
  !3262, !3253, !3260, !3234]

Contributors:
  dcz, Carlos Garnacho, Sebastian Keller, Robert Mader, Florian Müllner,
  Automeris naranja, Julian Sparber, Joan Torres, Totto16, Sebastian Wick

Translators:
  Danial Behzadi [fa], Baurzhan Muftakhidinov [kk], Anders Jonsson [sv],
  Aurimas Černius [lt], Yuri Chornoivan [uk], Daniel Rusek [cs],
  Ekaterine Papava [ka], Asier Sarasua Garmendia [eu], Jiri Grönroos [fi],
  Piotr Drąg [pl], Yaron Shahrabani [he], Brage Fuglseth [nb], A S Alam [pa],
  Christian Kirbach [de], Milo Casagrande [it], Fran Dieguez [gl],
  Jordi Mas i Hernandez [ca], Jordi Mas [ca], Sabri Ünal [tr],
  Boyuan Yang [zh_CN], Athmane MOKRAOUI [kab], Vincent Chatelain [fr],
  Милош Поповић [sr, sr@latin], Martin [sl], Nathan Follens [nl], Artur S0 [ru],
  Juliano de Souza Camargo [pt_BR], Changwoo Ryu [ko], Jose Riha [sk],
  Fabio Tomat [fur], Peter Vágner [sk], Andi Chandler [en_GB]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-23 15:15:29 -07:00
Wang Mingyu
2969bba6db
gnome-text-editor: upgrade 46.0 -> 46.1
Changelog:
=========
*Remove DBusActicatable=true from the .desktop file to fix an issue
*where you could spawn Text Editor via D-Bus and not have the session
 restored at startup.
*AppData fixes
*Translation updates

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-17 23:47:23 -07:00
Wang Mingyu
20d214010a
gnome-online-accounts: upgrade 3.50.0 -> 3.50.1
Changelog:
==========
* Fix translation domain in account dialogs
* Fix OAuth 2.0 URI handler for some users
* Fix crash in Kerberos/Fedora provider
* Improved WebDAV support for Fastmail and mailbox.org
* Fixes for WebDAV discovery
* OAuth 2.0 PKCE support
* Fix issues caught by static analysis
* Update Microsoft Client ID
* Translation updates

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-17 23:47:23 -07:00
Wang Mingyu
f6b1a0f731
file-roller: upgrade 44.0 -> 44.1
Changelog:
===========
* New archive dialog: allow to choose a location without changing name
* Fixed adding multiple files on a 'drop' event
* Show the options dialog when adding files in batch mode
* Appdata: Add 44.0 release

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-17 23:47:23 -07:00
Markus Volk
3b82b10eec
gnome-control-center: restore Upstream-Status line
It got accidentially wiped out (by using devtool I think)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-02 17:55:10 -07:00
Markus Volk
b40b28fffd
gnome-backgrounds: add runtime depenency for libjxl
Provides the jpegxl gdk-pixbuf-loader that is required for the jxl
wallpapers.

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-02 17:54:03 -07:00
Wang Mingyu
eb5aa5a1cd
tracker: upgrade 3.7.0 -> 3.7.1
0001-fix-reproducibility.patch
refreshed for 3.7.1.

Changelog:
==========
* Fix possible stalls in D-Bus endpoint batch updates
* Better API documentation around handling of corrupted
  databases
* Test improvements

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-02 11:28:55 -07:00
Wang Mingyu
457c531f16
tracker-miners: upgrade 3.7.0 -> 3.7.1
Changelog:
==========
  * Improvements to the handling of corrupted databases
  * Further syscall rules in the seccomp sandbox
  * Fix some possible warnings during tracker-extract-3 startup
  * Fixes to extraction of dc:source fields from XMP data
  * Avoid SIGABRT on missing Landlock

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-02 11:28:55 -07:00
Wang Mingyu
796db55dc7
metacity: upgrade 3.50.0 -> 3.52.0
0001-drop-zenity-detection.patch
refreshed for 3.53.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-02 11:28:50 -07:00
Wang Mingyu
d49a8e3808
gnome-font-viewer: upgrade 45.0 -> 46.0
Changelog:
=========
* Fix incorrect/missing URLs
* Improve app metainfo

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-02 11:28:49 -07:00
Wang Mingyu
0ddd076827
gnome-backgrounds: upgrade 45.0 -> 46.0
Changelog:
============
- default: less lens distortion
- symbolics: updated icons & tweaks to the layout
- glass chip: improved compression
- New default. Embrace the rounded triangle!
- Updated Amber, Pills
- New additions -- Gometrics, Glass chip, Neogeo, Ring and Tarka
- Departures -- Keys, Truchet, Rounded Rectangles
- JPEG XL favored as a format, with banding-bustin' client side grain

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-02 11:28:49 -07:00
Wang Mingyu
2219ceeb48
gjs: upgrade 1.80.0 -> 1.80.2
Changelog:
============
- Quick follow-up release to fix crash on ppc64.
- 1.79.90 failing tests on ppc64
- Quick follow-up release to fix build failure on MacPorts and Homebrew.
- 1.79.90: gi/arg-inl.h: expression is not assignable

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-02 11:28:48 -07:00
Markus Volk
0d371cf1d1
ghex: update 45.1 -> 46.0
=========
GHex 46.0
=========

Changes and bugfixes since 46.alpha:
- widget: Fade zeroes in the hex display (Logan Rathbone)
- data: add 'hexadecimal' keyword to .desktop file (Nelson Benítez León)
- appdata: Remove none OARS tags (Sabri Ünal)
- appdata: Update appdata (Sabri Ünal)
- appwin: Don't let AdwTabView trample over shortcuts (Logan Rathbone)
- lib: Fix PANGO_COLOR_FROM_FLOAT macro (Logan Rathbone)
- docs: GI tweaks and fixes (Logan Rathbone)
- lib/app: Initial support for marks (Logan Rathbone)
- help: Add marks section (Logan Rathbone)
- i18n: Remove domain that prevented use of translations (#66) (Anders Jonsson)
- appwin: Allow dropping multiple files (Guldoman)
- widget/doc: Set widget busy state while file is mid-save (#76) (Logan Rathbone)
- Code and documentation cleanups (Logan Rathbone)

Translation updates:
- Anders Jonsson (sv)
- Balázs Úr (hu)
- Christian Kirbach (de)
- Daniel Mustieles (es)
- Evangelos Skarmoutsos (el)
- Jiri Grönroos (fi)
- Jürgen Benvenuti (de)
- Sabri Ünal (tr)
- Sergej A. (ru)
- Yuri Chornoivan (uk)

This release includes libgtkhex 4.8.0

=============
GHex 46.alpha
=============

Changes and bugfixes since 45.0:
- GObject property getter fixes (Logan Rathbone)
- buf-malloc/mmap: Implement GObject 'file' property getter properly (Logan
  Rathbone)
- hex-buf/doc: Clarify GI transfer annotations (Logan Rathbone)
- hex-doc/buf: Support opening zero-length files (See: #73) (Logan Rathbone)
- hex-buf-iface: More appropriate messages when selecting backend (Logan
  Rathbone)
- hex-doc: Allow setting HEX_BUFFER env var to specify default backend (Logan
  Rathbone)
- Remove almost all remaining GtkDialog use (Logan Rathbone)
- about: port dialog to libadwaita (Titouan Real)
- Update POTFILES.in (Logan Rathbone)
- chartable: Port to GtkColumnView (Logan Rathbone)
- gtkhex: Local variables in switch statement should be in own scope (ie, fix
  clang build issues) (Fixes: #74) (David C. Manuelda, Logan Rathbone)
- appwin: Mark error message string properly translatable (Logan Rathbone)

Translation updates:
- Alan Mortensen (da)
- Anders Jonsson (sv)
- Emin Tufan Çetin (tr)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-01 00:50:33 -07:00
Markus Volk
78980a0a1b
gnome-user-share: remove hardcoded paths
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-30 09:52:58 -07:00
Markus Volk
1f28cb0baf
gdm: update 45.0.1 -> 46.0
============
Version 46.0
============
- PAM improvements
- Translation updates

=============
Version 46.rc
=============
- Support for killing conflicting sessions at login time.
- XDMCP fix
- Use wayland by default on certain server chips
- Fix pam extension size computation
- Introspection fix
- Fix for homed users
- Translation updates

================
Version 46.alpha
================
- Support remote login from gnome-remote-desktop (and hopefuly nicedcv in the future)
- Support new JSON pam extension
- Fix build with user-display-server=false
- Minor clean ups
- Move private D-Bus sockets to private directory
- Build goo fixes
- Warning fixes
- Translation updates

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-29 17:00:26 -07:00
Markus Volk
8cf3df2994
gnome-control-center: update 46.0 -> 46.0.1
This is an important update, because it fixes a segfault in a new
settings tab 'system' that segfaulted, if it was selected.

This was horrible in two ways. A lot of important options were unaccessable
and also quite annoying ... if selected, gnome-control-center constantly
crashed on execution, unless started from shell with a working tab like
'gnome-control-center wifi'

46.0.1 confuses the gnomebase class. Workaround this by using git fetcher,
at least until they go back to normal xx.x scheme

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-28 17:27:52 -07:00
Markus Volk
0586dd9f13
gnome-user-share: add recipe
- add it as runtime dependency to gnome-control-center because without it,
  the file sharing options are hidden.
- configure the paths to fit to openembedded env
- add mod_dnssd runtime dependency for apache2 as this is a requirement

To enable the feature, PACKAGECONFIG httpd needs to be added.
This is not done by default to avoid apache2 runtime dependency just by
including this recipe.
NOTE: Apache2 httpd doesn't need to be running. It'll get
      started and stopped on demand by systemd.

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-28 11:45:02 -07:00
Markus Volk
33d76f2481
file-roller: update 43.1 -> 44.0
- file-roller was ported to gtk4
- use the git fetcher because there is not (yet?) a tarball release

Version 44
~~~~~~~~~~
Released: 2024-03-24

Bugfixes:
 * Fixes compilation when native app chooser is disabled
   (Amin Bandali) (!227)

Translations:
 * French - France (Jean-Marc Tissières)
 * Hungarian (Balázs Úr)
 * Kabyle (ButterflyOfFire)
 * Slovenian (Martin Srebotnjak)

Version 44.beta
~~~~~~~~~~~~~~~
Released: 2024-03-10

Bugfixes:
 * window: Fix incompatible pointer types (David King) (!225)
 * appdata: Fix reverse DNS developer id (Maximiliano Sandoval)

Translations:
 * Catalan (Jordi Mas i Hernàndez)
 * Kazakh (Baurzhan Muftakhidinov)
 * Latvian (Rūdolfs Mazurs)

Version 44.alpha
~~~~~~~~~~~~~~~~
Released: 2024-02-18

Features:
 * Ported to GTK4

Bugfixes:
 * Fixed filenames when opening from google-drive. (FeRD (Frank Dana)) (!212)
 * Disable broken deb package support. (Bastien Nocera) (!14)
 * properties.ui: fixed typo (!215)
 * new-archive-dialog: fixed untranslatable row name (!213)
 * Retire AppMenu and remove redundant codes. (Sabri Ünal) (!63)
 * appdata: file-roller is no longer default in GNOME (Anders Jonsson)
   (!210)
 * Redo the headerbar button tooltips to follow the GNOME HIG recommendations.
   (Jake Dane) (!189)
 * doap: Remove rdf resource (Maximiliano Sandoval R) (!35)

Translations:
 * Abkhazian (Нанба Наала)
 * Basque (Asier Sarasua Garmendia)
 * Belarusian (Yuras Shumovich)
 * Catalan (Jordi Mas i Hernàndez)
 * Chinese (Traditional) <http://darkbear.mercusysddns.com/ (Cheng-Chia
   Tseng)
 * Chinese - China (lumingzh)
 * Danish (Alan Mortensen)
 * Deutsch (Jürgen Benvenuti)
 * Dutch (Nathan Follens)
 * Friulian (Fabio Tomat)
 * Galician (Fran Dieguez)
 * Georgian (Ekaterine Papava)
 * Hebrew (Yosef Or Boczko)
 * Hungarian (Balázs Úr)
 * Icelandic (Sveinn í Felli)
 * IE (OIS)
 * Indonesian (Kukuh Syafaat)
 * Kazakh (Baurzhan Muftakhidinov)
 * Nepali (Pawan Chitrakar)
 * Persian (Danial Behzadi)
 * Polish (Piotr Drąg)
 * Romanian (Florentina Mușat)
 * Slovak (Dušan Kazik)
 * Slovenian (Martin Srebotnjak)
 * Spanish - Spain (Daniel Mustieles)
 * suomi (Jiri Grönroos)
 * Swedish (Anders Jonsson)
 * Turkish (Sabri Ünal)
 * Ukrainian (Yuri Chornoivan)
 * Vietnamese (Trần Ngọc Quân)
 * čeština (Daniel Rusek)
 * Ελληνικά (Efstathios Iosifidis)
 * Русский (Ser82-png)

Help translations:
 * Chinese (China) (Boyuan Yang)
 * Galician <Proxecto Trasno (Fran Dieguez)
 * Polish (Piotr Drąg)
 * Swedish (Anders Jonsson)
 * Turkish (Sabri Ünal)
 * Ukrainian (Yuri Chornoivan)
 * русский (Ser82-png)

Version 43.0
----------------
Released: 2022-09-17

New features and user visible changes:

- Add read-only support for Apple’s `dmg` image format through 7-zip (!85)

Bugs fixed:

- Prevent libarchive backend from writing endless padding when extracting RAR archives (!87)

Other changes:

- Various source code clean-ups (!86)

Translation updates:

- Abkhazian (Nart Tlisha)
- Basque (Asier Sarasua Garmendia)
- Brazilian Portuguese (Enrico Nicoletto)
- Bulgarian (Alexander Shopov)
- Catalan (Jordi Mas)
- Chinese (China) (Luming Zh)
- Czech (Marek Černocký)
- Danish (Alan Mortensen)
- Finnish (Jiri Grönroos)
- French (Irénée THIRION)
- Galician (Fran Dieguez)
- German (Jürgen Benvenuti)
- Hungarian (Balázs Úr)
- Indonesian (Kukuh Syafaat)
- Korean (Seong-ho Cho)
- Latvian (Rūdolfs Mazurs)
- Lithuanian (Aurimas Černius)
- Occitan (Quentin PAGÈS)
- Persian (Danial Behzadi)
- Polish (Piotr Drąg)
- Portuguese (Hugo Carvalho)
- Russian (Aleksandr Melman)
- Serbian (Марко Костић)
- Slovenian (Matej Urbančič)
- Spanish (Daniel Mustieles)
- Turkish (Sabri Ünal)
- Ukrainian (Yuri Chornoivan)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-25 18:52:53 -07:00
Markus Volk
777d42c854
tracker-miners: fix reproducibility issue for landlock
If landlock feature is enabled there is buildpath leakage again.
This is because in-tree rules get included. Disable the
in-tree check to avoid it.

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-25 08:34:12 -07:00
Markus Volk
150451eeaf
evolution-data-server: disable tests and examples
- Building the examples pulls in a requirement for gtk+3
  Also disable installed_tests and maintainer_mode
- Use json-glib by default

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-24 08:11:55 -07:00
Khem Raj
37ef4d73a2
tracker-miners: Disable seccomp support on musl
seccomp support piece needs APIs e.g. tgkill which are
unimplimented in musl [1]

Secondly, remove libseccomp from unconditional dependencies
it will be only added when packageconfig is selected.

[1] https://www.openwall.com/lists/musl/2019/08/02/1

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 20:10:28 -07:00
Markus Volk
cf49617d4a tracker-miners: drop buildpath from tracker-miner-fs-3
Remove the buildpath from /usr/libexec/tracker-miner-fs-3 without breaking the binary

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Markus Volk
3de9afec60 gvfs: update 1.52.2 -> 1.54.0
- add PACKAGECONFIG for onedrive
- switch to gcr4

Major changes in 1.54.0
=======================
* Translation updates (GNOME Translation Project contributors)

Major changes in 1.53.91
========================
* onedrive: Fix several issues (Jan-Michael Brummer)
* wsdd: List just devices of pub:Computer type to filter out unwanted devices (Ondrej Holy)
* Translation updates (GNOME Translation Project contributors)

Major changes in 1.53.90
========================
* daemon: Add OneDrive support based on msgraph library (Jan-Michael Brummer)
* client: Reduce synchronous metadata methods calls to improve performance (Corey Berla)
* network: Provide standard::content-type and access::can-rename attributes (António Fernandes)
* build: Fix unknown arguments error on systems that don't use GNU C library (Ondrej Holy)
* udisks2: Fix unmounting of mount paths that contain non-ASCII characters (Ondrej Holy)
* Translation updates (GNOME Translation Project contributors)

Major changes in 1.53.1
=======================
* daemon: Add WS-Discovery support based on wsdd daemon (Ondrej Holy)
* network: Hide Windows Network folder and show the servers merged by default (Ondrej Holy)
* network: Various other fixes and enhancements (Ondrej Holy)
* daemon: Port to gcr4 (Ondrej Holy)
* smb: Fix livelock when mounting share without enough permissions (Ondrej Holy)
* smb: Fix moving files across filesystem boundaries (Ondrej Holy)
* Translation updates (GNOME Translation Project contributors)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Markus Volk
38565a1a89 msgraph: add recipe
libmsgraph would be required for onedrive support in gvfs

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Markus Volk
6fd8379c51 gnome-shell-extensions: update 45.2 -> 46.0
46.0
====
* system-monitor: Fix net speed [Florian; !313]
* Misc. bug fixes and cleanups [Aral; !311]

Contributors:
  Aral Balkan, Florian Müllner

Translators:
  Anders Jonsson [sv], Piotr Drąg [pl], Balázs Úr [hu], Milo Casagrande [it],
  Quentin PAGÈS [oc], Athmane MOKRAOUI [kab], Changwoo Ryu [ko],
  Ask Hjorth Larsen [da]

46.rc
=====
* Fix window previews in workspace indicator [Florian; !304]
* Fix menu ornament in workspace indicator [Florian; !305]
* Misc. bug fixes and cleanups [Florian; !306, !309]

Contributors:
  Florian Müllner

Translators:
  Danial Behzadi [fa], Ekaterine Papava [ka], Sabri Ünal [tr], Artur S0 [ru],
  Yuri Chornoivan [uk], Vasil Pupkin [be], Asier Sarasua Garmendia [eu],
  Yaron Shahrabani [he], Brage Fuglseth [nb], Nathan Follens [nl],
  Aurimas Černius [lt], Matej Urbančič [sl], Boyuan Yang [zh_CN],
  Kukuh Syafaat [id], Fran Dieguez [gl], Andi Chandler [en_GB],
  Baurzhan Muftakhidinov [kk], Rūdolfs Mazurs [lv], Guillaume Bernard [fr],
  Daniel Mustieles [es], Jiri Grönroos [fi]

46.beta
=======
* apps-menu: Rename Applications to Apps [Allan; !299]
* Misc. bug fixes and cleanups [Florian; !296, !297, !300, !301, !302]

Contributors:
  Allan Day, Florian Müllner

Translators:
  Gabriel Brand [de], Daniel Rusek [cs], Fran Dieguez [gl],
  Aefgh Threenine [th], Vasil Pupkin [be], Artur S0 [ru], Yosef Or Boczko [he],
  Sabri Ünal [tr]

46.alpha
========
* workspace-indicator: Fix initial preview visibility [Florian; !280, !292]
* screenshot-window-sizer: Fix cycling between sizes backwards [Florian; !284]
* Add back overview in Classic session [Florian; !287]
* Allow running Classic session headless [Jonas; !289]
* window-list: Fix buttons not being clickable at the screen edge
  [Florian; !291]
* Add system-monitor extension [Florian; !277]
* Fixed crash [Florian; !290]
* Misc. bug fixes and cleanups [Florian; !276, !275, !278, !281, !286, !288]

Contributors:
  Jonas Ådahl, Florian Müllner

Translators:
  Kristjan SCHMIDT [eo], Brage Fuglseth [nb]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Markus Volk
3dafbcee3f gnome-disk-utility: update 45.0 -> 46.0
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Markus Volk
7efc0bc12d gnome-chess: update 43.2 -> 46.0
46.0 - March 14, 2024
=====================

- Updated translations

46.beta - February 9, 2024
==========================

- Highlight relevant pieces when king is checked (#46, #78, Mohammadreza Shabani)
- Change keyboard shortcut for viewing previous/next moves (#67, Vancha)
- Change tooltips to follow HIG guidelines (#75, Automeris naranja)
- Improve style of message dialogs (#77, Felipe Kinoshita)
- Fix "Time Limit" not translated in new game window (!47, Sabri Ünal)
- Improvements to main menu (!48, Automeris naranja)
- Improve shortcut names in help overlay (!51, Automeris naranja)
- Updated appstream metainfo (!54, Sabri Ünal)
- Fix broken links in user help (Andre Klapper)
- Updated translations

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Markus Volk
c209b3215d gnome-text-editor: update 45.1 -> 46.0
• Various performance workarounds have been added to the overview
   map to improve rendering performance and quality with fractional
   scaling.
 • Translation updates

Changes since 46.beta

 • Disable editing while document is loading
 • Discard still-loading documents when saving session
 • Fix some tab integration issues with libadwaita

Changes since 46.alpha

 • Use AdwAboutDialog
 • Fix keyboard access to light/dark/follow theme selectors
 • Use GtkFontDialog instead of deprecated GtkFontChooserDialog
 • Check for files on disk before restoring drafts to avoid displaying
   deleted files.
 • Performance improvements to the minimap on GTKs new renderer
 • Avoid draft auto-save file the document is still loading
 • The language selection dialog is now modal
 • A new-window action was added to .desktop file for GNOME Shell
 • Improve support for closing a page while it is still loading
 • Updated translations

 Changes since 45.0

 • Make various UI elements conform better to GNOME HIG
 • Fix etag usage when comparing changes from GFileMonitor
 • Cancel document loading when tab or window closes. This fixes an issue
   where you could have 100% CPU doing Pango line breaking on extremely large
   files even after closing a window or tab.
 • Improve margin for RTL languages
 • Updated appdata/metainfo
 • Fix memory leak in usage of GtkNativeDialog
 • Work around some broken user configurations for XDG special directories
 • Translation updates

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Markus Volk
02c5765119 gnome-bluetooth: update 42.8 -> 46.0
ver 46.0:
This version contains translation updates.

ver 46.beta:
This version modernises the look of the properties dialogue. It also includes
all the fixes available in version 42.8.

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Markus Volk
df67c7979d libgtop: update 2.41.1 -> 2.41.3
This update is required for gnome-system-monitor-46.0

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Markus Volk
cd8e0ece50 gparted: update 1.5.0 -> 1.6.0
install missing metainfo files

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Markus Volk
b41a6857b8 eog: update 45.2 -> 45.3
Version 45.3
------------

New and updated translations:

- Daniel Mustieles [es]
- Sveinn í Felli [is]
- Aurimas Černius [lt]
- Rūdolfs Mazurs [lv]
- Martin Srebotnjak [sl]
- Cheng-Chia Tseng [zh_TW]

New and updated manual translations

- Juliano de Souza Camargo [pt_BR]
- Sabri Ünal [tr]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Markus Volk
14b5043574 gnome-boxes: update 45.0 -> 46.0
46.0 - Mar 18, 2024
===================

Changes since 45.0

  - Disable "secure-boot" for EFI virtual machines
  - Use libportal to call Background Portal
  - Fallback to default resources on error cases
  - Fix crash when processing a non bootable ISO image
  - Fix permissions when copying template files
  - Added/updated/fixed translations

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Markus Volk
48bc28df85 gnome-system-monitor: update 45.0.1 -> 46.0
- gnome-system-monitor was ported to gtk4

New in 46.0 - 16 March 2024

* Updated translations
* style: Blend header bar with window contents !126 (kramo)

New in 46.rc - 2 March 2024

* Updated translations
* interface: Readd Delete key as shortcut to end process !128 (Óscar Fernández Díaz)
* Fixed memory leak in affinity change !129 (Yannis Gerlach)
* Updated app links !130 (Óscar Fernández Díaz)
* Metainformation improvements: correct developer and platform added (Sophie Herold)

New in 46.beta - 11 February 2024

* Updated translations
* Fixed several memory leaks (Barnabás Pőcze)
* Fixed several plotting issues (Barnabás Pőcze)
* Partial rework of graph class hierarchy (Robert Roth)
* Remember window state #295 (Óscar Fernández Díaz)
* Renamed appdata to match desktop file !124 (Óscar Fernández Díaz)

New in 46.alpha - 6 January 2024

* Updated translations
* Application ported to GTK4 (Ondřej Míchal)
* Fixed shortcuts #262 (Robert Roth)
* Fixed highcontrast graph labels #266 (Robert Roth)
* Fixed argument type mismatch !82 (Barnabás Pőcze)
* Updated UI to match Human Interface Guidelines !84 (Automeris Naranja)
* Ported various application components to adwaita (Óscar Fernández Díaz)
* Added flatpak build manifest !113 (Óscar Fernández Díaz)
* Various code improvements (Óscar Fernández Díaz)
* Appdata updates !114 (Sabri Ünal)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Markus Volk
45105cb6a9 libcloudproviders: update 0.3.5 -> 0.3.6
0.3.6
-----
* Plug several memory leaks
* Avoid use-after-free within the Proxy
* Renamespace CloudProvidersProvider
* Reduce a bit the CloudProvidersAccount memory footprint

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Markus Volk
d205fc4978 gnome-control-center: use gcr4 variant
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Markus Volk
5145c65001 gtksourceview5: update 5.10.0 -> 5.12.0
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Markus Volk
fb67e47720 libgweather4: update 4.4.0 -> 4.4.2
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
Markus Volk
21c81f2bc8 gnome-calendar: update 45.1 -> 46.0
- this update will require libadwaita 1.5.0

Major changes in 46.0:
* Updated translations

Major changes in 46.rc:
* Improve AppData information some more
* Various code cleanups
* Updated translations

Major changes in 46.beta:
* Improve AppData information
* Use the Settings portal for the show-week-dates setting
* Fix daylight saving time events in the Week view
* Add accessible labels to a few UI elements
* Use the new AdwDialog API for responsive dialogs
* Tweak the visuals of the Month view
* Properly make Calendar stop the weather service in Flatpak
* Updated translations

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-22 21:19:50 -07:00
Markus Volk
f47a518443 gnome-remote-desktop: update 45.1 -> 46.0
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-22 21:19:50 -07:00
Markus Volk
cf5612a053 gnome-session: update 45.0 -> 46.0
- consolekit support was removed upstream
 - add PACKAGECONFIG for doc

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-22 21:19:50 -07:00
Markus Volk
62bb96cfb9 gnome-calculator: update 45.0.2 -> 46.0
- libsoup is required to be built with vapi support

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-22 21:19:50 -07:00
Markus Volk
d5602d648d tecle: update 45.0 -> 46.0
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-22 21:19:50 -07:00
Kai Kang
20c74cc4e9
Packages depends on libadwaita should require distro feature opengl
libadwaita requires distro feature 'opengl', so packages depends on it
either directly or indirectly should require distro feature 'opengl'
too.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-20 09:28:12 -07:00
Wang Mingyu
46ccb1d483
gjs: upgrade 1.78.4 -> 1.80.0
0001-Support-cross-builds-a-bit-better.patch
0002-meson.build-Do-not-add-dir-installed-tests-when-inst.patch
refreshed for 1.80.0

Changelog:
=============
- In GNOME 46 and later, platform-specific GLib and Gio APIs have moved
  to the separate libraries GLibUnix, GioUnix, GLibWin32, and GioWin32.
- Closed bugs and merge requests:
  * meson: fix automagic dependency lookup for cairo
  * Deprecate accessing GLibUnix/GLibWin32 APIs through GLib
  * CI: Build newer GLib in debug Docker image
  * Workspace switching performance degradation due to leaked WeakRefs
    in JS
  * GTop.glibtop_get_mountlist invocation causes GNOME Shell Crash
  * Progress towards some performance improvements in accessing GObject
    properties
  * Various maintenance

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-20 09:28:04 -07:00
Markus Volk
e3842d84c1
tracker-miners: update 3.6.2 -> 3.7.0
- add PACKAGECONFIG for landlock to disable it by default. landlock sandboxing would
  be required to be supported by the kernel
- update 0001-fix-reproducibility.patch
- add missing files in datadir
- strip buildpath from the installed binary and fix the package_qa error it causes
  with INSANE_SKIP

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-20 09:28:04 -07:00
Markus Volk
572fca2f79
tracker: update 3.6.0 -> 3.7.0
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-20 09:28:04 -07:00
Markus Volk
f9020cdec0
xdg-desktop-portal-gnome: update 45.1 -> 46.0
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-18 15:42:50 -07:00
Markus Volk
03ee9d668f
gnome-control-center: update 45.3 -> 46.0
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-18 15:42:50 -07:00
Markus Volk
039f2dfdf7
folks: update 0.15.7 -> 0.15.8
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-18 15:42:49 -07:00
Markus Volk
c6d3bed498
evolution-data-server: build with webkitgtk4
- enable goa by default

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-18 15:42:49 -07:00
Markus Volk
621bffd475
gnome-online-accounts: update 3.48.0 -> 3.50.0
- gnome-online-accounts was ported to gtk4/gcr4
- drop patches that have been included
- lastfm support was dropped
- add missing mime-xdg class
- use gtk4 for gtk-icon-cache

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-18 15:42:49 -07:00
Markus Volk
1e2b75420a
evince: update 45.0 -> 46.0
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-18 15:42:49 -07:00
Markus Volk
0fad89abf8
gnome-software: update 45.3 -> 46.0
- drop backport patches

Version 46.0
~~~~~~~~~~~~
Released: 2024-03-15

This is a stable release with the following changes:
 * Improvements for screen readers
 * Stop ‘loading updates’ in a loop on Debian

This release also updates translations:
 * Czech (Daniel Rusek)
 * Danish (Alan Mortensen)
 * Finnish (Jiri Grönroos)
 * French (Vincent Chatelain)
 * Galician (Fran Dieguez)
 * Georgian (Ekaterine Papava)
 * Hungarian (Balázs Úr)
 * Indonesian (Kukuh Syafaat)
 * Korean (Seong-ho Cho)
 * Latvian (Rūdolfs Mazurs)
 * Persian (Danial Behzadi)
 * Polish (Piotr Drąg)
 * Portuguese (Brazil) (Juliano de Souza Camargo)
 * Russian (Artur S0)
 * Swedish (Anders Jonsson)
 * Thai (Aefgh Threenine)
 * Turkish (Emin Tufan Çetin)

Version 46~rc
~~~~~~~~~~~~~
Released: 2024-03-01

This is an unstable release with the following changes:
 * Various UI text improvements
 * Fix launch of some apps
 * Fix invalid app state after it's uninstalled
 * Fix read of app description text
 * Do not ask to reboot after failed firmware update

This release also updates translations:
 * Basque (Asier Sarasua Garmendia)
 * Belarusian (Vasil Pupkin)
 * Bokmål, Norwegian (Brage Fuglseth)
 * Catalan (Jordi Mas, Quique Serrano)
 * Chinese (China) (Boyuan Yang)
 * Czech (Daniel Rusek)
 * Dutch (Nathan Follens)
 * English (United Kingdom) (Andi Chandler)
 * Galician (Fran Dieguez)
 * Georgian (Ekaterine Papava)
 * German (Jürgen Benvenuti, Philipp Kiemle)
 * Hebrew (Yaron Shahrabani)
 * Indonesian (Kukuh Syafaat)
 * Kazakh (Baurzhan Muftakhidinov)
 * Latvian (Rūdolfs Mazurs)
 * Lithuanian (Aurimas Černius)
 * Occitan (post 1500) (Quentin PAGÈS)
 * Persian (Danial Behzadi)
 * Russian (Artur S0)
 * Slovenian (Matej Urbančič)
 * Spanish (Daniel Mustieles)
 * Thai (Aefgh Threenine)
 * Turkish (Sabri Ünal)
 * Ukrainian (Yuri Chornoivan)

Version 46~beta
~~~~~~~~~~~~~~~
Released: 2024-02-09

This is an unstable release with the following changes:
 * Show feedback for all conditions that pause automatic updates
 * Various UI improvements and move to new libadwaita widgets
 * Fix loading OS AppStream catalog data if it is available as YAML
 * Add openSUSE Leap distro upgrade plugin

This release also updates translations:
 * Basque (Asier Sarasua Garmendia)
 * Belarusian (Vasil Pupkin)
 * Czech (Daniel Rusek)
 * Galician (Fran Dieguez)
 * Hebrew (Yosef Or Boczko)
 * Persian (Danial Behzadi)
 * Portuguese (Brazil) (Juliano de Souza Camargo)
 * Russian (Artur S0)
 * Turkish (Sabri Ünal)

Version 46~alpha
~~~~~~~~~~~~~~~~
Released: 2024-01-05

This is an unstable release with the following changes:
 * Recognize links in package update descriptions
 * Expose package names discreetly in the UI
 * Increase speed of load of the category pages
 * Improve search match with multiple words
 * Recognize verified apps by Flathub
 * Correct message when installing firmware updates
 * Improve application safety checks
 * Improve update preferences dialog
 * Fix deadlock when cancelling app update
 * Support user installation of local flatpak files
 * Fix apps appearing unsorted and without tiles in category page

This release also updates translations:
 * Basque (Asier Sarasua Garmendia)
 * Chinese (China) (Boyuan Yang)
 * Chinese (Taiwan) (Andre Klapper)
 * Czech (Daniel Rusek)
 * Friulian (Fabio Tomat)
 * Georgian (Ekaterine Papava)
 * German (Jürgen Benvenuti)
 * Hebrew (Yosef Or Boczko)
 * Persian (Danial Behzadi)
 * Romanian (Florentina Mușat)
 * Russian (Artur S0)
 * Turkish (Emin Tufan Çetin, Sabri Ünal)
 * Ukrainian (Yuri Chornoivan)
 * Vietnamese (Ngọc Quân Trần)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-18 15:42:48 -07:00
Markus Volk
92eb65c111
gnome-settings-daemon: update 45.0 -> 46.0
- requires gsettings-desktop-schemas-46.0

============
Version 46.0
============
- Translation updates
- Build improvements
- Fixed glib deprecation warnings

=============
Version 46.rc
=============
- Translation updates

Smartcard:
- Don't lose track of token name on card removal

===============
Version 46.beta
===============
- Translation updates
- CI fixes

Xsettings:
- Expose setting for switch shapes

================
Version 46.alpha
================
- Translation updates

Sharing:
- Add support for gnome-remote-desktop headless mode

Power:
- Don't show notifications on mobile hardware

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-18 15:42:48 -07:00
Markus Volk
8c3591ae10
gnome-shell: update 45.4 -> 46.0
46.0
====
* Fix model selection in on-screen keyboard [Jonas; !3230]
* Fix key getting stuck when raising screen shield [Jonas; !3231]
* Fix notifications sometimes being empty [Julian; !3229]
* Fix cursor visibilty when magnified [Sebastian; !3237]
* Fixed crashes [Jonas, Sebastian; !3233, !3239]
* Misc. bug fixes and cleanups [Carlos, Yotam, Aleksandr, Florian, Joan, Sam;
  !3225, !3161, !3232, !3226, !3236, !3203, !3238]

Contributors:
  Yotam Bar-On, Jonas Dreßler, Carlos Garnacho, Sam Hewitt, Sebastian Keller,
  Aleksandr Mezin, Florian Müllner, Julian Sparber, Joan Torres

Translators:
  Sabri Ünal [tr], Yuri Chornoivan [uk], Piotr Drąg [pl], Jiri Grönroos [fi],
  Ekaterine Papava [ka], Aurimas Černius [lt], Yaron Shahrabani [he],
  Daniel Mustieles [es], Asier Sarasua Garmendia [eu], Guillaume Bernard [fr],
  Jordi Mas i Hernandez [ca], Matej Urbančič [sl], Bruce Cowan [en_GB],
  Baurzhan Muftakhidinov [kk], Brage Fuglseth [nb], Andika Triwidada [id],
  Quentin PAGÈS [oc], Rūdolfs Mazurs [lv], Anders Jonsson [sv],
  Fran Dieguez [gl], Milo Casagrande [it], Balázs Úr [hu], Philipp Kiemle [de],
  Artur S0 [ru], Changwoo Ryu [ko], Ask Hjorth Larsen [da],
  Athmane MOKRAOUI [kab]

46.rc
=====
* Fix repainting drawing area [Florian; !3190]
* Support locking down extension installation [Florian; !3180]
* Fix auto-closing FDO notifications [Florian; !3204]
* Ensure remote actions are activated with correct platform data [Julian; !3198]
* FDO notifications: Support ActivationToken signal [Julian; !3199]
* Delete selected text on backspace from on-screen keyboard [Sebastian; !2746]
* Various on-screen keyboard improvements [Carlos; !3162]
* Inform users of conflicting local/remote sessions on login [Joan; !3134]
* screencasts: Use h264 encoding if available [Jonas; !3211]
* Work around issue in NetworkManager's wireguard support [Jonas; !3219]
* Allow expanding notifications in message list [Julian; !3173]
* Fixed crash [Marco; !2267]
* Misc. bug fixes and cleanups [Paul, Florian, Carlos, Julian, Bilal, Automeris,
  Ray, Sam, Daniel, Sophie; !3186, !3187, !3028, !3188, !3189, !3191, !3192,
  !3147, !3195, !3197, !3196, !2765, !3200, !3202, !3201, !3206, !3208, !3213,
  !3207, !3214, !3215, !3216, !3209, !3217, !3221]

Contributors:
  Jonas Dreßler, Bilal Elmoussaoui, Carlos Garnacho, Sophie Herold, Sam Hewitt,
  Paul Hollinsky, Sebastian Keller, Florian Müllner, Automeris naranja,
  Julian Sparber, Ray Strode, Joan Torres, Marco Trevisan (Treviño),
  Daniel van Vugt

Translators:
  Ekaterine Papava [ka], Danial Behzadi [fa], Marek Černocký [cs],
  Sabri Ünal [tr], Artur S0 [ru], Yuri Chornoivan [uk], Fran Dieguez [gl],
  Vasil Pupkin [be], Asier Sarasua Garmendia [eu], Yaron Shahrabani [he],
  Daniel Rusek [cs], Brage Fuglseth [nb], Emin Tufan Çetin [tr],
  Nathan Follens [nl], Aurimas Černius [lt], Matej Urbančič [sl],
  Daniel Mustieles [es], Quique Serrano [ca], Irénée THIRION [fr],
  Kukuh Syafaat [id], Luming Zh [zh_CN], Jordi Mas i Hernandez [ca],
  Bruce Cowan [en_GB], Quentin PAGÈS [oc], Baurzhan Muftakhidinov [kk],
  Rūdolfs Mazurs [lv], Chao-Hsiung Liao [zh_TW], Guillaume Bernard [fr],
  Jürgen Benvenuti [de], Philipp Kiemle [de], Jiri Grönroos [fi]

46.beta
=======
* Improve High Contrast styling
  [Sam; !3063, !3075, !3076, !3097, !3143, !3120, !3154]
* Improve default styling [Sam; !3044, !3084, !3102, !3140, !3167]
* Close mount notification when drive gets disconnected [Florian; !3089]
* extensions-app: Remember window state [Florian; !3115]
* Fix feedback look in keyboard backlight slider [Barnabás; !3086]
* Follow "switch-shapes" accessibility setting [Florian; !3107]
* Fix effects of transient wayland windows [Florian; !3125]
* Add keyboard model configuration support [Leorize; !2583]
* Add Text Editor to the dash by default [Allan; !3135]
* Fix icon size regression in dash [Sam; !3119]
* Improve project and development documentation [Florian; !3122]
* overview: Keep dimming effect for modal dialogs [Florian; !3151]
* Do not use markup in button labels [Carlos; !3149]
* Fix menu alignment in RTL locales [Florian; !3150]
* Overhaul assets in monitor layout switcher [Sam; !3128]
* Fix overview transition from search results to session [Suryashankar; !3152]
* Add header to notifications [Julian; !3103]
* extensions-app: Use adaptive dialogs [Florian; !3148]
* Register custom D-Bus errors [Florian; !3159, !3160]
* Improve appearance of symbolic icons in notifications [Julian; !3066]
* Improve minimize animation [Keyu; !2968]
* Use a single source for all system notifications [Julian; !3156]
* Add missing shift level to Georgian OSK layout [Carlos; !3145]
* Tweak switch appearance [kramo; !3077]
* Improve handling of screencast failures [Jonas; !2976]
* Fixed crash [Florian; !3117]
* Misc. bug fixes and cleanups [Julian, Robert, Bilal, Florian, Georges, Sam,
  Shmuel, Jonas, Andy, Evan, Óscar, Bilal; !3059, !2982, !3026, !3105, !3104,
  !3106, !3109, !3110, !3112, !3111, !3113, !3114, !3118, !3121, !3098, !3123,
  !3126, !3129, !3136, !3138, !3139, !3137, !3133, !3132, !3130, !3131, !3141,
  !3146, !786, !2475, !2901, !2037, !3153, !3158, !3155, !3165, !3171, !3169,
  !3127, !3172, !3157, !3170, !3175, !3176, !3178, !3177, !3181]

Contributors:
  Suryashankar Das, Allan Day, Jonas Dreßler, Bilal Elmoussaoui,
  Óscar Fernández Diaz, Carlos Garnacho, Sam Hewitt, Andy Holmes, kramo,
  Leorize, Robert Mader, Shmuel Melamud, Florian Müllner,
  Georges Basile Stavracas Neto, Barnabás Pőcze, Julian Sparber, Keyu Tao,
  Evan Welsh

Translators:
  Ekaterine Papava [ka], Artur S0 [ru], Sabri Ünal [tr], Balázs Meskó [hu],
  Danial Behzadi [fa], A S Alam [pa], Daniel Rusek [cs], Fran Dieguez [gl],
  Vasil Pupkin [be], Yosef Or Boczko [he]

46.alpha
========
* Fix scroll handling on sliders [Carlos; !2967]
* overview: Handle unredirection as part of the state transition [Robert; !2970]
* Handle DESKTOP windows during workspace animations [Sundeep; !2865]
* Improve wording in welcome dialog [Automeris, Florian; !2963, !2962]
* Improve recording indicator in light style [Georges; !2983]
* Fix calendar popup shrinking on date changes [Sebastian K.; !2989]
* app: Make all windows on target workspace recent when activated
  [Sebastian W.; !2991]
* Fix performance degradation due to repeated signal leak [Sebastian K.; !3001]
* Optimize application search [Sebastian K.; !3004]
* Fix on-screen keyboard backspace getting stuck [Sebastian K.; !3009]
* Adapt to ClutterContainer removal [Zander; !3010, !3014]
* Fix arrow navigation in search results [Sebastian K.; !3015]
* Improve monitor OSD labels [Sam; !3016]
* Support async code in Eval() D-Bus method [Florian; !3021]
* Fix sliders not requesting any size [Florian; !2994]
* Only show prefs dialog after the extension has been loaded [Florian; !3025]
* Use dedicated assets in ctrl-alt-tab popup [Sam; !3019]
* Improve high-contrast styling [Sam; !3030]
* Fix mapping of tablet rings/strips [Peter; !3029]
* Add support for "version-name" field in extension metainfo
  [Aryan, Florian; !2995, !3034]
* Add more toolbox developer tooling [Florian; !2935, !3040]
* Use less ambiguous symbols for radio menu items [Sam; !3027]
* Improve icon- and text scaling [Sam; !3033]
* Modernize Extensions app [Florian; !3048, !3051, !3067]
* Use gi-docgen for API documentation [Zander; !1873]
* Improve high-contrast styling [Sam; !3017]
* Allow any enter key to be used to screenshot [Scott; !2777]
* Remove X11-specific icon fallback [Florian; !3056]
* Replace StBin's custom layout code [Florian; !3046]
* Minimize need to rebase when loading extensions [Sundeep; !2851]
* Add D-Bus method to take interactive screenshots [Georges; !2999]
* Add shortcuts to open new window of pinned apps [Florian, Leleat; !1829]
* Fix spinner in light style variant [Florian; !3080]
* Improve handling of enabled-but-inactive extensions [Florian; !3073]
* Improve formatting of extension errors [Philip; !3041]
* Fixed crashes [Daniel, Sebastian K., Carlos, Florian; !2975, !2974, !2993,
  !3018, !3011, !3006]
* Misc. bug fixes and cleanups [Florian, Martin, Alessandro, Bilal,
  Sebastian K., Barnabás, Jonas, Julian, Charles, Daniel, Automeris, Cassidy,
  Carlos, Sam, Sabri, Jonian, Sebastian W.; !2966, !2978, !2987, !2988, !2808,
  !2964, !3000, !3005, !3008, !3013, !2190, !3020, !3023, !2997, !3031, !3042,
  !3043, !3045, !3047, !3049, !2653, !3052, !3050, !3054, !3055, !1905, !3060,
  !3061, !2950, !3062, !3068, !3058, !3064, !3072, !3071, !3079, !2998, !3085,
  !3083, !3088, !3087, !3091, !3057, !3090]

Contributors:
  Cassidy James Blaede, Alessandro Bono, Zander Brown, Scott Buchanan,
  Philip Chimento, Jonas Dreßler, Bilal Elmoussaoui, Carlos Garnacho,
  Jonian Guveli, Sam Hewitt, Peter Hutterer, Aryan Kaushik, Sebastian Keller,
  Leleat, Robert Mader, Sundeep Mediratta, Florian Müllner, Automeris naranja,
  Georges Basile Stavracas Neto, Barnabás Pőcze, Julian Sparber, Sabri Ünal,
  Daniel van Vugt, Sebastian Wick, Charles Wong, Martin Zurowietz

Translators:
  Jordi Mas [ca], Fabio Tomat [fur], Ekaterine Papava [ka], Sabri Ünal [tr],
  Cheng-Chia Tseng [zh_TW], Changwoo Ryu [ko], Florentina Mușat [ro],
  Brage Fuglseth [nb], Evangelos Skarmoutsos [el], Efstathios Iosifidis [el],
  Quentin PAGÈS [oc], Jürgen Benvenuti [de], Daniel Șerbănescu [ro],
  Artur S0 [ru], Марко Костић [sr], Hugo Carvalho [pt], Ngọc Quân Trần [vi],
  Dušan Kazik [sk], Aefgh Threenine [th]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-18 15:42:48 -07:00
Markus Volk
14cadee2f8
mutter: update 45.4 -> 46.0
46.0
====
* Fix duplicate scroll events over libei [Peter; !3637]
* Fix window menu with mouse button modifier [Jonas; !3623]
* Fix caret offset in accessible event [Carlos; !3643]
* Fix handling of scroll events for mice [Carlos; !3642]
* Use timerfd for clock timing [Christian; !3636]
* Advertise support for BGRA for all screencast types [Robert; !3617]
* Add support for preferred_buffer_scale/transform [Robert; !3580]
* Use memfd to store selection data [Yotam; !3551]
* Fix globally active input focus [Sebastian K.; !3651]
* Call malloc_trim() after loading background image [Sebastian K.; !3653]
* Fix dynamic max render time sometimes getting stuck on constant framerate
  [Robert; !3655]
* Introduce base of new gesture framework [Jonas; !2389]
* Work around windows missing work area changes [Balló; !3601]
* Fix black screen with some drivers [Sebastian W.; !3646]
* Improve login screen <-> session transition [Jocelyn; !3659]
* Fixed crashes [Bilal, Carlos; !3656, !3660]
* Misc. bug fixes and cleanups [Philip, Peter, Sebastian W., Zander, Petr,
  Sebastian K., Robert, Bilal, Jonas; !3640, !3647, !3648, !3654, !3658, !3622,
  !1918, !3067, !3661, !3662, !3652, !3645]

Contributors:
  Yotam Bar-On, Zander Brown, Jonas Dreßler, Bilal Elmoussaoui, Jocelyn Falempe,
  Carlos Garnacho, Balló György, Christian Hergert, Petr Hodina, Peter Hutterer,
  Sebastian Keller, Robert Mader, Sebastian Wick, Philip Withnall

Translators:
  Sabri Ünal [tr], Aurimas Černius [lt], Jordi Mas i Hernandez [ca],
  Asier Sarasua Garmendia [eu], Matej Urbančič [sl], Anders Jonsson [sv],
  Bruce Cowan [en_GB], Guillaume Bernard [fr], Kukuh Syafaat [id],
  Milo Casagrande [it], Rūdolfs Mazurs [lv], Fran Dieguez [gl],
  Ask Hjorth Larsen [da]

46.rc
=====
* screencast: Renegotiate when DMABUF allocation fails [columbarius; !2557]
* Unify wayland pointer- and keyboard grab mechanisms [Carlos; !3420]
* Add modifier-aware screencasting support [Doğukan; !3537]
* Fix synchronization issue on Xorg [Daniel; !3590]
* Send fractional_scale event immediately on window creation [Jonas; !3598]
* wayland/client: Add make_dock() method [Leonhard; !3612]
* Fix gray area on top of some X11 fullscreen windows [Sebastian K.; !3608]
* Stick dragged windows to the right anchor point [Carlos; !3546]
* cally/text: Fix emission of `text_caret_moved` signal [Florian; !3621]
* clutter/text: Fix minimum height calculation [Julian; !3610]
* Add experimental support for variable refresh rate [Dor; !1154]
* Expose the minimum refresh rate of monitors through D-Bus [Dor; !3576]
* Use "default" cursor for moving windows [Sebastian K.; !3634]
* Fixed crashes [Carlos, Michel; !3618, !3632]
* Misc. bug fixes and cleanups [Robert, Bilal, Dor, Florian, Sebastian W.,
  Daniel, msizanoen, Corentin, Agustín, Sebastian K., Marco, Doğukan, Carlos,
  Jonas, Barnabás; !3217, !3581, !3582, !3583, !3586, !3574, !3587, !3585,
  !3584, !3588, !3553, !3589, !3593, !3595, !3597, !3599, !3327, !3603, !3606,
  !3594, !3611, !3613, !3552, !3620, !3592, !3614, !3619, !3625, !3628, !3627,
  !3624, !3629, !3630, !3633, !3027]

Contributors:
  Dor Askayo, columbarius, Agustín Dall'Alba, Michel Dänzer, Jonas Dreßler,
  Bilal Elmoussaoui, Carlos Garnacho, Sebastian Keller, Doğukan Korkmaztürk,
  Leonhard, Robert Mader, msizanoen, Florian Müllner, Corentin Noël,
  Barnabás Pőcze, Julian Sparber, Marco Trevisan (Treviño), Daniel van Vugt,
  Sebastian Wick

Translators:
  Ekaterine Papava [ka], Danial Behzadi [fa], Aurimas Černius [lt],
  Yuri Chornoivan [uk], Yaron Shahrabani [he], Nathan Follens [nl],
  Matej Urbančič [sl], Jordi Mas i Hernandez [ca], Kukuh Syafaat [id],
  Luming Zh [zh_CN], Andi Chandler [en_GB], Asier Sarasua Garmendia [eu],
  Quentin PAGÈS [oc], Rūdolfs Mazurs [lv], Irénée THIRION [fr],
  Daniel Mustieles [es], Daniel Rusek [cs], Piotr Drąg [pl], Balázs Úr [hu],
  Artur S0 [ru]

46.beta
=======
* Implement mouse cursor hotspots for KMS atomic [Albert, Zack; !3337, !3503]
* Improve project and development documentation
  [Bilal, Sebastian W.; !3489, !3505, !3519]
* Add a documentation website [Bilal; !3490]
* Refactor wayland focus management [Carlos; !3511]
* Remove experimental rt-scheduler feature [Dallas; !3296]
* Remove ClutterCanvas [Shmuel; !3470]
* Consider reduced blanking with lower pixelclock [Kai-Heng; !3449]
* Fix centering non-modal transients over parent [Florian; !3533]
* Allow XKB model to be configured [Leorize; !2760]
* Enable KMS deadline timer after a VT switch if it was inhibited [Dor; !3534]
* Prepare for variable refresh rate support [Dor; !3521, !3560, !3561]
* Restore IM state flushing before handling key events [Carlos; !3536]
* Swap stylus buttons to match traditional order [Peter; !3541]
* Fix handling of pad ring wrap arounds [Peter; !3545]
* Support Broadcast RGB/RGB range KMS property [Sebastian W.; !3535]
* Ensure all planes support EGL config format [Sebastian W.; !3512]
* Handle Alt modifier in pad actions [Peter; !3522]
* Store eraser and stylus tools separately [Peter; !3542]
* Disambiguate output mapped to tablet with connector name [Carlos; !3556]
* Fix lost keyboard focus after dismissing popups [Carlos; !3568]
* Implement direct scanout for cropped and scaled surfaces
  [Robert; !3559, !3177]
* Fixed crashes [Peter, Carlos, Sebastian W., Simon, Olivier, Daniel; !3383,
  !3517, !3518, !2774, !3446, !3539, !3562, !3565]
* Misc. bug fixes and cleanups [Bilal, Daniel, Sebastian W., Robert, Zander,
  Florian, Carlos, Corentin, Shmuel, Dor, Sebastian K., Jonas; !3498, !3418,
  !3500, !3492, !3484, !3504, !3499, !3333, !3351, !3501, !3211, !3506, !3387,
  !3509, !3510, !3483, !3467, !3514, !3515, !3516, !3520, !3513, !3507, !3526,
  !3527, !3528, !3450, !3531, !3549, !3532, !3543, !3529, !3530, !3550, !3554,
  !3540, !3569, !3563, !3570, !3555, !3572, !3571, !3538, !3573, !3575]

Contributors:
  Dor Askayo, Zander Brown, Jonas Dreßler, Bilal Elmoussaoui, Albert Esteve,
  Kai-Heng Feng, Olivier Fourdan, Carlos Garnacho, Peter Hutterer,
  Sebastian Keller, Leorize, Robert Mader, Simon McVittie, Shmuel Melamud,
  Florian Müllner, Corentin Noël, Zack Rusin, Dallas Strouse, Daniel van Vugt,
  Sebastian Wick

Translators:
  Ekaterine Papava [ka], Efstathios Iosifidis [el], Artur S0 [ru],
  Daniel Rusek [cs], Fran Dieguez [gl], Sabri Ünal [tr]

46.alpha
========
* Fix filtering keybinding events in presence of grabs [Sebastian K.; !3054]
* Fix direct scanout support when using integer scaling [Daniel; !3290]
* Fix capitalization of some keys when caps lock is on [Carlos; !3306]
* Fix vsync regression [Robert; !3286]
* Fix visibility of software cursors when using direct scanout [Robert; !3302]
* Fix artifacts at the bottom of some surfaces [Robert; !3310]
* Discard monitor configs with fractional scale when unusable [Jonas Å.; !3299]
* Apply track point settings [Rohan; !3089]
* xwayland: Enable XDG portal only when not nested [Olivier; !3303]
* Inhibit real-time scheduling when mode setting [Ray; !3324]
* Don't delay frame updates after idle period [Michel; !3174]
* Fix running Xwayland in headless setup with nvidia driver [Olivier; !3320]
* wayland: Send keyboard modifiers after the enter event [Alexandros; !3341]
* wayland/client: Add make_desktop() method [Florian; !3305]
* Add a target workspace to raise_and_make_recent()  [Sebastian W.; !3315]
* clutter: Drop cairo helpers [Bilal; !3086]
* cogl: Port away from CoglObject  [Bilal; !3193]
* mtk: Add a Region type  [Bilal; !3292]
* Propagate focus appearance to all ancestors [Sebastian W.; !3356]
* Ignore locked modifiers in keybinding machinery [Carlos; !3369]
* Fix disabling check-alive timeout [Sebastian K.; !3367]
* Drop ClutterContainer interface [Zander; !3377, !3384]
* Improve sloppy and mouse focus modes [Sebastian W.; !3258]
* Sync geometry only when window is mapped [Sebastian W.; !3401, !3404]
* Improve repick due to transform changes [Carlos; !3385]
* Fix tablets on X11 having the wrong device [Carlos; !3393]
* Disable HW cursor when inhibited by backend [Robert; !3412]
* screencast: Bring back blitting [Georges; !3406]
* backends/native: Try 10 bpc formats [Michel; !3139]
* Fix forcing EGLStream with NVIDIA proprietary driver [Daniel; !2905]
* screencast: Add ability to stop streams [Jonas Å., Pascal; !3307]
* Use standard cursor names from CSS specification [Carlos; !3295]
* Avoids over-synchronization due to client reads [Michel; !3389, !3408]
* Add more profiling instrumentation [Ivan; !3417]
* Allow specifyig the layout manager for an actor type [Florian; !3445]
* Fix handling of relative mode for tablets [Peter; !3410]
* Dynamically assign hardware planes during configuration [Jonas Å.; !3428]
* Simplify X11 focus management [Carlos; !3269]
* background: Fix background color around image [Sebastian W.; !3459]
* text-input: Use correct offsets in delete_surrounding_text [Alynx; !2712]
* Add wayland shm YCbCr support [Sebastian W.; !3371]
* Set a minimum guessed scale [Joan; !3464]
* Fix building without native backend [Bilal; !3480]
* Fix occasional artifacts at top of X11 fullscreen windows [Carlos; !3476]
* Add documentation for building, running and debugging
  [Sebastian W.; !3465, !3485]
* Improve tablet pressure curve calculation [Peter; !3399]
* Fixed crashes [Carlos, Jonas D., Robert, Sebastian W., Jonas Å., Sebastian K.;
  !3287, !3283, !3311, !3322, !3318, !3370, !3392, !3335, !3422, !3376, !3453]
* Plugged leaks [Sebastian K.; !3411, !3442]
* Misc. bug fixes and cleanups [Daniel, Corentin, Carlos, Jonas Å., Ivan,
  Michel, Sebastian W., Robert, Barnabás, Peter, Bilal, Sebastian K., Zander,
  Florian, Mike, Qiu, Olivier, Christopher, Mart; !3212, !3298, !3267, !3297,
  !3313, !3316, !3317, !3323, !3325, !3326, !3328, !3330, !3332, !3319, !3097,
  !3288, !3347, !3178, !3240, !3338, !3352, !3321, !2618, !3309, !3353, !3348,
  !3349, !3358, !3361, !3362, !3276, !3340, !3365, !3366, !3364, !3363, !3375,
  !3181, !3374, !3379, !3382, !3388, !3354, !3386, !3398, !3395, !3397, !3368,
  !3400, !3396, !3405, !3403, !3409, !3413, !3402, !3280, !3394, !3421, !3423,
  !3431, !3432, !3425, !3438, !3440, !3430, !3429, !2016, !3443, !3444, !3441,
  !3451, !3350, !3434, !3437, !3447, !1908, !3456, !3452, !3454, !3455, !2620,
  !3463, !3466, !3458, !3468, !3469, !3474, !3473, !3471, !3479, !3482, !3487,
  !3486, !3478, !3488, !3357, !3491]

Contributors:
  Jonas Ådahl, Zander Brown, Michel Dänzer, Jonas Dreßler, Bilal Elmoussaoui,
  Christopher Fore, Olivier Fourdan, Alexandros Frantzis, Carlos Garnacho,
  Mike Gorse, Peter Hutterer, Rohan Hendrik Jotz-Lean, Sebastian Keller,
  Robert Mader, Ivan Molodetskikh, Florian Müllner,
  Georges Basile Stavracas Neto, Corentin Noël, Pascal Nowack, Barnabás Pőcze,
  Mart Raudsepp, Ray Strode, Joan Torres, Daniel van Vugt, Qiu Wenbo,
  Sebastian Wick, Alynx Zhou

Translators:
  Kristjan SCHMIDT [eo], Rafael Fontenelle [pt_BR], Guillaume Bernard [fr],
  Jordi Mas i Hernandez [ca], Florentina Mușat [ro], Ngọc Quân Trần [vi],
  Artur S0 [ru]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-18 15:42:48 -07:00
Markus Volk
18eeb70db2
mutter: remove zenity from rdepends
zenity is not a runtime requirement for mutter and because of its
dependency on webkitgtk it is quite heavy.

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-18 15:42:47 -07:00
Khem Raj
a8310f7f31
layer.conf: Prepare for release, drop nanbield LAYERSERIES
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-17 13:10:12 -07:00
Martin Jansa
e722be5fac
recipes: Drop remaining PR values from recipes
* as oe-core did in:
  https://git.openembedded.org/openembedded-core/commit/?id=d4c346e8ab

* when people are have to maintain own PRs for recipes in oe-core, they
  might add them for meta-oe recipes at the same time when upgrading
  to next LTS

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-17 13:10:10 -07:00
Khem Raj
8186418f5b
layer.conf: Update for the scarthgap release series
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-16 10:29:31 -07:00
Markus Volk
a44ba09d6d
gtk-vnc: fix reproducibility issue
gtk-vnc  inserts lines containing ${S} into the source. Although required for
compilation, it affects reproducibility for the	src package.

Fix this by simply not packaging the modified source code

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-11 07:10:15 -07:00
Markus Volk
b443dacec0
gnome-terminal: fix reproducibility issue
gnome-terminal inserts lines containing ${S} into the source. Although required for
compilation, it affects reproducibility for the	src package.

Fix this by simply not packaging the modified source code

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-09 12:35:15 -08:00
Markus Volk
88ef09f879
gnome-settings-daemon: fix reproducibility issue
gnome-settings-daemon inserts lines containing ${S} into the source.
Although required for compilation, it affects reproducibility for
the src package.

Fix this by simply not packaging the modified source code

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-09 12:35:15 -08:00
Markus Volk
7e48a3f525
gnome-disk-utility: fix reproducibility issue
gnome-disk-utility inserts lines containing ${S} into the source. Although required for
compilation, it affects reproducibility for the	src package.

Fix this by simply not packaging the modified source code

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-09 12:35:15 -08:00
Markus Volk
109de389d2
gnome-control-center: fix reproducibility issue
gnome-control-center inserts lines containing ${S} into the source. Although required for
compilation, it affects reproducibility for the src package.

Fix this by simply not packaging the modified source code

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-09 12:35:14 -08:00
Markus Volk
9fedf2fab3
webp-pixbuf-loader: update 0.2.5 -> 0.2.7
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-08 10:07:29 -08:00
Khem Raj
fe52d23b15
gnome-online-accounts: Fix build with libxml2 2.12
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-08 10:07:28 -08:00
Khem Raj
d8511c2432
gnome-commander: Fix build with taglib 2.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-08 10:07:28 -08:00
Maxin John
b2f7f2b3e4 tracker: remove unused patch
0001-meson-Do-not-define-TOP_SRCDIR.patch was left unused after
updgrade to version 3.6.0. Remove it as part of cleanup.

Signed-off-by: Maxin John <maxin.john@gmail.com>
2024-03-08 15:21:09 +02:00
Markus Volk
328b8e2bc4
folks: update 0.15.6 -> 0.15.7
Overview of changes from libfolks 0.15.6 to libfolks 0.15.7
===========================================================

Major changes:
  * Add .editorconfig file
  * Lots of translation updates

Bugs fixed:
  * bluez: Fix invalid ownership of property accessors in Device interface
  * tests/telepathy: Use shared_library() to fix g-ir-scanner which expects proper library

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-03 08:41:26 -08:00
Tim Orling
635260e2f2
meta-gnome: drop ${PYTHON_PN}
python 2 is long unsupported, so we no longer need this variable

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-19 23:22:25 -08:00
Markus Volk
d58cf0a312
gnome-control-center: update 45.2 -> 45.3
============
Version 45.3
============

Datetime
- Fix build with -Wincompatible-pointer-types

Region
- Prevent preview crash from accessing invalid pointer

Wifi
- Fix build with -Wincompatible-pointer-types

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-19 23:22:23 -08:00
Markus Volk
98bbffff1c
gnome-shell: update 45.3 -> 45.4
45.4
====
* Close mount notification when drive gets disconnected [Florian; !3089]
* Fix feedback look in keyboard backlight slider [Barnabás; !3086]
* Fix menu alignment in RTL locales [Florian; !3151]
* overview: Keep dimming effect for modal dialogs [Florian; !3150]
* Fix overview transition from search results to session [Suryashankar; !3152]
* Improve minimize animation [Keyu; !2968]
* Add missing shift level to Georgian OSK layout [Carlos; !3145]
* Fixed crash [Florian; !3117]
* Misc. bug fixes and cleanups [Florian, Jonas, Julian; !3105, !3110, !3141,
  !786, !2475, !3153, !3159, !3172]

Contributors:
  Suryashankar Das, Jonas Dreßler, Carlos Garnacho, Florian Müllner,
  Barnabás Pőcze, Julian Sparber, Keyu Tao

Translators:
  Brage Fuglseth [nb], Balázs Meskó [hu], Daniel Rusek [cs]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-19 23:22:23 -08:00
Markus Volk
9cefb71d85
mutter: update 45.3 -> 45.4
45.4
====
* Restore IM state flushing before handling key events [Carlos; !3536]
* Fixed crashes [Carlos, Olivier; !3523, !3562]

Contributors:
  Olivier Fourdan, Carlos Garnacho

Translators:
  Efstathios Iosifidis [el]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-19 23:22:23 -08:00
Wang Mingyu
efc0e57745
gnome-keyring: upgrade 42.1 -> 46.1
0001-Set-paths-to-ssh-agent-and-ssh-add-by-configure-opti.patch
refreshed for 46.1

Changelog:
=========
 * ssh-agent: avoid deadlock when agent process dies before we connect to it
 * gkm: fix test-sexp with GCC 14
 * Updated translations

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-19 23:22:20 -08:00
Wang Mingyu
e92ddc52ab
gnome-bluetooth: upgrade 42.7 -> 42.8
Changelog:
-This update fixes problems with some devices not disappearing from the list
 of quick settings in GNOME Shell.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-19 23:22:19 -08:00
Wang Mingyu
03f6834ee2
gjs: upgrade 1.78.3 -> 1.78.4
Changelog:
 package: Specify GIRepository version

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-19 23:22:19 -08:00
Wang Mingyu
9f5a74cbe4
gegl: upgrade 0.4.46 -> 0.4.48
Changelog:
-GeglColor extended with GBytes API, and space aware accesors for RGB
 and CMYK. Better runtime handling of mismatched GEGL ops in graphs.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-19 23:22:19 -08:00
Wang Mingyu
403b0f9a30
babl: upgrade 0.1.106 -> 0.1.108
Changelog:
 "double" and "half" support in cli-tool, build fixes.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-19 23:22:19 -08:00
Markus Volk
67b383eee4
gedit: update 46.1 -> 46.2
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-19 23:22:19 -08:00
Markus Volk
e685a6049c
libgedit-gtksourceview: update 299.0.5 -> 299.1.0
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-19 08:19:21 -08:00
Martin Jansa
21f956598d
recipes: drop ${SRCPV} usage
* Drop SRCPV similarly like oe-core did in:
  https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=843f82a246a535c353e08072f252d1dc78217872

* SRCPV is deferred now from PV to PKGV since:
  https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=a8e7b0f932b9ea69b3a218fca18041676c65aba0

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
2024-02-09 09:52:12 -08:00
Wang Mingyu
016726c5b8
libgsf: upgrade 1.14.51 -> 1.14.52
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09 09:52:09 -08:00
Wang Mingyu
1893357177
network-manager-applet: upgrade 1.34.0 -> 1.36.0
Changelog:
===========
* Support WiFi's cloned-mac "stable-ssid"
* Update translations.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09 09:52:09 -08:00
Yoann Congal
0ffbe2a79a
ibus: backport a reproducibility fix
This backport fix the ibus-doc reproducibility issue.
The problem: manpages are compressed with gzip with a non-reproducible
timestamp in the header.
The backported fix: do not compress the manpages.

Note: This backported patch is included in version >= 1.5.29 and can be
dropped after upgrading.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-31 14:18:31 -08:00
Wang Mingyu
d75e356f33
gjs: upgrade 1.78.2 -> 1.78.3
Changelog:
==========
* GJS 1.78.2 causes all Gnome extensions preference settings windows
  to disappears after 3-7 seconds

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-23 11:55:33 -08:00
Markus Volk
3edab4f4a3
gjs: update 1.78.1 -> 1.78.2
Version 1.78.2
--------------

- Closed bugs and merge requests:
  * Uninitialized memory in float out values can lead to crashes in mozjs gc
    code later on [#591, !902, Philip Chimento]
  * Garbage collection of Gdk surfaces [#592, !905, Philip Chimento]
  * gi/gerror: Fix version of the GIRepository typelib import [!906, Jordan
    Petridis]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-19 09:51:05 -08:00
Markus Volk
d1dc5750b4
gvfs: update 1.52.1 -> 1.52.2
Major changes in 1.52.2
=======================
* smb: Fix livelock when mounting share without enough permissions (Ondrej Holy)
* smb: Fix moving files across filesystem boundaries (Ondrej Holy)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-19 09:51:05 -08:00
Markus Volk
fa71008a3b
file-roller: update 43.0 -> 43.1
Version 43.1
~~~~~~~~~~~~
Released: 2023-12-03

Bugfixes:
 * Fixed deb package support. (Bastien Nocera) (!14)
 * Fixed wrong filename when opening a files on Google Drive. (Frank Dana) (!212)
 * Updated README. (Jan Tojnar)
 * Fixed flapak build. (David Hewitt) (Jan Tojnar)

Translations:
 * Abkhazian (Нанба Наала)
 * Belarusian ()
 * Dutch (Nathan Follens)
 * Friulian (Fabio Tomat)
 * Icelandic (Sveinn í Felli)
 * IE (OIS)
 * Kazakh (Baurzhan Muftakhidinov)
 * Nepali (Pawan Chitrakar)
 * Slovak (Dušan Kazik)
 * Turkish (Sabri Ünal)
 * Vietnamese (Trần Ngọc Quân)
 * Ελληνικά (Efstathios Iosifidis)
 * Русский (Aleksandr Melman)
 * Chinese (China) (Boyuan Yang)
 * Galician <Proxecto Trasno (Fran Dieguez)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-19 09:51:05 -08:00
Markus Volk
4bbd45ec18
eog: update 45.1 -> 45.2
Eye of GNOME 45.2

Bug fixes and improvements:

 !158, data: Update appdata (Sabri Ünal)

New and updated translations:

- Jürgen Benvenuti [de]
- Jiri Grönroos [fi]
- Daniel Șerbănescu, Florentina Mușat [ro]
- Dušan Kazik [sk]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-19 09:51:04 -08:00
Khem Raj
1647e20b2e
evolution-data-server: Use inherit_defer for native class
Since gnome classes are using it in core, they are now appearing after
native resulting in QA errors

ERROR: /mnt/b/yoe/master/sources/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server-native.bb: QA Issue: evolution-data-server-native: native/nativesdk class is not inherited last, this can result in unexpected behaviour. Classes inherited after native/nativesdk: pkgconfig.bbclass
siteconfig.bbclass siteinfo.bbclass autotools.bbclass [native-last]

secondly, use 'cmake' for GNOMEBASEBUILDCLASS
default is set to meson (legacy is autotools) since most of gnome recipes are using meson
these days. This recipe however uses neither autotools nor meson to
build, it uses cmake, to this effect it inherits cmake bbclass
and things worked so far, however with inherit_defer things changed because
meta/classes-recipe/gnomebase.bbclass has switched to using
inherit_defer, this unearths this issue where its not overriding
exported functions as desired. Therefore this fixes that issue

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-18 07:30:48 -08:00
Khem Raj
74745dcd01
libwnck: inherit gtk-doc
Recent changes to oe-core[1] mean that if a configure.ac uses gtk-doc
then gtkdocize will be called. This means that recipes that don't
inherit gtk-doc (to depend on gtk-doc-native) but don't explicitly
disable the use of gtkdocize will fail to configure.

Inheriting gtk-doc both solves the configure failure, and allows us to
build the API documentation.

[1] oe-core 891ec38d4c5cc5ac7bc34938276261ebd6f6d54e

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-14 10:54:10 -08:00
Khem Raj
53e68a189a
libxklavier: inherit gtk-doc
Recent changes to oe-core[1] mean that if a configure.ac uses gtk-doc
then gtkdocize will be called. This means that recipes that don't
inherit gtk-doc (to depend on gtk-doc-native) but don't explicitly
disable the use of gtkdocize will fail to configure.

Inheriting gtk-doc both solves the configure failure, and allows us to
build the API documentation.

[1] oe-core 891ec38d4c5cc5ac7bc34938276261ebd6f6d54e

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-14 10:54:10 -08:00
Markus Volk
ac49a09887
gvfs: drop gnome-keyring rdepend
The gnome-keyring functionality is nowadays provided by libsecret and gnome-keyring
has been deprecated. This will prevent from getting it installed/running it twice.

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-13 09:08:39 -08:00
Ross Burton
f01a5bf834
gtksourceview4: remove obsolete workaround for build failures
This was likely fixed in 9bea9d1 upstream.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-12 08:51:12 -08:00
Ross Burton
cbc22b5ba4
gtksourceview4: remove check for target gtk-doc
Packages that use gtk-doc want to find a native gtk-doc not a target
gtk-doc, so remove the pointless check for a target gtk-doc package.

This only worked before as it was being pulled in via DEPENDS in
glib-2.0, but as of oe-core f91694f this no longer happens.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-12 08:51:12 -08:00
Ross Burton
7b7d0e38ff
libuser: remove obsolete GTKDOC_DOCDIR assignment
Now that autotools uses autopoint to call gtkdocize, this variable is no
longer needed.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-12 08:51:11 -08:00
Ross Burton
205b44eb45
libuser: fix gtk-doc configure call
Update the GTK_DOC_CHECK invocation to specify where the
documentation will be built (as the default is ./docs).

This is needed so that gtkdocize as run by autopoint knows where the
documentation will be built. At the moment we manually call gtkdocize
but this will change to autopoint in the future.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-12 08:51:11 -08:00
Markus Volk
09b354f3cc
gnome-shell-extensions: update 45.1 -> 45.2
45.2
====
* window-list: Fix buttons not being clickable at the screen edge
  [Florian; !291]
* window-list: Really fix initial preview visibility [Florian; !292]
* workspace-indicator: Really fix initial preview visibility [Florian; !292]
* Misc. bug fixes and cleanups [Florian; !290]

Contributors:
  Florian Müllner

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-10 08:39:31 -08:00
Markus Volk
65b0dca5ea
gnome-software: update 45.1 -> 45.3
Version 45.3
Released: 2024-01-05
This is a stable release with the following changes:

Recognize links in package update descriptions
Increase speed of load of the category pages
Fix deadlock when cancelling app update

This release also updates translations:

Chinese (Taiwan) (Andre Klapper)
Persian (Danial Behzadi)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-10 08:39:31 -08:00
Markus Volk
bff3453080
gnome-control-center: update 45.1 -> 45.2
============
Version 45.2
============

Apps
- Fix status page glitch on initialization
- Fix "File and Link Association" interface not reflecting changes

Background
- Improve background preview and chooser performance

Default Apps
- Fix undesired resetting of default apps during startup

Mouse
- Fix interference issue with scroll event in Mouse Test window

Network
- Close network editor when using non-native nm-connection-editor
- Show decoration buttons on empty-state (no network device found page)
- Share WPA3 (SAE) networks with QR Code
- Hide QR Code icon when connection is not successful
- Remove deprecated 'wpa-none'
- Fix route label alignments

Privacy
- Fix crash from free bug in the Camera page
- Fix potential crash on Bolt page visibility

Region
- Show preview measurement format in current locale

Sound
- Update mute state when setting mixer control for a stream

Users
- Show tooltip information for the Avatar widget

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-10 08:39:30 -08:00
Markus Volk
46ce0a49aa
gnome-shell: update 45.1 -> 45.3
45.3
====
* Allow any enter key to be used to screenshot [Scott; !2777]
* Fix spinner in light style variant [Florian; !3080]
* Improve formatting of extension errors [Philip; !3041]
* Fixed crash [Sebastian; !3006]
* Misc. bug fixes and cleanups [Florian, Daniel, Julian, Jonian; !3065, !3031,
  !3043, !3047, !3049, !3052, !3064, !3072, !2998]

Contributors:
  Scott Buchanan, Philip Chimento, Jonian Guveli, Sebastian Keller,
  Florian Müllner, Julian Sparber, Daniel van Vugt

Translators:
  Brage Fuglseth [nb]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-10 08:39:30 -08:00
Markus Volk
348792f025
mutter: update 45.1 -> 45.3
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>
2024-01-10 08:39:30 -08:00
Wang Mingyu
e54294de38
zenity: upgrade 4.0.0 -> 4.0.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>
2024-01-08 19:54:46 -08:00
Wang Mingyu
ec5631c9bd
libgedit-gtksourceview: upgrade 299.0.4 -> 299.0.5
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-08 19:54:42 -08:00