mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/qt6-doc to 6.0.0-2
This commit is contained in:
parent
6cabc12b50
commit
5600b9b6ac
1 changed files with 6 additions and 3 deletions
|
@ -9,7 +9,7 @@ pkgbase=qt6-doc
|
||||||
pkgname=(qt6-doc qt6-examples)
|
pkgname=(qt6-doc qt6-examples)
|
||||||
_qtver=6.0.0
|
_qtver=6.0.0
|
||||||
pkgver=${_qtver/-/}
|
pkgver=${_qtver/-/}
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url='https://www.qt.io'
|
url='https://www.qt.io'
|
||||||
license=(GPL3 LGPL3 FDL custom)
|
license=(GPL3 LGPL3 FDL custom)
|
||||||
|
@ -18,12 +18,15 @@ makedepends=(cmake mariadb-libs unixodbc postgresql alsa-lib gst-plugins-base-li
|
||||||
groups=(qt6)
|
groups=(qt6)
|
||||||
_pkgfn="qt-everywhere-src-${_qtver}"
|
_pkgfn="qt-everywhere-src-${_qtver}"
|
||||||
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfn}.tar.xz"
|
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'
|
sha256sums=('d39a1a557a0dc8dc5ea2eaaee0fa015c71dcbb79c25a6aea421c594227565296'
|
||||||
'60eebdf88559fefdb2b7c65b5f4ec091942aa1ffa371bedb4080545383b46109')
|
'60eebdf88559fefdb2b7c65b5f4ec091942aa1ffa371bedb4080545383b46109'
|
||||||
|
'40c1537152a4e386e63a1afd67ba83b536f1c6436bd2263afb7f4e8e37a3f1e7')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
patch -d $_pkgfn/qtbase -p1 -i ../../qt6-doc-bindir.patch # Use installed tools
|
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() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue