summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* wtmpdb: Upgrade to 0.11.0 releaseKhem Raj2024-03-253-34/+34
| | | | | | | | | | | | | Brings these changes wtmpdb last: support matching for username and/or tty last: add support for time-format option Drop lto patch as it has been fixed differently. Add a patch to fix build with musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++,sdbus-c++-tools: Upgrade to 1.5.0 releaseKhem Raj2024-03-253-2/+2
| | | | | | | | | | | | | v1.5.0 - Improve handling of exceptions from callback handlers - Add support for async registration of matches - Correctly add libsystemd dependency to pkgconfi - Fix request name signal handling issue - Add INSTALL_TESTS CMake option - Minor UnixFd cleanups - Additional little fixes and updates in code, build system, CI, and documentation Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++-libsystemd: Upgrade to 255.4 release of systemdKhem Raj2024-03-2527-354/+760
| | | | | | Synchronise musl patches with oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ndctl: Fix build issues seen with musl 1.2.5Khem Raj2024-03-252-1/+34
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sanlock: Fix build with musl >= 1.2.5Khem Raj2024-03-252-1/+34
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvm2: Fix build with musl 1.5.2+Khem Raj2024-03-252-0/+33
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-paho-mqtt: Upgrade 1.6.1 -> 2.0.0Leon Anavi2024-03-251-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to version 2.0.0: - **BREAKING** Added callback_api_version. This break *ALL* users of paho-mqtt Client class. See migrations.md for details on how to upgrade. tl; dr; add CallbackAPIVersion.VERSION1 to first argument of Client() - **BREAKING** Drop support for Python 2.7, Python 3.5 and Python 3.6. Minimum tested version is Python 3.7. Python version up to Python 3.12 are tested. - **BREAKING** connect_srv changed it signature to take an additional bind_port parameter. This is a breaking change, but in previous version connect_srv was broken anyway. - **BREAKING** Remove some deprecated argument and method: * ``max_packets`` argument in loop(), loop_write() and loop_forever() is removed * ``force`` argument in loop_stop() is removed * method ``message_retry_set()`` is removed - **BREAKING** Remove the base62, WebsocketWrapper and ConnectionState, as user shouldn't directly use them. - Possible breaking change: Add properties to access most Client attribute. Since this add new properties like `logger`, if a sub-class defined `logger`, the two `logger` will conflict. - Add version 2 of user-callback which allow to access MQTTv5 reason code & properties that were missing from on_publish callback. Also it's more consistent in parameter order or between MQTTv3 and MQTTv5. - Add types to Client class, which caused few change which should be compatible. Known risk of breaking changes: - Use enum for returned error code (like MQTT_ERR_SUCCESS). It use an IntEnum which should be a drop-in replacement. Excepted if someone is doing "rc is 0" instead of "rc == 0". - reason in on_connect callback when using MQTTv5 is now always a ReasonCode object. It used to possibly be an integer with the value 132. - MQTTMessage field "dup" and "retain" used to be integer with value 0 and 1. They are now boolean. - Add support for ALPN protocols on TLS connection. - Add on_pre_connect() callback, which is called immediately before a connection attempt is made. - Fix subscribe.simple with MQTTv5. - Use better name for thread started by loop_start. - Fix possible bug during disconnection where self._sock is unexpectedly None. - Fix loading too weak TLS CA file but setting allowed ciphers before loading CA. - Allow to manually ack QoS > 0 messages. - Improve tests & linters. Modernize build (drop setup.py, use pyproject.toml) - Fix is_connected property to correctly return False when connection is lost and loop_start/loop_forever isn't used. - Fix wait_for_publish that could hang with QoS == 0 message on reconnection or publish during connection. - Correctly mark connection as broken on SSL error and don't crash loop_forever. - Fix handling of MQTT v5.0 PUBREL messages with remaining length not equal to 2. - Raise error on ``subscribe()`` when `topic` is an empty list. - Raise error on `publish.multiple()` when ``msgs`` is an empty list. - Don't add port to Host: header for websockets connections when the port if the default port. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-croniter: Upgrade 2.0.1 -> 2.0.3Leon Anavi2024-03-251-2/+6
| | | | | | | | | | Upgrade to version 2.0.3: - Add match_range function - Fix leap year (29 days in February) Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-multidict: Upgrade 6.0.4 -> 6.0.5Leon Anavi2024-03-252-326/+1
| | | | | | | | | | | | | | | | | | | Upgrade to version 6.0.5: - Upgraded the C-API macros that have been deprecated in Python 3.9 and later removed in 3.13 - Reverted to using the public argument parsing API PyArg_ParseTupleAndKeywords() under Python 3.12. - The effect is that this change prevents build failures with clang 16.9.6 and gcc-14. It also fixes a segmentation fault crash caused by passing keyword arguments to MultiDict.getall(). - Fixed a SystemError: null argument to internal routine error on a MultiDict.items().isdisjoint() call when using C Extensions. - On the Contributing docs age, a link to the Towncrier philosophy has been fixed. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: update from 8.2306.0 to 8.2402.0Randy MacLeod2024-03-251-5/+4
| | | | | | | | | | | | | | | | | | | | | | Change the PACKAGECONFIG[systemd] that wrapped --with-systemdsystemunitdir to use the new --enable-libsystemd option: acb62dfda remove systemd embedded code, use library instead The bug related to using libcap-ng has beeen fixed: https://github.com/rsyslog/rsyslog/pull/5166/commits/030e047fd0c896b4cb2433bab853321eff6f8ec9 so use that library by default now to allow rsyslog to run with fewer privileges. PTest results: sysvinit, systemd TOTAL: 462, 462 PASS: 457, 459 SKIP: 5, 3 XFAIL: 0, 0 FAIL: 0, 0 XPASS: 0, 0 ERROR: 0, 0 Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* autofs: Fix build with musl >= 1.2.5Khem Raj2024-03-252-0/+59
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ssmtp: Fix build with musl >= 1.2.5Khem Raj2024-03-252-0/+33
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rdma-core: Fix build with musl >= 1.2.5Khem Raj2024-03-252-1/+61
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* net-snmp: Fix build with muslKhem Raj2024-03-252-0/+84
| | | | | | | | The last patch 0012-Fix-configuration-of-NETSNMP_FD_MASK_TYPE.patch brought in with 5.9.4 upgrade is not sufficient and infact has a regression introduced for clang+musl builds. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: Fix build with musl >= 1.2.5Khem Raj2024-03-253-0/+128
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfsdump: Fix build with musl >= 1.2.5Khem Raj2024-03-252-0/+46
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohttp: add missing dependenciesSam Van Den Berge2024-03-251-0/+2
| | | | | | | | | * attrs is in install_requires of setup.cfg in 3.9 branch * python3-misc is required to include netrc which is imported in aiohttp.helpers Signed-off-by: Sam Van Den Berge <sam.van.den.berge@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* usrsctp: upgrade to latest versionThomas Roos2024-03-251-2/+2
| | | | | Signed-off-by: Thomas Roos <throos@amazon.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker-miners: fix reproducibility issue for landlockMarkus Volk2024-03-251-1/+22
| | | | | | | | | 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>
* wpantund: Update to latestKhem Raj2024-03-242-1/+21
| | | | | | Add patch to support portable basename Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ot-br-posix: Update to latestKhem Raj2024-03-244-105/+29
| | | | | | | Drop backports Add a new patch to supply additional musl fixes Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ot-daemon: Update to tip of trunkKhem Raj2024-03-243-106/+4
| | | | | | Drop backports which are not already available Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ipset: Update to 7.21Khem Raj2024-03-242-2/+53
| | | | | | Fix build with latest musl while here Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcamera: Fix build on musl systemsKhem Raj2024-03-242-0/+72
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: disable tests and examplesMarkus Volk2024-03-241-1/+4
| | | | | | | | | - 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>
* tracker-miners: Disable seccomp support on muslKhem Raj2024-03-231-1/+3
| | | | | | | | | | | | 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>
* openflow: Fix build with muslKhem Raj2024-03-231-0/+3
| | | | | | | Link in external library to provide backtrace functions since they are not part of C library Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openflow: Merge .inc into .bbKhem Raj2024-03-232-63/+59
| | | | | | There is one recipe so merge the include file into recipe Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openflow: Delete recipe for 1.0Khem Raj2024-03-231-4/+0
| | | | | | _git is the maintained recipe Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liburing: Upgrade to 2.5Khem Raj2024-03-233-69/+2
| | | | | | | | Changelogs are here [1] [1] https://github.com/axboe/liburing/commit/f4e42a515cd78c8c9cac2be14222834be5f8df2b Signed-off-by: Khem Raj <raj.khem@gmail.com>
* plocate: Fix sys/stat.h and linux/stat.h conflicts with muslKhem Raj2024-03-232-1/+41
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-httpx: Upgrade 0.26.0 -> 0.27.0Leon Anavi2024-03-231-1/+5
| | | | | | | | | | | | | Upgrade to version 0.27.0: - The app=... shortcut has been deprecated. Use the explicit style of transport=httpx.WSGITransport() or transport=httpx.ASGITransport() instead. - Respect the http1 argument while configuring proxy transports. - Fix RFC 2069 mode digest authentication. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-anyio: Upgrade 4.2.0 -> 4.3.0Leon Anavi2024-03-231-1/+5
| | | | | | | | | | | | | | | | | | | | | | Upgrade to version 4.3.0: - Added support for the Python 3.12 walk_up keyword argument in anyio.Path.relative_to() (PR by Colin Taylor) - Fixed passing total_tokens to anyio.CapacityLimiter() as a keyword argument not working on the trio backend (#515) - Fixed Process.aclose() not performing the minimum level of necessary cleanup when cancelled. Previously: - Cancellation of Process.aclose() could leak an orphan process - Cancellation of run_process() could very briefly leak an orphan process. - Cancellation of Process.aclose() or run_process() on Trio could leave standard streams unclosed - Fixed Process.stdin.aclose(), Process.stdout.aclose(), and Process.stderr.aclose() not including a checkpoint on asyncio - Fixed documentation on how to provide your own typed attributes Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker-miners: drop buildpath from tracker-miner-fs-3Markus Volk2024-03-232-5/+16
| | | | | | | 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>
* gvfs: update 1.52.2 -> 1.54.0Markus Volk2024-03-231-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* msgraph: add recipeMarkus Volk2024-03-231-0/+18
| | | | | | | 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>
* gnome-shell-extensions: update 45.2 -> 46.0Markus Volk2024-03-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* gnome-disk-utility: update 45.0 -> 46.0Markus Volk2024-03-231-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-chess: update 43.2 -> 46.0Markus Volk2024-03-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* gnome-text-editor: update 45.1 -> 46.0Markus Volk2024-03-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | • 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>
* gnome-bluetooth: update 42.8 -> 46.0Markus Volk2024-03-231-1/+1
| | | | | | | | | | | | 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>
* libgtop: update 2.41.1 -> 2.41.3Markus Volk2024-03-231-1/+1
| | | | | | This update is required for gnome-system-monitor-46.0 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gparted: update 1.5.0 -> 1.6.0Markus Volk2024-03-231-1/+2
| | | | | | | install missing metainfo files Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* eog: update 45.2 -> 45.3Markus Volk2024-03-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | 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>
* gnome-boxes: update 45.0 -> 46.0Markus Volk2024-03-231-1/+2
| | | | | | | | | | | | | | | | | 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>
* gnome-system-monitor: update 45.0.1 -> 46.0Markus Volk2024-03-231-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* gtk4mm: add recipeMarkus Volk2024-03-231-0/+21
| | | | | | | the gtk4 variant of gtkmm is required for gnome-system-monitor Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-themes-extra: build with gtk+3Markus Volk2024-03-231-3/+4
| | | | | | | | - disable gtk2 - update dependencies Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcloudproviders: update 0.3.5 -> 0.3.6Markus Volk2024-03-231-1/+1
| | | | | | | | | | | | 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>
* gnome-control-center: use gcr4 variantMarkus Volk2024-03-231-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>