Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
qt6-wayland


Commits:
d74589ff by Antonio Rojas at 2023-08-26T23:19:53+02:00
upgpkg: 6.5.2-2: Fix crash on drag and drop (FS#79345)

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 pkgname=qt6-wayland
 _qtver=6.5.2
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
@@ -14,8 +14,14 @@ depends=(qt6-declarative libxcomposite)
 makedepends=(cmake ninja)
 groups=(qt6)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('3020be86fb7fd0abb8509906ca6583cadcaee168159abceaeb5b3e9d42563c9a')
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
+        
qtbug-115757.patch::https://code.qt.io/cgit/qt/qtwayland.git/patch/?id=02e9e0a2)
+sha256sums=('3020be86fb7fd0abb8509906ca6583cadcaee168159abceaeb5b3e9d42563c9a'
+            '82b3418443ffd52e071a979aabef33dd51e93aec65fa9ec16e521dcff9e7cb2a')
+
+prepare() {
+  patch -d $_pkgfn -p1 < qtbug-115757.patch # Fix crash on drag and drop
+}
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-wayland/-/commit/d74589ff924611a20dca428a3bac30056b1ec669

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-wayland/-/commit/d74589ff924611a20dca428a3bac30056b1ec669
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to