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

Antonio Rojas arojas at gemini.archlinux.org
Wed Feb 16 20:03:18 UTC 2022


    Date: Wednesday, February 16, 2022 @ 20:03:18
  Author: arojas
Revision: 437521

ABI break is not fixed yet (FS#73818)

Modified:
  qt6-base/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-16 19:49:23 UTC (rev 437520)
+++ PKGBUILD	2022-02-16 20:03:18 UTC (rev 437521)
@@ -5,7 +5,7 @@
 pkgname=qt6-base
 _qtver=6.3.0-beta2
 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=('3913e15adf6fe83ff377566e7effcbf5304f889dba18c6c67a8ce4f51af58674'
             '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