extra/qt6-base to 6.3.1-1

This commit is contained in:
Kevin Mihelich 2022-06-16 13:12:41 +00:00
parent 0bb3444cd1
commit eb5abcd14b

View file

@ -6,9 +6,9 @@
# - disable ibase for now, FTBFS
pkgname=qt6-base
_qtver=6.3.0
_qtver=6.3.1
pkgver=${_qtver/-/}
pkgrel=3
pkgrel=1
arch=(x86_64)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
@ -30,18 +30,15 @@ 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'
sha256sums=('0a64421d9c2469c2c48490a032ab91d547017c9cc171f3f8070bc31888f24e03'
'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() {