Skip to content
Snippets Groups Projects
Commit 98917b41 authored by Jean-Michel T.Dydak's avatar Jean-Michel T.Dydak
Browse files

upgpkg: qt5-base 5.14.2-4

parent 04cb0639
No related branches found
No related tags found
No related merge requests found
......@@ -13,12 +13,13 @@ pkgdesc="A cross-platform application and UI framework"
_qtver=5.14.2
pkgver=${_qtver/-/}
pkgrel=3
pkgrel=4
_pkgfqn="${pkgbase/5-/}-everywhere-src-${_qtver}"
url="https://www.qt.io"
source=(
"http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
"qt5-base-QTBUG-82910.patch::https://codereview.qt-project.org/gitweb?p=qt/qtbase.git;a=patch;h=54aa63be9b74e8de72db9efbe6809ab1a97b29a7"
'qt5-base-cflags.patch')
#-------------------------------------| BUILD CONFIGURATION |-----------------------------------
......@@ -42,6 +43,7 @@ makedepends=(
prepare() {
cd ${_pkgfqn}
patch -p1 -i ../qt5-base-QTBUG-82910.patch # https://codereview.qt-project.org/c/qt/qtbase/+/299182
patch -p1 -i ../qt5-base-cflags.patch # Use system CFLAGS
}
......
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