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

Antonio Rojas arojas at archlinux.org
Tue May 24 22:31:51 UTC 2016


    Date: Wednesday, May 25, 2016 @ 00:31:51
  Author: arojas
Revision: 268546

Fix time zones for Kazakhstan (FS#49126)

Modified:
  qt5-base/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-24 21:16:05 UTC (rev 268545)
+++ PKGBUILD	2016-05-24 22:31:51 UTC (rev 268546)
@@ -5,7 +5,7 @@
 pkgname=qt5-base
 _qtver=5.6.0
 pkgver=${_qtver/-/}
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
@@ -27,13 +27,17 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
 source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz" qt5-alsa1.11.patch
-        qtbug-51648.patch qtbug-51649.patch qtbug-51676.patch qtbug-45812.patch)
+        qtbug-51648.patch qtbug-51649.patch qtbug-51676.patch qtbug-45812.patch
+        qtbug-53071.patch::"https://github.com/qtproject/qtbase/commit/e9041c7fc.patch"
+        qtbug-53071b.patch::"https://github.com/qtproject/qtbase/commit/cd25866f.patch")
 md5sums=('d6b6cfd333c22829c6c85fc52ceed019'
          '5e96b5cfa248b8b071919adb27abc715'
          'b09aa4f5763f013b06153fbdbc844404'
          'ef981ff6892337cdab424ebb113b3c39'
          'f59a1ea0f10a055ba930a53832933482'
-         '7f152c40947027acba56023e9d693260')
+         '7f152c40947027acba56023e9d693260'
+         '462f079cd46f869def6858903a718bf5'
+         'da4fd787ea877516397a027412e975e1')
 
 prepare() {
   cd ${_pkgfqn}
@@ -62,6 +66,10 @@
 
   # Fix drag and drop from some applications
   patch -p1 -i ../qtbug-45812.patch
+
+  # Fix parsing of tzfile(5) POSIX rule zone names with bracket quotes
+  patch -p1 -i ../qtbug-53071.patch
+  patch -p1 -i ../qtbug-53071b.patch
 }
 
 build() {



More information about the arch-commits mailing list