From ad5f34274f8332a0da8bfb0c581f155d69515211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 16 May 2024 14:40:44 +0700 Subject: [PATCH] plasma-integration: drop qt5 --- srcpkgs/plasma-integration/template | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/srcpkgs/plasma-integration/template b/srcpkgs/plasma-integration/template index 3c90e8ae3c2..0c900aae22a 100644 --- a/srcpkgs/plasma-integration/template +++ b/srcpkgs/plasma-integration/template @@ -1,28 +1,20 @@ # Template file for 'plasma-integration' -# TODO remove Qt5 bits or split once we moved everything to KDE6 pkgname=plasma-integration version=6.0.4 revision=1 build_style=cmake build_helper=qemu -configure_args="-DBUILD_TESTING=OFF - -DKF6_HOST_TOOLING=/usr/lib/cmake" +configure_args="-DBUILD_TESTING=OFF -DBUILD_QT5=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake + -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins" hostmakedepends="extra-cmake-modules pkg-config qt6-base qt6-tools gettext - qt5-qmake qt5-host-tools qt5-wayland kconfig kcoreaddons wayland-devel - qt6-wayland-tools kf6-kconfig" + wayland-devel qt6-wayland-tools kf6-kconfig" makedepends="kf6-kio-devel kf6-kxmlgui-devel kf6-kstatusnotifieritem-devel kf6-kwayland-devel libXcursor-devel breeze qt6-wayland-devel - wayland-devel kio-devel kwayland-devel qt5-quickcontrols2-devel" -depends="noto-fonts-ttf font-hack-ttf breeze kf6-qqc2-desktop-style - qqc2-desktop-style" + wayland-devel" +depends="noto-fonts-ttf font-hack-ttf breeze kf6-qqc2-desktop-style" short_desc="Theme integration plugins for the Plasma workspaces" maintainer="John " license="LGPL-2.0-or-later" homepage="https://invent.kde.org/plasma/plasma-integration" distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz" checksum=eef5c21ee43eefa1034126a45d2b34da967af81cf921a9c2a4314a4fb2738913 - -post_patch() { - sed -i '1i set(KDE_INSTALL_QTPLUGINDIR lib/qt6/plugins)' \ - qt6/CMakeLists.txt -}