Skip to content
Snippets Groups Projects
Commit e4ac7079 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

upgrel : 5.10.0-3, fix xrandr

parent cd331626
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ pkgbase=qt5-base
pkgname=(qt5-base qt5-xcb-private-headers)
_qtver=5.10.0
pkgver=${_qtver/-/}
pkgrel=2
pkgrel=3
arch=(x86_64)
url='http://qt-project.org/'
license=('GPL3' 'LGPL3' 'FDL' 'custom')
......@@ -28,7 +28,8 @@ conflicts=('qtchooser')
groups=('qt' 'qt5')
_pkgfqn="${pkgbase/5-/}-everywhere-src-${_qtver}"
source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
'qt-no-statx.patch')
'qt-no-statx.patch'
qtbug-65235.patch::"https://github.com/qt/qtbase/commit/79d78d81.patch")
sha256sums=('fd5578cd320a13617c12cf2b19439386b203d6d45548e855f94e07be9829f762'
'5cd1d90622cc53609806a3ce0b2811b28f0e6e20eb835861de4492dddeef6e52')
validpgpkeys=('6DD4217456569BA711566AC7F06E8FDE7B45DAAC') # Eric Vidal
......@@ -52,6 +53,9 @@ prepare() {
# Don't use the statx syscall https://bugs.archlinux.org/task/56289 https://bugreports.qt.io/browse/QTBUG-64490
patch -p1 -i ../qt-no-statx.patch
# https://bugreports.qt.io/browse/QTBUG-65235
patch -p1 -i ../qtbug-65235.patch
}
build() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment