extra/qt5 to 5.5.1-10

This commit is contained in:
Kevin Mihelich 2016-03-06 16:27:12 +00:00
parent 7d13afeb99
commit e9a79e288d

View file

@ -41,7 +41,7 @@ pkgname=('qt5-3d'
'qt5-x11extras'
'qt5-xmlpatterns')
pkgver=5.5.1
pkgrel=9
pkgrel=10
arch=('i686' 'x86_64')
url='http://www.qt.io/developers'
license=('GPL3' 'LGPL' 'FDL' 'custom')
@ -83,6 +83,10 @@ prepare() {
# Fix AArch64 support
patch -p1 -d qtwebkit -i "${srcdir}"/0001-Add-ARM-64-support.patch
sed -i 's/libsystemd-journal/libsystemd/g' \
qtbase/src/corelib/global/global.pri \
qtbase/config.tests/unix/journald/journald.pro
# Use python2 for Python 2.x
find . -name '*.py' -exec sed -i \
's|#![ ]*/usr/bin/python$|&2|;s|#![ ]*/usr/bin/env python$|&2|' {} +