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

Felix Yan felixonmars at archlinux.org
Thu May 21 07:27:30 UTC 2020


    Date: Thursday, May 21, 2020 @ 07:27:30
  Author: felixonmars
Revision: 387356

upgpkg: qt5-base 5.15.0rc2-2

Modified:
  qt5-base/kde-unstable/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-21 07:03:24 UTC (rev 387355)
+++ PKGBUILD	2020-05-21 07:27:30 UTC (rev 387356)
@@ -5,7 +5,7 @@
 pkgname=(qt5-base qt5-xcb-private-headers)
 _qtver=5.15.0-rc2
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -29,13 +29,16 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgbase/5-/}-everywhere-src-${_qtver}"
 source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
+        "qt5-base-QTBUG-82910.patch::https://codereview.qt-project.org/gitweb?p=qt/qtbase.git;a=patch;h=54aa63be9b74e8de72db9efbe6809ab1a97b29a7"
          qt5-base-cflags.patch)
 sha256sums=('3d5b8cf628cfe793b671938bd92a88540fec8a87cde264607ddaf06119270836'
+            'abb94453c9fe54fde4811bc5475b88796c8db1f5cd75ddc68918aff20139b1aa'
             'cf707cd970650f8b60f8897692b36708ded9ba116723ec8fcd885576783fe85c')
 
 prepare() {
   cd ${_pkgfqn}
 
+  patch -p1 -i ../qt5-base-QTBUG-82910.patch # https://codereview.qt-project.org/c/qt/qtbase/+/299182
   patch -p1 -i ../qt5-base-cflags.patch # Use system CFLAGS
 }
 



More information about the arch-commits mailing list