Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qt6-declarative
Commits: c0a9fea4 by Antonio Rojas at 2024-11-14T17:55:08+01:00 Fix sddm login with multi-screen Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-declarative/-/issues/5 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = qt6-declarative pkgdesc = Classes for QML and JavaScript languages pkgver = 6.8.0 - pkgrel = 5 + pkgrel = 6 url = https://www.qt.io arch = x86_64 groups = qt6 ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgname=qt6-declarative _pkgver=6.8.0 pkgver=6.8.0 -pkgrel=5 +pkgrel=6 arch=(x86_64) url='https://www.qt.io' license=(GPL3 LGPL3 FDL custom) @@ -31,6 +31,9 @@ prepare() { git cherry-pick -n 861a7921ed7833a90f77b5fca436c789a4f9517c # https://bugreports.qt.io/browse/QTBUG-127340 git cherry-pick -n 281f620ceea03e7a222d796ae0cca917a9778368 +# https://bugs.kde.org/show_bug.cgi?id=494804 + git cherry-pick -n 104b0d6e88ce6781c9d31cf0dd14dfe99988b789 + git show fbdbed919f59cc7b4520f5aab2149f4c99b63e24 -- src/qml/jsruntime/qv4qobjectwrapper_p.h | git apply - } build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-declarative/-/commit/c0a9fea4995352f69ea2dc84723ae1752fe10cbc -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-declarative/-/commit/c0a9fea4995352f69ea2dc84723ae1752fe10cbc You're receiving this email because of your account on gitlab.archlinux.org.
