mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/qt5-base to 5.6.1-2
This commit is contained in:
parent
edc806c504
commit
5a85699f1c
1 changed files with 8 additions and 4 deletions
|
@ -10,7 +10,7 @@
|
|||
pkgname=qt5-base
|
||||
_qtver=5.6.1
|
||||
pkgver=${_qtver/-/}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://qt-project.org/'
|
||||
license=('GPL3' 'LGPL' 'FDL' 'custom')
|
||||
|
@ -33,11 +33,12 @@ groups=('qt' 'qt5')
|
|||
_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
|
||||
source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
|
||||
qtbug-53071.patch::"https://github.com/qtproject/qtbase/commit/e9041c7fc.patch"
|
||||
qtbug-53071b.patch::"https://github.com/qtproject/qtbase/commit/cd25866f.patch")
|
||||
qtbug-53071b.patch::"https://github.com/qtproject/qtbase/commit/cd25866f.patch"
|
||||
qtbug-53237.patch::"https://github.com/qtproject/qtbase/commit/8e889378.patch")
|
||||
md5sums=('b23232190a3df61fe1ba81636987b036'
|
||||
'974ef9e9110a1606e293aef3d37c841f'
|
||||
'462f079cd46f869def6858903a718bf5'
|
||||
'da4fd787ea877516397a027412e975e1')
|
||||
'da4fd787ea877516397a027412e975e1'
|
||||
'981255fb1aea0d3c0b5c5f306fe374da')
|
||||
|
||||
prepare() {
|
||||
cd ${_pkgfqn}
|
||||
|
@ -59,6 +60,9 @@ prepare() {
|
|||
# Fix parsing of tzfile(5) POSIX rule zone names with bracket quotes
|
||||
patch -p1 -i ../qtbug-53071.patch
|
||||
patch -p1 -i ../qtbug-53071b.patch
|
||||
|
||||
# Fix UNSIGNED values in QMYSQL
|
||||
patch -p1 -i ../qtbug-53237.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue