Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
protonmail-bridge
Commits:
cbd5f231 by Robin Candau at 2024-10-24T16:15:49+02:00
Add links to upstream issues & pull requests for temporary patches in the
PKGBUILD
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -65,11 +65,15 @@ prepare() {
patch --forward --strip 1 --input "$srcdir/remove-failing-test.patch"
# Set the desktop filename in initQtApplication() to fix icon display
- # on Wayland
+ # on Wayland.
+ # See https://github.com/ProtonMail/proton-bridge/issues/443
+ # and https://github.com/ProtonMail/proton-bridge/pull/497
patch --forward --strip 1 --input "$srcdir/fix-wayland-icon.patch"
# Fix ColorImage Qt crash & name clash with popupType
- # to avoid startup crash with Qt 6.8
+ # to avoid startup crash with Qt 6.8.
+ # See https://github.com/ProtonMail/proton-bridge/issues/500
+ # and https://github.com/ProtonMail/proton-bridge/pull/502
patch --forward --strip 1 --input
"$srcdir/fix-colorimage-crash-with-qt6.8.patch"
patch --forward --strip 1 --input
"$srcdir/fix-name-clash-popupType-qt6.8.patch"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/protonmail-bridge/-/commit/cbd5f2318abf5226b154eeade8dc4976506aec24
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/protonmail-bridge/-/commit/cbd5f2318abf5226b154eeade8dc4976506aec24
You're receiving this email because of your account on gitlab.archlinux.org.