Skip to content

Commit

Permalink
kde-plasma/plasma-meta: Add IUSE unsupported, blocking bad packages
Browse files Browse the repository at this point in the history
For starters, blocking:
- gui-apps/qt6ct
- sys-apps/xdg-desktop-portal-gnome

See also:
https://community.kde.org/Distributions/Packaging_Recommendations

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
  • Loading branch information
a17r committed Mar 3, 2024
1 parent 788e2a5 commit 7651c0e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions kde-plasma/plasma-meta/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<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>
<flag name="thunderbolt">Pull in <pkg>kde-plasma/plasma-thunderbolt</pkg> control center module</flag>
<flag name="unsupported">Allow packages that are known to ruin runtime experience ** DO NOT FILE BUGS WITH THIS ENABLED **</flag>
<flag name="wacom">Pull in <pkg>kde-plasma/wacomtablet</pkg> control center module</flag>
<flag name="wallpapers">Install wallpapers for the Plasma Workspace</flag>
</use>
Expand Down
6 changes: 5 additions & 1 deletion kde-plasma/plasma-meta/plasma-meta-6.0.49.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ KEYWORDS=""
IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
cups discover +display-manager +elogind +firewall flatpak grub gtk +handbook
+kwallet +networkmanager plymouth pulseaudio +sddm sdk +smart systemd
thunderbolt wacom +wallpapers"
thunderbolt unsupported wacom +wallpapers"

REQUIRED_USE="^^ ( elogind systemd )"

Expand Down Expand Up @@ -98,6 +98,10 @@ RDEPEND="
firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
)
thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
!unsupported? (
!gui-apps/qt6ct
!sys-apps/xdg-desktop-portal-gnome
)
wacom? ( >=kde-plasma/wacomtablet-${PV}:${SLOT} )
wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
"
Expand Down
6 changes: 5 additions & 1 deletion kde-plasma/plasma-meta/plasma-meta-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ KEYWORDS=""
IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
cups discover +display-manager +elogind +firewall flatpak grub gtk +handbook
+kwallet +networkmanager plymouth pulseaudio +sddm sdk +smart systemd
thunderbolt wacom +wallpapers"
thunderbolt unsupported wacom +wallpapers"

REQUIRED_USE="^^ ( elogind systemd )"

Expand Down Expand Up @@ -98,6 +98,10 @@ RDEPEND="
firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
)
thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
!unsupported? (
!gui-apps/qt6ct
!sys-apps/xdg-desktop-portal-gnome
)
wacom? ( >=kde-plasma/wacomtablet-${PV}:${SLOT} )
wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
"
Expand Down

0 comments on commit 7651c0e

Please sign in to comment.