From 3758337f7639511f83adbde2c86300d2529e6799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 25 Jun 2024 20:48:56 +0700 Subject: [PATCH] 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. --- srcpkgs/k3b/template | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/srcpkgs/k3b/template b/srcpkgs/k3b/template index ca416bc136c..ec7fd4b1f15 100644 --- a/srcpkgs/k3b/template +++ b/srcpkgs/k3b/template @@ -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