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


Commits:
fe1816de by Antonio Rojas at 2024-11-08T23:42:43+01:00
Fix wrong item count in ListView

Fixes 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-declarative/-/issues/3

- - - - -


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 = 4
+       pkgrel = 5
        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=4
+pkgrel=5
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
@@ -29,6 +29,8 @@ prepare() {
 # Fix crashes in Plasma
   git cherry-pick -n 0ae3697cf40bcd3ae1de20621abad17cf6c5f52d
   git cherry-pick -n 861a7921ed7833a90f77b5fca436c789a4f9517c
+# https://bugreports.qt.io/browse/QTBUG-127340
+  git cherry-pick -n 281f620ceea03e7a222d796ae0cca917a9778368
 }
 
 build() {



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

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


Reply via email to