extra/qt6-base to 6.3.0-3

This commit is contained in:
Kevin Mihelich 2022-04-19 14:03:19 +00:00
parent bc35e6e165
commit 2127f74cca

View file

@ -8,7 +8,7 @@
pkgname=qt6-base
_qtver=6.3.0
pkgver=${_qtver/-/}
pkgrel=2
pkgrel=3
arch=(x86_64)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
@ -30,15 +30,18 @@ groups=(qt6)
options=(debug)
_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
qtbug-102177.patch::https://code.qt.io/cgit/qt/qtbase.git/patch/?id=94751cbf
qt6-base-cflags.patch
qt6-base-nostrip.patch)
sha256sums=('b865aae43357f792b3b0a162899d9bf6a1393a55c4e5e4ede5316b157b1a0f99'
'cc71e75acbda998a1f8f25ad3abe380886eef34899063344ead4df6a46efbcc9'
'5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78'
'4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094')
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 < qtbug-102177.patch # Fix crashes in QtCreator
}
build() {