kf6
This commit is contained in:
@ -30,10 +30,9 @@ checksums=('SKIP')
|
||||
|
||||
build() {
|
||||
cmake -B build -S $name-$version \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DBUILD_HTML_DOCS=ON \
|
||||
-DBUILD_QTHELP_DOCS=ON
|
||||
cmake --build build
|
||||
-DBUILD_TESTING=OFF \
|
||||
-DBUILD_QCH=ON
|
||||
cmake --build build -j$(($(nproc) - 1))
|
||||
}
|
||||
|
||||
package() {
|
||||
|
Reference in New Issue
Block a user