extra/qt6-base to 6.7.0-4

This commit is contained in:
David Beauchamp 2024-05-02 14:22:10 -04:00
parent 830e4aacee
commit 5e0f3bd102
2 changed files with 6 additions and 3 deletions

View file

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

View file

@ -7,10 +7,11 @@
# - removed -DFEATURE_no_direct_extern_access=ON
pkgbase=qt6-base
pkgname=(qt6-base qt6-xcb-private-headers)
pkgname=(qt6-base
qt6-xcb-private-headers)
_qtver=6.7.0
pkgver=${_qtver/-/}
pkgrel=3
pkgrel=4
arch=(x86_64)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
@ -97,6 +98,8 @@ 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 < fix-wrong-cpp-if.patch # https://bugreports.qt.io/browse/QTBUG-123937
cd $_pkgfn
git cherry-pick -n 7c4e1357e49baebdd2d20710fccb5604cbb36c0d # CVE-2024-33861
}
build() {