mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/qt6-base to 6.7.0-4
This commit is contained in:
parent
830e4aacee
commit
5e0f3bd102
2 changed files with 6 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = qt6-base
|
pkgbase = qt6-base
|
||||||
pkgdesc = A cross-platform application and UI framework
|
pkgdesc = A cross-platform application and UI framework
|
||||||
pkgver = 6.7.0
|
pkgver = 6.7.0
|
||||||
pkgrel = 3
|
pkgrel = 4
|
||||||
url = https://www.qt.io
|
url = https://www.qt.io
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
groups = qt6
|
groups = qt6
|
||||||
|
|
|
@ -7,10 +7,11 @@
|
||||||
# - removed -DFEATURE_no_direct_extern_access=ON
|
# - removed -DFEATURE_no_direct_extern_access=ON
|
||||||
|
|
||||||
pkgbase=qt6-base
|
pkgbase=qt6-base
|
||||||
pkgname=(qt6-base qt6-xcb-private-headers)
|
pkgname=(qt6-base
|
||||||
|
qt6-xcb-private-headers)
|
||||||
_qtver=6.7.0
|
_qtver=6.7.0
|
||||||
pkgver=${_qtver/-/}
|
pkgver=${_qtver/-/}
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url='https://www.qt.io'
|
url='https://www.qt.io'
|
||||||
license=(GPL3 LGPL3 FDL custom)
|
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-cflags.patch # Use system CFLAGS
|
||||||
patch -d $_pkgfn -p1 < qt6-base-nostrip.patch # Don't strip binaries with qmake
|
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
|
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() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue