extra/qt6-base to 6.7.0-5

This commit is contained in:
David Beauchamp 2024-05-03 12:37:32 -04:00
parent 50a1b75fb0
commit ee0955ca17
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = qt6-base
pkgdesc = A cross-platform application and UI framework
pkgver = 6.7.0
pkgrel = 4
pkgrel = 5
url = https://www.qt.io
arch = x86_64
groups = qt6

View file

@ -11,7 +11,7 @@ pkgname=(qt6-base
qt6-xcb-private-headers)
_qtver=6.7.0
pkgver=${_qtver/-/}
pkgrel=4
pkgrel=5
arch=(x86_64)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
@ -100,6 +100,7 @@ prepare() {
patch -d $_pkgfn -p1 < fix-wrong-cpp-if.patch # https://bugreports.qt.io/browse/QTBUG-123937
cd $_pkgfn
git cherry-pick -n 7c4e1357e49baebdd2d20710fccb5604cbb36c0d # CVE-2024-33861
git cherry-pick -n a8ef8ea55014546e0e835cd0eacf694919702a11 # https://bugreports.qt.io/browse/QTBUG-124386
}
build() {