commit: 149bc26a349f8fb812a79322403a4a280c9eacdd
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 22 17:41:48 2026 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 23 17:38:25 2026 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=149bc26a
kde-plasma/plasma-meta: Drop IUSE qt5
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/plasma-meta/metadata.xml | 1 -
kde-plasma/plasma-meta/plasma-meta-6.6.49.9999.ebuild | 16 ++++------------
kde-plasma/plasma-meta/plasma-meta-9999.ebuild | 15 ++++-----------
3 files changed, 8 insertions(+), 24 deletions(-)
diff --git a/kde-plasma/plasma-meta/metadata.xml
b/kde-plasma/plasma-meta/metadata.xml
index 5066909d67..f5220761d7 100644
--- a/kde-plasma/plasma-meta/metadata.xml
+++ b/kde-plasma/plasma-meta/metadata.xml
@@ -23,7 +23,6 @@
<flag name="oxygen-theme">Pull in Oxygen icons, sound theme and
visual style for KDE Plasma</flag>
<flag name="plymouth">Pull in Breeze theme for
<pkg>sys-boot/plymouth</pkg></flag>
<flag name="pulseaudio">Install Plasma applet for PulseAudio
volume management</flag>
- <flag name="qt5">Pull in required packages for seamless
integration of KF5/Qt5-based applications</flag>
<flag name="sddm">Pull in the <pkg>x11-misc/sddm</pkg> display
manager and system settings module</flag>
<flag name="sdk">Pull in <pkg>kde-plasma/plasma-sdk</pkg> for
Plasma development</flag>
<flag name="smart">Pull in <pkg>kde-plasma/plasma-disks</pkg>
for disk health monitoring</flag>
diff --git a/kde-plasma/plasma-meta/plasma-meta-6.6.49.9999.ebuild
b/kde-plasma/plasma-meta/plasma-meta-6.6.49.9999.ebuild
index fb082b44d4..aa86980007 100644
--- a/kde-plasma/plasma-meta/plasma-meta-6.6.49.9999.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-6.6.49.9999.ebuild
@@ -13,7 +13,7 @@ SLOT="6"
KEYWORDS=""
IUSE="accessibility bluetooth +browser-integration +crash-handler crypt cups
discover +display-manager +elogind +firewall flatpak grub gtk +kwallet
-+networkmanager ocr oxygen-theme plymouth pulseaudio qt5 rdp +sddm sdk +smart
++networkmanager ocr oxygen-theme plymouth pulseaudio rdp +sddm sdk +smart
systemd thunderbolt unsupported virtualkeyboard wacom +wallpapers webengine X"
REQUIRED_USE="^^ ( elogind systemd ) firewall? ( systemd ) rdp? ( systemd )"
@@ -101,18 +101,12 @@ RDEPEND="
>=kde-frameworks/oxygen-icons-6.0.0:*
>=kde-plasma/oxygen-${PV}:${SLOT}[X?]
>=kde-plasma/oxygen-sounds-${PV}:${SLOT}
- qt5? ( >=kde-plasma/oxygen-6.5.0:5[X?] )
)
plymouth? (
>=kde-plasma/breeze-plymouth-${PV}:${SLOT}
>=kde-plasma/plymouth-kcm-${PV}:${SLOT}
)
pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
- qt5? (
- >=kde-plasma/breeze-6.5.0:5
- >=kde-plasma/kwayland-integration-${PV}:5
- >=kde-plasma/plasma-integration-6.5.0:5
- )
sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
systemd? (
@@ -161,11 +155,9 @@ pkg_postinst() {
ewarn "
MYCMAKEARGS=\"-DLIBCXX_TYPEINFO_COMPARISON_IMPLEMENTATION=2\""
ewarn "You may then need to rebuild dev-qt/* and kde-*/*."
fi
-
- if ! use qt5 && has_version dev-qt/qtgui; then
- ewarn "KF5- and Qt5-based applications will exhibit various
integration bugs"
- ewarn "and generally look out of place in Plasma 6 without the
dependencies"
- ewarn "enforced by kde-plasma/plasma-meta[qt5]."
+ if has_version dev-qt/qtgui; then
+ ewarn "KF5 and Qt5 support was removed in Gentoo. Such
applications will exhibit"
+ ewarn "various integration bugs and generally look out of place
in Plasma 6."
ewarn
ewarn "This warning message is being displayed because
dev-qt/qtgui:5 is"
ewarn "currently installed which indicates the use of such
applications."
diff --git a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild
b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild
index fb082b44d4..947634b3cd 100644
--- a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild
@@ -13,7 +13,7 @@ SLOT="6"
KEYWORDS=""
IUSE="accessibility bluetooth +browser-integration +crash-handler crypt cups
discover +display-manager +elogind +firewall flatpak grub gtk +kwallet
-+networkmanager ocr oxygen-theme plymouth pulseaudio qt5 rdp +sddm sdk +smart
++networkmanager ocr oxygen-theme plymouth pulseaudio rdp +sddm sdk +smart
systemd thunderbolt unsupported virtualkeyboard wacom +wallpapers webengine X"
REQUIRED_USE="^^ ( elogind systemd ) firewall? ( systemd ) rdp? ( systemd )"
@@ -101,18 +101,12 @@ RDEPEND="
>=kde-frameworks/oxygen-icons-6.0.0:*
>=kde-plasma/oxygen-${PV}:${SLOT}[X?]
>=kde-plasma/oxygen-sounds-${PV}:${SLOT}
- qt5? ( >=kde-plasma/oxygen-6.5.0:5[X?] )
)
plymouth? (
>=kde-plasma/breeze-plymouth-${PV}:${SLOT}
>=kde-plasma/plymouth-kcm-${PV}:${SLOT}
)
pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
- qt5? (
- >=kde-plasma/breeze-6.5.0:5
- >=kde-plasma/kwayland-integration-${PV}:5
- >=kde-plasma/plasma-integration-6.5.0:5
- )
sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
systemd? (
@@ -162,10 +156,9 @@ pkg_postinst() {
ewarn "You may then need to rebuild dev-qt/* and kde-*/*."
fi
- if ! use qt5 && has_version dev-qt/qtgui; then
- ewarn "KF5- and Qt5-based applications will exhibit various
integration bugs"
- ewarn "and generally look out of place in Plasma 6 without the
dependencies"
- ewarn "enforced by kde-plasma/plasma-meta[qt5]."
+ if has_version dev-qt/qtgui; then
+ ewarn "KF5 and Qt5 support was removed in Gentoo. Such
applications will exhibit"
+ ewarn "various integration bugs and generally look out of place
in Plasma 6."
ewarn
ewarn "This warning message is being displayed because
dev-qt/qtgui:5 is"
ewarn "currently installed which indicates the use of such
applications."