[arch-commits] Commit in qt6-base/kde-unstable (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Mon Feb 7 11:20:29 UTC 2022


    Date: Monday, February 7, 2022 @ 11:20:28
  Author: arojas
Revision: 436380

Fix ABI break in QLocale

Modified:
  qt6-base/kde-unstable/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-07 08:49:36 UTC (rev 436379)
+++ PKGBUILD	2022-02-07 11:20:28 UTC (rev 436380)
@@ -5,7 +5,7 @@
 pkgname=qt6-base
 _qtver=6.3.0-beta1
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
@@ -28,14 +28,17 @@
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
         qt6-base-cflags.patch
-        qt6-base-nostrip.patch)
+        qt6-base-nostrip.patch
+        qlocale-abi-break.patch::https://code.qt.io/cgit/qt/qtbase.git/patch/?id=3e3a109e)
 sha256sums=('66a95fd9550472c868bc4b97509ef033daa1f3fd93cad779928852f3646edbbd'
             '5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78'
-            '4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094')
+            '4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094'
+            '32b0b9047af37990d63bddf2e54cdbb72ea016209d33b30a196e6cfc78b82aef')
 
 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 < qlocale-abi-break.patch # Fix ABI break in QLocale
 }
 
 build() {



More information about the arch-commits mailing list