git » qt5-declarative.git » commit 3cb00c5

Qt 5.9.0

author Antonio Rojas
2017-05-31 16:16:33 UTC
committer Antonio Rojas
2017-05-31 16:16:33 UTC
parent c5996ff9262deb3b85cb52431e0fece4eb89acd0

Qt 5.9.0

PKGBUILD +4 -10

diff --git a/PKGBUILD b/PKGBUILD
index d1ac0ca..bc1e08f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=qt5-declarative
-_qtver=5.8.0
+_qtver=5.9.0
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -16,20 +16,14 @@ groups=('qt' 'qt5')
 conflicts=('qtchooser' 'qt5-declarative-render2d')
 replaces=('qt5-declarative-render2d')
 _pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
-        qtbug-58811.patch::"https://github.com/qt/qtdeclarative/commit/b078939.patch")
-md5sums=('4f55b3617abdff14706d02d761d5a0aa'
-         '8604dec4cc46c1d2139edb640f8e13bb')
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('3c9b72098f952155e943c4890c67f9a7dd81737ff69b482a401a2b2af0f93ebd')
 
 prepare() {
   mkdir -p build
 
   # Use python2 for Python 2.x
   find -name '*.pro' -o -name '*.pri' | xargs sed -i -e 's|python -c|python2 -c|g' -e 's|python \$|python2 \$|g'
-
-# Fix crash on Plasma toolbox https://bugreports.qt.io/browse/QTBUG-58811
-  cd ${_pkgfqn}
-  patch -p1 -i ../qtbug-58811.patch
 }
 
 build() {