Commit Graph

2071 Commits

Author SHA1 Message Date
Markus Volk bded34d8da dconf-editor: Upgrade 43 -> 45.0.1
dconf-editor 45.0.1
===================

Fix string freeze break

dconf-editor 45.0
=================

Fix UI not displaying with latest GTK
Misc fixes and translation updates

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:49:52 -08:00
Markus Volk d154c47381 mutter: Upgrade 45.0 -> 45.1
45.1
====
* 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]
* Fixed crashes [Carlos, Jonas D., Robert, Sebastian W., Jonas Å.; !3287, !3283,
  !3311, !3322, !3318]
* Misc. bug fixes and cleanups [Daniel, Corentin, Carlos, Jonas Å., Ivan,
  Michel, Sebastian W., Robert, Barnabás, Peter; !3212, !3298, !3267, !3297,
  !3313, !3316, !3317, !3323, !3325, !3326, !3328, !3330, !3332, !3319]

Contributors:
  Jonas Ådahl, Michel Dänzer, Jonas Dreßler, Olivier Fourdan,
  Alexandros Frantzis, Carlos Garnacho, Peter Hutterer, Rohan Hendrik Jotz-Lean,
  Sebastian Keller, Robert Mader, Ivan Molodetskikh, Florian Müllner,
  Corentin Noël, Barnabás Pőcze, Ray Strode, Daniel van Vugt, Sebastian Wick

Translators:
  Kristjan SCHMIDT [eo], Rafael Fontenelle [pt_BR], Guillaume Bernard [fr],
  Jordi Mas i Hernandez [ca], Florentina Mușat [ro]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:49:52 -08:00
Markus Volk 7b140bf3f3 gnome-shell: Upgrade 45.0 -> 45.1
45.1
====
* 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]
* Fix unexpected focus changes with multi-window apps [Florian; !2959]
* Improve recording indicator in light style [Georges; !2983]
* Fix calendar popup shrinking on date changes [Sebastian; !2989]
* Fixed crashes [Daniel, Sebastian; !2975, !2974]
* Misc. bug fixes and cleanups [Florian, Martin, Alessandro, Sebastian; !2966,
  !2978, !2987, !3000, #6763]

Contributors:
  Alessandro Bono, Carlos Garnacho, Sebastian Keller, Sundeep Mediratta,
  Florian Müllner, Georges Basile Stavracas Neto, robert.mader@collabora.com,
  Daniel van Vugt, 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],
  Марко Костић [sr], Hugo Carvalho [pt]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:49:52 -08:00
Khem Raj e0cf987121 evolution-data-server: upgrade 3.50.0 -> 3.50.1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:48:27 -08:00
Khem Raj fbdc0d9830 libwacom: upgrade 2.6.0 -> 2.8.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:48:27 -08:00
Khem Raj 31094e8977 gnome-text-editor: upgrade 45.0 -> 45.1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:48:27 -08:00
Khem Raj db0102c75a gvfs: upgrade 1.52.0 -> 1.52.1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:48:27 -08:00
Khem Raj 947d4e2e3d network-manager-applet: upgrade 1.32.0 -> 1.34.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:48:27 -08:00
Markus Volk 025fed347c gtksourceview5: Upgrade 5.7.1 -> 5.10.0
News in 5.10.0, 2023-09-16
--------------------------

5.10.0 corresponds with GNOME 45.0 and is meant for end-user
distribution.

Changes since 5.9.0:

 * Translation updates

News in 5.9.0, 2023-09-01
-------------------------

5.9.0 is a release candidate for GNOME 45.

 * Documentation improvements
 * Various introspection improvements
 * New languages: Blueprint
 * Updated languages: C, C++, Rust, Python3, Shell, Java, OCaml
 * Updated style schemes: cobalt
 * GtkSourceBuffer gained a "loading" property which is
   toggled when GtkSourceFileLoader is loading the buffer
   from storage.
 * More defensiveness improvements in GtkSourceBufferOutputStream.
 * A leak in Vim emulation has been fixed.
 * Vim emulation now supports visual replace.
 * Scheduling of batched workers has been improved with
   gtk_source_scheduler_add().
 * Snippets are now initialized from GtkSourceView.constructed()
   to allow for applications to hook buffer creation.
 * Translation updates

News in 5.8.0, 2023-03-17
-------------------------

5.8.0 is meant for end-users which corresponds to the GNOME 44.0 release.

 * vim: avoid large numbers of small deletions in filter command
 * adwaita.xml: add missing def:deletion style
 * todotxt.lang: add support for todo.txt format

News in 5.7.2, 2023-03-03
-------------------------

5.7.2 is a development release of GtkSourceView intended for application
developers and unstable distributions alike.

 * Documentation improvements
 * Updated languages: java.lang, html.lang
 * Fix Y offset calculation when GtkTextView:top-margin is set
 * Completion now requeries providers upon manual activation
 * CSS updates for completion popover to reduce allocation jitter
 * Assistants will more aggresively update positioning. It is heavily
   suggested that you have GNOME/gtk!5564 in whatever GTK you are
   linking against to reduce the potential for frames rendered with
   missing allocations/text.

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:17 -08:00
Markus Volk 3743a831f6 libgweather4: Upgrade 4.2.0 -> 4.4.0
GWeather 4.4.0 (stable)
=======================

- nws: fix null string comparison when reading visibility [!282]
- Translation updates
- Location database changes
  - Adds Cities from Ukraines Zaporizhzhia Oblast [!276]

GWeather 4.3.2 (development)
============================

- Fix fallback metric unit detection logic [!231]
- Documentation fixes [!229]
- Performance improvements for nearest location lookups [!271]
- Location database changes
  - Add Ulsan city and Ulsan Airport [!218]
  - Add Koblenz and Mainz (Germany) [!184]
  - Add São Bento do Sul, Brazil [!220]
  - Add Ryazan' city [!224]
  - Add Freiburg and Heidelberg in Germany [!225]
  - Add Nottingham, UK [!268]
  - Add cities and airports in Argentina [!270]
  - Add Bracknell, United Kingdom [!249]
  - Update Romanian cities [!255]
  - Add cities in Rwanda [!260]
  - Add Mahilyow, Belarus [!250]
  - Add Aachen (North Rhine-Westphalia, Germany) [!246]
  - Add airports, structure of regions and biggest regional cities of Ukraine
[!242]
  - Add Osh City (Kyrgyzstan) [!190]
  - Add city Caravaca de la Cruz [!237]
  - Add a new Argentinian city, Bahía Blanca [!177]
  - Fix timezone for Denpasar [#209]
  - Fix spelling of Siem Reap [#199]
  - Add Rio Grande in Brazil [!226]
  - Add major cities of Japan [!267]
  - Add some cities in Germany [!266]
- Translation updates

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:17 -08:00
Markus Volk a02a4021d6 tracker-miners: Upgrade 3.6.0 -> 3.6.2
NEW in 3.6.2 - 2023-10-31
=========================
  * Improvements to the seccomp jail, and fixes for spurious SIGSYS
    positives.
  * Use GDateTime to handle dates

Translations: ka

NEW in 3.6.1 - 2023-09-28
=========================
  * Avoid the special thread in tracker-extract-3, and extend
    the seccomp jail to the full process.

Translations: eo

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:16 -08:00
Markus Volk 4eaf1b4018 gnome-shell: Remove deprecated libcroco dependency
- add dependency on gnome-desktop and libsecret

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-29 21:49:04 -07:00
Khem Raj 22889b13f3 network-manager-applet,networkmanager-openvpn, networkmanager: Apply linker versioning patch when using lld only
This patch caused GNU linker to fail linking, therefore limit it to just
lld.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-28 11:06:18 -07:00
Markus Volk 1de085a716 gnome-shell: Add missing dependency on pipewire
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-27 08:28:49 -07:00
Markus Volk 6f6bf3b146 gnome-remote-desktop: Update 45.0 -> 45.1
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-26 09:02:04 -07:00
Markus Volk b4fa53fd26 eog: Update 45.0 -> 45.1
Version 45.1
------------

Bug fixes and improvements:

 #300, Statusbar image position incorrect (Felix Riemann)

New and updated translations:

- Sabri Ünal [tr]

New and updated manual translations

- Balázs Úr [hu]
- Ser82-png [ru]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-26 09:02:04 -07:00
Markus Volk 5f4d9697ed gnome-control-center: Update 45.0 -> 45.1
============
Version 45.1
============

About
- Add more types of processor support

Accessibility
- Make Cursor Size dialog close on Escape key

Keyboard
- Allow closing Shortcuts dialog with Escape key

Mouse
- Fix linked style of primary mouse button in RTL languages
- Avoid making videos blurry

Network
- Fix editing connections without a device
- Revert "Disable DNS entry if automatic DNS option is enabled"

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-26 09:02:04 -07:00
Markus Volk 276e2548cf gnome-disk-utility: Update 44.0 -> 45.0
45.0 - September 10, 2023
=========================

Lukáš Tyrychtr:
 * benchmark-dialog: Silence two maybe-uninitialized warnings

Updated translations:
 * Alexander Shopov (bg), Amn Alam (pa), Baurzhan Muftakhidinov (kk),
   Boyuan Yang (zh_CN), Bruce Cowan (en_GB), Danial Behzadi (fa), Efstathios
   Iosifidis (el), Gianvito Cavasoli (it), Irénée THIRION (fr), Leônidas
   Araújo (pt_BR), Nathan Follens (nl), Rūdolfs Mazurs (lv), Sabri Ünal
   (tr), Vasil Pupkin (be)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-26 09:02:04 -07:00
Markus Volk 1cfd747f3d gnome-calendar: Update 45.0 -> 45.1
Major changes in 45.1:
* Use en dash for various strings
* Read the 12/24h time format setting from the portal
* Show event popover above events
* Fix a crash when loading some specific event in specific ranges and timezones
* Fix various warnings
* Updated translations

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-26 09:02:04 -07:00
Markus Volk 5f936b9b1b gnome-software: Update 45.0 -> 45.1
Released: 2023-10-20
This is a stable release with the following changes:

Various styling fixes
Report PackageKit GPG-related errors in the GUI
Flatpak permission checks improvements
Optimize loading of the details page

This release also updates translations:

Catalan (Jordi Mas)
Chinese (Taiwan) (Cheng-Chia Tseng)
English (United Kingdom) (Bruce Cowan)
Esperanto (Kristjan SCHMIDT)
French (Irénée THIRION)
Friulian (Fabio Tomat)
Romanian (Florentina Mușat)
Turkish (Sabri Ünal)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-26 09:02:04 -07:00
Wang Mingyu 84adaaaf70 nautilus: upgrade 45.0 -> 45.1
Changelog:
===========
* Bugfixes:
  - Don't crash when opening Properties from admin://*
  - Don't crash on unmount
  - Stop jumping to top when using the Menu key
  - Properly reorder bookmarks by drag and drop
  - Re-add search results when switching view mode
  - Fix compilation on 32-bit musl ("Newbyte")
  - Fix various leaks and warnings
* Translation updates (GNOME Translation Project contributors)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:01 -07:00
Wang Mingyu 6a8689f40d metacity: upgrade 3.46.1 -> 3.50.0
Changelog:
===========
- Updated translations.
- Remove window shading keybinding.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:01 -07:00
Wang Mingyu b6965ff0af gnome-font-viewer: upgrade 44.0 -> 45.0
Changelog:
===========
translation update:
 * Belarusian
 * Chinese (China)
 * Dutch
 * English (United Kingdom)
 * Greek, Modern (1453*)
 * Icelandic
 * Italian
 * Kazakh
 * Portuguese (Brazil)
 * Turkish

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:01 -07:00
Wang Mingyu d093db470f gnome-calculator: upgrade 45.0 -> 45.0.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:01 -07:00
Wang Mingyu c202f224ec gnome-backgrounds: upgrade 44.0 -> 45.0
Changelog:
===========
- revert to JPEGs
- blue default (light)
- new default
- morphogenesis (reactive diffusion)
- pipes
- updated pixels & truchet

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23 08:05:01 -07:00
Lei Maohui eddc2571a7 gexiv2: Fix do_package QA issue when usrmerge enabled.
ERROR: gexiv2-0.14.2-r0 do_package: QA Issue: gexiv2: Files/directories were installed but not shipped in any package:
  /usr/lib
  /usr/lib/python3.11
  /usr/lib/python3.11/site-packages
  /usr/lib/python3.11/site-packages/gi
  /usr/lib/python3.11/site-packages/gi/overrides
  /usr/lib/python3.11/site-packages/gi/overrides/GExiv2.py
  /usr/lib/python3.11/site-packages/gi/overrides/__pycache__
  /usr/lib/python3.11/site-packages/gi/overrides/__pycache__/GExiv2.cpython-311.pyc

Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-12 21:46:45 -07:00
Fabien Thomas 5ecda23c4c Add static-passwd and static-group files
In order to pass reproducible tests, recipes that use the
useradd class must have static ids configured.

Signed-off-by: Fabien Thomas <fabien.thomas@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-10 08:51:47 -07:00
Markus Volk 6ee4a15ce2 gnome-control-center: Fix polkit gettext issue
polkit.its and polkit.loc are taken from host. This should be fine
as long as the host provides these files. At least on fedora 38
they are not installed by default and configure fails with:

| ../gnome-control-center-45.0/meson.build:205:6: ERROR: Command
`/home/flk/poky/build/tmp/work/corei7-64-poky-linux/gnome-control-center/45.0/recipe-sysroot-native/usr/bin/nativepython3 /home/flk/poky/build/tmp/work/corei7-64-poky-linux/gnome-control-center/45.0/gnome-control-center-45.0/build-aux/meson/find_xdg_file.py gettext/its/polkit.its` failed with status 1.
|
| A full log can be found at
/home/flk/poky/build/tmp/work/corei7-64-poky-linux/gnome-control-center/45.0/build/meson-logs/meson-log.txt
| ERROR: meson failed
| WARNING:
/home/flk/poky/build/tmp/work/corei7-64-poky-linux/gnome-control-center/45.0/temp/run.do_configure.6974:182 exit 1 from 'exit 1'

export XDG_DATA_DIRS to avoid this issue

https://gitlab.gnome.org/GNOME/gnome-control-center/-/blob/main/meson.build?ref_type=heads#L203
https://gitlab.gnome.org/GNOME/gnome-control-center/-/blob/main/build-aux/meson/find_xdg_file.py?ref_type=heads

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-09 09:44:13 -07:00
Markus Volk 9dce609306 gnome-remote-desktop: Upgrade 44.2 -> 45.0
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-30 01:03:17 -07:00
Martin Jansa a1c3c7f4e8 gnome-tweaks, networkmanager-fortisslvpn, libesmtp, json-schema-validator, python3-pybluez, python3-pynetlinux, apache2: Fix Malformed Upstream-Status
* Accepted was replaced with Backport in gatesgarth:
  https://docs.yoctoproject.org/migration-guides/migration-3.2.html#miscellaneous-changes

* as detected with oe-core/scripts/contrib/patchreview.py:

meta-openembedded $ grep -A 3 Malformed *qa-patches
meta-gnome.qa-patches:Malformed Upstream-Status 'Malformed Upstream-Status in patch
meta-gnome.qa-patches-/OE/layers/meta-openembedded/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks/0002-meson-fix-invalid-positional-argument.patch
meta-gnome.qa-patches-Please correct according to https://docs.yoctoproject.org/contributor-guide/recipe-style-guide.html#patch-upstream-status :
meta-gnome.qa-patches-Upstream-Status: Accepted [https://gitlab.gnome.org/GNOME/gnome-tweaks/-/commit/dc9701e18775c01d0b69fabaa350147f70096da8]' (/OE/layers/meta-openembedded/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks/0002-meson-fix-invalid-positional-argument.patch)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-27 14:22:09 -07:00
Markus Volk 77cc7d45b2 tepl: Upgrade 6.4.0 -> 6.8.0
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-24 09:25:24 -07:00
Markus Volk cddc20f9c6 gedit: Upgrade 44.2 -> 46.1
- add recipes for libedit-amtk and libgedit-gtksourceview
- drop deprecated amtk recipe
- update dependencies
- fix reproducibility issue

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-24 09:25:24 -07:00
Markus Volk c40aebd422 Nautilus: Upgrade 44.2.1 -> 45.0
- remove the patch to fix reproducibility. It was partly committed
  upstream but theres still one include with buildpath left in
  src/nautilus-enum-types.c and @basename@ instead of @filename@
  doesn't work here -> use sed to remove

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-23 19:53:00 -07:00
Markus Volk 5a45535ee0 evince: Upgrade 44.2 -> 45.0
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-22 23:57:50 -07:00
Markus Volk d60a6a4c8f gjs: Upgrade 1.76.1 -> 1.78.0
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-22 23:57:50 -07:00
Markus Volk 85b0b10bb1 gexiv: Upgrade 0.14.0 -> 0.14.2
- enable vapi build
- delete removed meson option

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-22 23:57:50 -07:00
Markus Volk d6d82297ac gnome-calendar: fix reproducibility issue
- ensure to use gtk4 variant of gtk-update-icon-cache
- remove buildpaths from source files before they are packaged

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 22:15:39 -07:00
Markus Volk c2c4016ab0 gdm: upgrade 44.1 -> 45.0.1
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 22:15:39 -07:00
Wang Mingyu 1436b3a179 libcloudproviders: upgrade 0.3.2 -> 0.3.4
Changelog:
============
* Re-release du to release tarball issue
* Use a new way to register providers using .desktop files

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 15:34:03 -07:00
Markus Volk 68af2b34bc tracker: add missing Upstream-Status
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 15:34:02 -07:00
Markus Volk dbd26b2341 gnome-settings-daemon: upgrade 44.1 -> 45.0
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 15:34:02 -07:00
Markus Volk c0d3bfda9a gnome-control-center: upgrade 44.3 -> 45.0
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 15:34:02 -07:00
Markus Volk 2d8e9041c1 gnome-system-monitor: upgrade 44.0 -> 45.0
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 15:34:02 -07:00
Markus Volk e9448dc004 zenity: upgrade 3.44.0 -> 3.44.2
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 15:34:02 -07:00
Markus Volk 4e3d3e6fa6 gnome-software: upgrade 44.4 -> 45.0
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 15:34:02 -07:00
Markus Volk 549a4a404d gnome-calendar: upgrade 44.0 -> 45.0
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 15:34:02 -07:00
Markus Volk 38e1b334d5 xdg-desktop-portal-gnome: upgrade 44.1 -> 45.0
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 15:34:02 -07:00
Markus Volk 316378fbc2 gnome-calculator: upgrade 44.0 -> 45.0
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 15:34:02 -07:00
Markus Volk a61d48917e eog: upgrade 44.3 -> 45.0
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 15:34:02 -07:00
Markus Volk 3e1cf49fa3 gnome-shell: upgrade 44.3 -> 45.0
- refresh patches
- remove soup2 option as soup2 support was removed

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 15:34:02 -07:00