extra/qt6-base to 6.5.2-1

This commit is contained in:
Kevin Mihelich 2023-07-21 12:41:19 +00:00
parent dd5ba30a06
commit db14f20c42

View file

@ -7,9 +7,9 @@
# - removed -DFEATURE_no_direct_extern_access=ON
pkgname=qt6-base
_qtver=6.5.1
_qtver=6.5.2
pkgver=${_qtver/-/}
pkgrel=5
pkgrel=1
arch=(x86_64)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
@ -30,18 +30,15 @@ optdepends=('qt6-wayland: to run Qt6 applications in a Wayland session'
groups=(qt6)
_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
qtbug-114204.patch::https://code.qt.io/cgit/qt/qtbase.git/patch/?id=9177dbd8
qt6-base-cflags.patch
qt6-base-nostrip.patch)
sha256sums=('db56fa1f4303a1189fe33418d25d1924931c7aef237f89eea9de58e858eebfed'
'1730b675ede24d80c2e73a2f662cc73718f3060c0b8a707784d188bb11297c4e'
sha256sums=('3db4c729b4d80a9d8fda8dd77128406353baff4755ca619177eda4cddae71269'
'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-114204.patch # Fix vertical tabbar regression
}
build() {