k3b: not require webengine

It's used to provide better diskinfo viewer. No point on running
a webbrowser only to view diskinfo. And it wasn't built until now.
This commit is contained in:
Đoàn Trần Công Danh 2024-06-25 20:48:56 +07:00
parent 959112ffb6
commit 3758337f76
1 changed files with 1 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'k3b'
pkgname=k3b
version=24.02.2
revision=1
revision=2
build_style=cmake
configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins -DQT_MAJOR_VERSION=6
@ -21,7 +21,3 @@ homepage="https://kde.org/applications/en/multimedia/org.kde.k3b"
changelog="https://kde.org/announcements/changelogs/gear/${version}/#k3b"
distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
checksum=6047d94193ba1650ce71f4100bba0786023455f4c6a12e14c9d543058a4e8e45
if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" = "64$XBPS_TARGET_WORDSIZE" ]; then
depends+=" qt6-webengine-devel"
fi