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

upgrel: 5.12.3-3

parent ae4c6b2c
No related branches found
No related tags found
No related merge requests found
# Obarun : 66 init/supervisor
# Maintainer : Jean-Michel T.Dydak <jean-michel@obarun.org> <jean-michel@syntazia.org>
# Maintainer : Eric Vidal <eric@obarun.org>
# PkgSource : https://framagit.org/obarun-pkgbuild/qt5-base
# PkgSource : https://framagit.org/obarun-pkgbuild-extra/qt5-base
#--------------
## PkgSource : https://www.archlinux.org/packages/extra/x86_64/qt5-base/
## Maintainer : Felix Yan <felixonmars@archlinux.org>
......@@ -12,13 +12,14 @@ pkgbase=qt5-base
pkgname=(qt5-base qt5-xcb-private-headers)
_qtver=5.12.3
pkgver=${_qtver/-/}
pkgrel=2
pkgrel=3
arch=('x86_64')
url="https://www.qt.io"
license=('GPL3' 'LGPL3' 'FDL' 'custom')
pkgdesc="A cross-platform application and UI framework"
_pkgfqn="${pkgbase/5-/}-everywhere-src-${_qtver}"
source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
qtbug-61898.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=2947435d")
conflicts=(
'qtchooser')
......@@ -78,6 +79,9 @@ prepare() {
mkspecs/common/gcc-base.conf
sed -i -e "s|^\(QMAKE_LFLAGS_RELEASE.*\)|\1 ${LDFLAGS}|" \
mkspecs/common/g++-unix.conf
# Fix disappearing system tray icons
patch -p1 -i ../qtbug-61898.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