mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/qt6-base to 6.7.0-5
This commit is contained in:
parent
50a1b75fb0
commit
ee0955ca17
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue