extra/qt6-doc to 6.0.0-2

This commit is contained in:
Kevin Mihelich 2021-01-23 19:01:01 +00:00
parent 6cabc12b50
commit 5600b9b6ac

View file

@ -9,7 +9,7 @@ pkgbase=qt6-doc
pkgname=(qt6-doc qt6-examples)
_qtver=6.0.0
pkgver=${_qtver/-/}
pkgrel=1
pkgrel=2
arch=('any')
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
@ -18,12 +18,15 @@ makedepends=(cmake mariadb-libs unixodbc postgresql alsa-lib gst-plugins-base-li
groups=(qt6)
_pkgfn="qt-everywhere-src-${_qtver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfn}.tar.xz"
qt6-doc-bindir.patch)
qt6-doc-bindir.patch
qt6-doc-fix-qch-dir.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/cmake?id=062d42e3")
sha256sums=('d39a1a557a0dc8dc5ea2eaaee0fa015c71dcbb79c25a6aea421c594227565296'
'60eebdf88559fefdb2b7c65b5f4ec091942aa1ffa371bedb4080545383b46109')
'60eebdf88559fefdb2b7c65b5f4ec091942aa1ffa371bedb4080545383b46109'
'40c1537152a4e386e63a1afd67ba83b536f1c6436bd2263afb7f4e8e37a3f1e7')
prepare() {
patch -d $_pkgfn/qtbase -p1 -i ../../qt6-doc-bindir.patch # Use installed tools
patch -d $_pkgfn/qtbase -p1 -i ../../qt6-doc-fix-qch-dir.patch # Fix QCH install dir
}
build() {