author | Antonio Rojas
<arojas@archlinux.org> 2019-06-20 08:30:01 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2019-06-20 08:30:01 UTC |
parent | 53290f29197e58e1a981c7acccd1475ea7db2f9c |
PKGBUILD | +6 | -8 |
diff --git a/PKGBUILD b/PKGBUILD index 59beddb..6f93b15 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,9 +3,9 @@ pkgbase=qt5-base pkgname=(qt5-base qt5-xcb-private-headers) -_qtver=5.12.4 +_qtver=5.13.0 pkgver=${_qtver/-/} -pkgrel=2 +pkgrel=3 arch=('x86_64') url='https://www.qt.io' license=('GPL3' 'LGPL3' 'FDL' 'custom') @@ -27,11 +27,9 @@ 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" - qtbase-qxcbwindow.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=0c183117" - qtbug-76440.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=6d61b10") -sha256sums=('20fbc7efa54ff7db9552a7a2cdf9047b80253c1933c834f35b0bc5c1ae021195' - '51878fdf91d3f191fb4e19cd9ec3fc4c564bbf1eabe92802b40db2ec8ad1d646' - '0b0bfa3490098a3e195517b68d8b602f79be4170428f882e4a7583302d4be463') + qtbase-qxcbwindow.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=0c183117") +sha256sums=('ff6964b3b528cd3b1d21bcf3470006e8e5cbe69591923f982871d886ea0488fe' + '51878fdf91d3f191fb4e19cd9ec3fc4c564bbf1eabe92802b40db2ec8ad1d646') prepare() { cd ${_pkgfqn} @@ -44,7 +42,6 @@ prepare() { mkspecs/common/g++-unix.conf patch -p1 -i ../qtbase-qxcbwindow.patch # Fix NVIDIA freeze - patch -p1 -i ../qtbug-76440.patch # Fix crashes on multi-screen systems } build() { @@ -67,6 +64,7 @@ build() { -dbus-linked \ -system-harfbuzz \ -journald \ + -no-mimetype-database \ -no-use-gold-linker \ -reduce-relocations make