Skip to content
Snippets Groups Projects
Commit 21778dc8 authored by jean-michel's avatar jean-michel
Browse files

pkg update qt5-base-5.13.2-2

parent bdc1bd98
No related branches found
No related tags found
No related merge requests found
......@@ -11,14 +11,13 @@ pkgname=(qt5-base qt5-xcb-private-headers)
pkgdesc="A cross-platform application and UI framework"
_qtver=5.13.1
_qtver=5.13.2
pkgver=${_qtver/-/}
pkgrel=3
pkgrel=2
_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"
'qtbug-77364.patch')
source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
#-------------------------------------| BUILD CONFIGURATION |-----------------------------------
......@@ -47,8 +46,6 @@ prepare() {
mkspecs/common/gcc-base.conf
sed -i -e "s|^\(QMAKE_LFLAGS_RELEASE.*\)|\1 ${LDFLAGS}|" \
mkspecs/common/g++-unix.conf
patch -p1 -i ../qtbug-77364.patch # Fix keyboard input in webengine
}
#--------------------------------------------| 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