[arch-commits] Commit in qt6-base/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Tue Jan 11 08:56:55 UTC 2022
Date: Tuesday, January 11, 2022 @ 08:56:54
Author: arojas
Revision: 434219
Fix scrolling with PgUp/PgDown keys (FS#73321)
Modified:
qt6-base/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-11 08:42:50 UTC (rev 434218)
+++ PKGBUILD 2022-01-11 08:56:54 UTC (rev 434219)
@@ -5,7 +5,7 @@
pkgname=qt6-base
_qtver=6.2.2
pkgver=${_qtver/-/}
-pkgrel=4
+pkgrel=5
arch=(x86_64)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
@@ -27,14 +27,17 @@
_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
qt6-base-cflags.patch
- qt6-base-nostrip.patch)
+ qt6-base-nostrip.patch
+ qtbug-97908.patch::https://code.qt.io/cgit/qt/qtbase.git/patch/?id=9b7f7115)
sha256sums=('85ab9180180c2eaf84cd11ae4c6d5a6a69f2f8fd7260aaccfd91a3e7e7232c1a'
'5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78'
- '4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094')
+ '4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094'
+ '06590303498a10950408d26f027928ec12019fe631237d1862c2d720f1d331bb')
prepare() {
patch -d $_pkgfn -p1 < qt6-base-cflags.patch # Use system CFLAGS
patch -d $_pkgfn -p1 < qt6-base-nostrip.patch # Don't strip binaries with qmake
+ patch -d $_pkgfn -p1 < qtbug-97908.patch # Fix scrolling with PgUp/PgDown keys
}
build() {
More information about the arch-commits
mailing list