guix_mirror_bot pushed a change to branch master
in repository guix.
from 718336f60c gnu: bspwm: Update to 0.9.12.
new 9d24fa2837 gnu: qtwayland@5: Add patches from KDE Qt5 Patch Collection.
new 7eb80557a1 gnu: qtwayland@5: Update to 5.15.18.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnu/local.mk | 57 +-
...unce-an-output-after-receiving-more-compl.patch | 146 ++++++
...x-issue-with-repeated-window-size-changes.patch | 58 +++
...ect-drags-being-accepted-to-updating-the-.patch | 39 ++
...sconnect-registry-listener-on-destruction.patch | 49 ++
...xdgshell-size-hints-before-the-first-comm.patch | 58 +++
.../patches/qtwayland-5.15.18-0006-fix-build.patch | 46 ++
...twayland-5.15.18-0007-fix-remove-listener.patch | 33 ++
....15.18-0008-hook-up-querykeyboardmodifers.patch | 55 ++
...etect-if-image-format-is-supported-by-qim.patch | 68 +++
...nt-don-t-always-recreate-frame-callbacks.patch} | 13 +-
...s-destroy-frame-callback-in-the-actual-c.patch} | 22 +-
...ent-use-wl_keyboard-to-determine-active-s.patch | 341 ++++++++++++
...ot-empty-clipboard-when-a-new-popup-windo.patch | 68 +++
....15.18-0014-client-implement-datadevicev3.patch | 512 ++++++++++++++++++
...y-deletion-of-qdrag-object-until-after-we.patch | 67 +++
...d-processing-of-events-when-showing-windo.patch | 38 ++
...handle-registry_global-out-of-constructor.patch | 85 +++
...connect-flushrequest-after-forceroundtrip.patch | 47 ++
...yland-socket-polling-to-a-separate-event-.patch | 576 +++++++++++++++++++++
...0-client-remove-mwaitingforupdatedelivery.patch | 79 +++
...-0021-client-simplify-round-trip-behavior.patch | 82 +++
...5.18-0022-client-fix-opaque-region-setter.patch | 31 ++
...-use-proper-dependencies-in-compile-tests.patch | 96 ++++
...t-client-remove-mwaitingforupdatedelivery.patch | 59 +++
...ce-condition-on-mwaitingforupdatedelivery.patch | 59 +++
...26-use-poll-2-when-reading-from-clipboard.patch | 48 ++
...ayland-5.15.18-0027-reduce-memory-leakage.patch | 31 ++
...028-only-close-popup-in-the-the-hierchary.patch | 401 ++++++++++++++
...eck-pointer-for-null-before-use-in-assert.patch | 34 ++
..._surface.damage_buffer-on-the-client-side.patch | 131 +++++
...8-0031-client-clear-focus-on-touch-cancel.patch | 116 +++++
...32-guard-mresizedirty-by-the-correctmutex.patch | 39 ++
.../qtwayland-5.15.18-0033-fix-compile-tests.patch | 29 ++
...drag-in-qwaylanddatadevice-dragsourcecanc.patch | 38 ++
...e-read-lock-throughout-qwaylandeglwindow-.patch | 85 +++
...el-windows-in-the-top-left-corner-of-the-.patch | 90 ++++
...dd-f_seal_shrink-seal-to-shm-backing-file.patch | 53 ++
...-wl_output_release-upon-qwaylandscreen-de.patch | 31 ++
....15.18-0039-client-bump-wl_output-version.patch | 30 ++
...ync-related-to-unprotected-multithread-ac.patch | 166 ++++++
...le-zwp_primary_selection_device_manager_v.patch | 66 +++
...nd-5.15.18-0042-fixes-the-build-on-centos.patch | 26 +
...d-protocol-error-with-invalid-min-max-siz.patch | 56 ++
...044-client-fix-handling-of-qt-blankcursor.patch | 38 ++
...e-a-roundtrip-when-an-xdgoutput-is-not-re.patch | 117 +++++
...8-0046-destroy-frame-queue-before-display.patch | 38 ++
...crash-on-dnd-updates-after-client-facing-.patch | 42 ++
...convert-cursor-bitmap-to-supported-format.patch | 66 +++
...le-with-devicepixelratio-for-non-integer-.patch | 169 ++++++
...and-5.15.18-0050-client-fix-buffer-damage.patch | 71 +++
...mmit-the-initial-surface-state-explicitly.patch | 37 ++
...18-0052-tests-fix-tst_xdgshell-minmaxsize.patch | 35 ++
...8-0053-client-remove-some-surface-commits.patch | 62 +++
...d-locking-resizing-in-qwaylandshmbackings.patch | 69 +++
...nt-use-qwaylandwindow-actual-window-title.patch | 111 ++++
gnu/packages/qt.scm | 91 +++-
57 files changed, 5179 insertions(+), 21 deletions(-)
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0001-client-announce-an-output-after-receiving-more-compl.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0002-fix-issue-with-repeated-window-size-changes.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0003-client-connect-drags-being-accepted-to-updating-the-.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0004-client-disconnect-registry-listener-on-destruction.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0005-client-set-xdgshell-size-hints-before-the-first-comm.patch
create mode 100644 gnu/packages/patches/qtwayland-5.15.18-0006-fix-build.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0007-fix-remove-listener.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0008-hook-up-querykeyboardmodifers.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0009-correctly-detect-if-image-format-is-supported-by-qim.patch
rename gnu/packages/patches/{qtwayland-dont-recreate-callbacks.patch =>
qtwayland-5.15.18-0010-client-don-t-always-recreate-frame-callbacks.patch} (90%)
rename gnu/packages/patches/{qtwayland-cleanup-callbacks.patch =>
qtwayland-5.15.18-0011-client-always-destroy-frame-callback-in-the-actual-c.patch}
(72%)
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0012-wayland-client-use-wl_keyboard-to-determine-active-s.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0013-client-do-not-empty-clipboard-when-a-new-popup-windo.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0014-client-implement-datadevicev3.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0015-client-delay-deletion-of-qdrag-object-until-after-we.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0016-client-avoid-processing-of-events-when-showing-windo.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0017-handle-registry_global-out-of-constructor.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0018-connect-flushrequest-after-forceroundtrip.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0019-move-the-wayland-socket-polling-to-a-separate-event-.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0020-client-remove-mwaitingforupdatedelivery.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0021-client-simplify-round-trip-behavior.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0022-client-fix-opaque-region-setter.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0023-use-proper-dependencies-in-compile-tests.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0024-revert-client-remove-mwaitingforupdatedelivery.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0025-fix-race-condition-on-mwaitingforupdatedelivery.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0026-use-poll-2-when-reading-from-clipboard.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0027-reduce-memory-leakage.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0028-only-close-popup-in-the-the-hierchary.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0029-check-pointer-for-null-before-use-in-assert.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0030-use-wl_surface.damage_buffer-on-the-client-side.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0031-client-clear-focus-on-touch-cancel.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0032-guard-mresizedirty-by-the-correctmutex.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0033-fix-compile-tests.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0034-call-finishdrag-in-qwaylanddatadevice-dragsourcecanc.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0035-hold-surface-read-lock-throughout-qwaylandeglwindow-.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0036-keep-toplevel-windows-in-the-top-left-corner-of-the-.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0037-client-add-f_seal_shrink-seal-to-shm-backing-file.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0038-client-call-wl_output_release-upon-qwaylandscreen-de.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0039-client-bump-wl_output-version.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0040-fix-frame-sync-related-to-unprotected-multithread-ac.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0041-client-handle-zwp_primary_selection_device_manager_v.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0042-fixes-the-build-on-centos.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0043-client-avoid-protocol-error-with-invalid-min-max-siz.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0044-client-fix-handling-of-qt-blankcursor.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0045-client-force-a-roundtrip-when-an-xdgoutput-is-not-re.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0046-destroy-frame-queue-before-display.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0047-client-fix-crash-on-dnd-updates-after-client-facing-.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0048-convert-cursor-bitmap-to-supported-format.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0049-replace-scale-with-devicepixelratio-for-non-integer-.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0050-client-fix-buffer-damage.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0051-client-commit-the-initial-surface-state-explicitly.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0052-tests-fix-tst_xdgshell-minmaxsize.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0053-client-remove-some-surface-commits.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0054-client-avoid-locking-resizing-in-qwaylandshmbackings.patch
create mode 100644
gnu/packages/patches/qtwayland-5.15.18-0055-bradient-use-qwaylandwindow-actual-window-title.patch