Skip to content
Snippets Groups Projects
Commit 7a31a0b5 authored by Alex Xu (Hello71)'s avatar Alex Xu (Hello71) Committed by Ariadne Conill
Browse files

community/alkimia: switch to webengine (#12888)

parent 62605e7a
No related branches found
No related tags found
1 merge request!23840community/alkimia: switch to webengine (#12888)
Pipeline #89376 passed
...@@ -2,11 +2,11 @@ ...@@ -2,11 +2,11 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=alkimia pkgname=alkimia
pkgver=8.1.0 pkgver=8.1.0
pkgrel=0 pkgrel=1
# armhf blocked by qt5-qtdeclarative # armhf blocked by qt5-qtdeclarative
# mips64 blocked by qt5-qtwebkit-dev # armhf, mips64, ppc64le, riscv64, s390x blocked by qt5-qtwebengine
# mips64, s390x and riscv64 blocked by polkit -> kio # mips64, s390x and riscv64 blocked by polkit -> kio
arch="all !armhf !mips64 !s390x !riscv64" arch="all !armhf !mips64 !ppc64le !s390x !riscv64"
url="https://community.kde.org/Alkimia/libalkimia" url="https://community.kde.org/Alkimia/libalkimia"
pkgdesc="A library with common classes and functionality used by finance applications for the KDE SC" pkgdesc="A library with common classes and functionality used by finance applications for the KDE SC"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
...@@ -31,7 +31,7 @@ makedepends=" ...@@ -31,7 +31,7 @@ makedepends="
plasma-framework-dev plasma-framework-dev
qt5-qtbase-dev qt5-qtbase-dev
qt5-qtdeclarative-dev qt5-qtdeclarative-dev
qt5-qtwebkit-dev qt5-qtwebengine-dev
" "
checkdepends="xvfb-run" checkdepends="xvfb-run"
source="https://download.kde.org/stable/alkimia/$pkgver/alkimia-$pkgver.tar.xz" source="https://download.kde.org/stable/alkimia/$pkgver/alkimia-$pkgver.tar.xz"
...@@ -41,7 +41,9 @@ build() { ...@@ -41,7 +41,9 @@ build() {
cmake -B build \ cmake -B build \
-DCMAKE_BUILD_TYPE=None \ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_WITH_WEBKIT=OFF \
-DBUILD_WITH_WEBENGINE=ON
cmake --build build cmake --build build
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment