mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/qt5 to 5.5.1-10
This commit is contained in:
parent
7d13afeb99
commit
e9a79e288d
1 changed files with 5 additions and 1 deletions
|
@ -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|' {} +
|
||||
|
|
Loading…
Reference in a new issue