extra/qt6-base to 6.0.2-1

This commit is contained in:
Kevin Mihelich 2021-03-03 23:14:39 +00:00
parent 21495f1ee7
commit 05fbf86fe7

View file

@ -6,9 +6,9 @@
# - explicitly link v5/v6 with libatomic
pkgname=qt6-base
_qtver=6.0.1
_qtver=6.0.2
pkgver=${_qtver/-/}
pkgrel=2
pkgrel=1
arch=(x86_64)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
@ -30,7 +30,7 @@ _pkgfn="${pkgname/6-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz"
qt6-base-cflags.patch
qt6-base-nostrip.patch)
sha256sums=('8d2bc1829c1479e539f66c2f51a7e11c38a595c9e8b8e45a3b45f3cb41c6d6aa'
sha256sums=('991a0e4e123104e76563067fcfa58602050c03aba8c8bb0c6198347c707817f1'
'cf707cd970650f8b60f8897692b36708ded9ba116723ec8fcd885576783fe85c'
'4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094')
@ -52,7 +52,8 @@ build() {
-DINSTALL_MKSPECSDIR=lib/qt6/mkspecs \
-DINSTALL_EXAMPLESDIR=share/doc/qt6/examples \
-DQT_FEATURE_journald=ON \
-DQT_FEATURE_openssl_linked=ON
-DQT_FEATURE_openssl_linked=ON \
-DQT_FEATURE_system_sqlite=ON
cmake --build build
}