extra/qt5-base to 5.15.2-3

This commit is contained in:
Kevin Mihelich 2021-01-15 13:44:49 +00:00
parent a56a3854e6
commit 432054a8fb

View file

@ -10,7 +10,7 @@ pkgbase=qt5-base
pkgname=(qt5-base qt5-xcb-private-headers)
_qtver=5.15.2
pkgver=${_qtver/-/}
pkgrel=2
pkgrel=3
arch=('x86_64')
url='https://www.qt.io'
license=('GPL3' 'LGPL3' 'FDL' 'custom')
@ -34,14 +34,17 @@ conflicts=('qtchooser')
groups=('qt' 'qt5')
_pkgfqn="${pkgbase/5-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
qt5-base-cflags.patch)
qt5-base-cflags.patch
kdebug-428095.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch?id=c5336057")
sha256sums=('909fad2591ee367993a75d7e2ea50ad4db332f05e1c38dd7a5a274e156a4e0f8'
'cf707cd970650f8b60f8897692b36708ded9ba116723ec8fcd885576783fe85c')
'cf707cd970650f8b60f8897692b36708ded9ba116723ec8fcd885576783fe85c'
'25b1059e92ae135b1b5031c5b1dde32d03906f17c9245ac1c2f9e1248917e7b0')
prepare() {
cd ${_pkgfqn}
patch -p1 -i ../qt5-base-cflags.patch # Use system CFLAGS
patch -p1 -i ../kdebug-428095.patch # Fix black border on some menus with Breeze
}
build() {