From db14f20c42fa58b97dca6fa548b5dfeb6e67f425 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 21 Jul 2023 12:41:19 +0000 Subject: [PATCH] extra/qt6-base to 6.5.2-1 --- extra/qt6-base/PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/extra/qt6-base/PKGBUILD b/extra/qt6-base/PKGBUILD index edd72fca5..454719162 100644 --- a/extra/qt6-base/PKGBUILD +++ b/extra/qt6-base/PKGBUILD @@ -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() {