mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 13:57:17 +08:00
Implemented #44 mouse wheel patch
This commit is contained in:
parent
8515557223
commit
ce34f1ae2c
@ -22,9 +22,13 @@ optdepends=('qt5-svg: to use SVG icon themes'
|
||||
groups=('qt5')
|
||||
options=('debug')
|
||||
source=( $(getSrc ${pkgname})
|
||||
qt-no-statx.patch)
|
||||
md5sums=( $(getSum ${pkgname})
|
||||
'35cc4abc5f125905645e09bf37e5a3b0')
|
||||
qt-no-statx.patch
|
||||
qtbug-65235.patch::"https://github.com/qt/qtbase/commit/79d78d81.patch"
|
||||
qtbug-59261.patch::"https://github.com/qt/qtbase/commit/d1960360.patch")
|
||||
md5sums=('bf0391a89cb529219bef075555088b1e'
|
||||
'35cc4abc5f125905645e09bf37e5a3b0'
|
||||
'ac93cc0390ac2fea154fb0e01e6d420d'
|
||||
'c966cdd21576ef63ae0fb3a59abc7a4f')
|
||||
|
||||
prepare() {
|
||||
cd $(getPkgName ${pkgname})
|
||||
@ -45,6 +49,9 @@ prepare() {
|
||||
|
||||
# Don't use the statx syscall https://bugs.archlinux.org/task/56289 https://bugreports.qt.io/browse/QTBUG-64490
|
||||
patch -p1 -i ../qt-no-statx.patch
|
||||
|
||||
patch -p1 -i ../qtbug-65235.patch # https://bugreports.qt.io/browse/QTBUG-65235
|
||||
patch -p1 -i ../qtbug-59261.patch # https://bugreports.qt.io/browse/QTBUG-59261
|
||||
}
|
||||
|
||||
build() {
|
||||
|
Loading…
Reference in New Issue
Block a user