mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/qt6-doc to 6.0.1-1
This commit is contained in:
parent
79b168a247
commit
eb5a9fb8ee
1 changed files with 5 additions and 8 deletions
|
@ -7,9 +7,9 @@
|
|||
|
||||
pkgbase=qt6-doc
|
||||
pkgname=(qt6-doc qt6-examples)
|
||||
_qtver=6.0.0
|
||||
_qtver=6.0.1
|
||||
pkgver=${_qtver/-/}
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
arch=('any')
|
||||
url='https://www.qt.io'
|
||||
license=(GPL3 LGPL3 FDL custom)
|
||||
|
@ -18,15 +18,12 @@ 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-fix-qch-dir.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/cmake?id=062d42e3")
|
||||
sha256sums=('d39a1a557a0dc8dc5ea2eaaee0fa015c71dcbb79c25a6aea421c594227565296'
|
||||
'60eebdf88559fefdb2b7c65b5f4ec091942aa1ffa371bedb4080545383b46109'
|
||||
'40c1537152a4e386e63a1afd67ba83b536f1c6436bd2263afb7f4e8e37a3f1e7')
|
||||
qt6-doc-bindir.patch)
|
||||
sha256sums=('d13cfac103cd80b216cd2f73d0211dd6b1a1de2516911c89ce9c5ed14d9631a8'
|
||||
'60eebdf88559fefdb2b7c65b5f4ec091942aa1ffa371bedb4080545383b46109')
|
||||
|
||||
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() {
|
||||
|
|
Loading…
Reference in a new issue