mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/qt5-doc: v5 fix
This commit is contained in:
parent
69e3a0bcd8
commit
e2251054ff
1 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - patch for chromium GN
|
||||
# - skip qtwebengine on v5
|
||||
|
||||
pkgname=qt5-doc
|
||||
_qtver=5.10.0
|
||||
|
@ -47,6 +48,7 @@ prepare() {
|
|||
build() {
|
||||
cd ${_pkgfqn}
|
||||
|
||||
[[ $CARCH == "arm" ]] && CONFIG="-skip qtwebengine"
|
||||
export PATH="$srcdir/bin:$PATH"
|
||||
PYTHON=/usr/bin/python2 ./configure -confirm-license -opensource \
|
||||
-prefix /usr \
|
||||
|
@ -55,7 +57,7 @@ build() {
|
|||
-archdatadir /usr/lib/qt \
|
||||
-datadir /usr/share/qt \
|
||||
-sysconfdir /etc/xdg \
|
||||
-examplesdir /usr/share/doc/qt/examples
|
||||
-examplesdir /usr/share/doc/qt/examples $CONFIG
|
||||
make docs
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue