diff --git a/gui-apps/quickshell/metadata.xml b/gui-apps/quickshell/metadata.xml
index e79a51163b..4937c5bc38 100644
--- a/gui-apps/quickshell/metadata.xml
+++ b/gui-apps/quickshell/metadata.xml
@@ -24,13 +24,9 @@
Enable viewing and management of media-video/pipewire nodes
Enable system tray support using the status notifier dbus protocol
Enable access to MPRIS compatible media players using its dbus protocol
- Enable sys-libs/pam integration for user authentication
- Enable creating sys-auth/polkit agents that can prompt user for authentication
- Enable gui-wm/hyprland specific integrations
+ Enable hyprland specific integrations
Enable x11-wm/i3 and gui-wm/sway specific features
- Enable Bluetooth integration using net-wireless/bluez
Enable gui-libs/greetd integration
- Enable Network integration using net-misc/networkmanager
Enable notifications service integration
diff --git a/gui-apps/quickshell/quickshell-9999.ebuild b/gui-apps/quickshell/quickshell-9999.ebuild
index 7b77c6a209..d73b3b1317 100644
--- a/gui-apps/quickshell/quickshell-9999.ebuild
+++ b/gui-apps/quickshell/quickshell-9999.ebuild
@@ -24,8 +24,8 @@ IUSE="
+wayland +layer-shell +session-lock +toplevel-management
+hyprland +screencopy
+X +i3
- +tray +pipewire +mpris +pam +polkit +greetd +upower +notifications
- +bluetooth +network
+ +tray +pipewire +mpris +pam +policykit +greetd +upower +notifications
+ +bluetooth +networkmanager
"
REQUIRED_USE="
layer-shell? ( wayland )
@@ -51,12 +51,12 @@ RDEPEND="
X? ( x11-libs/libxcb )
pipewire? ( media-video/pipewire )
pam? ( sys-libs/pam )
- polkit? (
+ policykit? (
sys-auth/polkit
dev-libs/glib
)
bluetooth? ( net-wireless/bluez )
- network? ( net-misc/networkmanager )
+ networkmanager? ( net-misc/networkmanager )
"
DEPEND="${RDEPEND}"
BDEPEND="
@@ -113,12 +113,12 @@ src_configure() {
-DSERVICE_PIPEWIRE=$(usex pipewire)
-DSERVICE_MPRIS=$(usex mpris)
-DSERVICE_PAM=$(usex pam)
- -DSERVICE_POLKIT=$(usex polkit)
+ -DSERVICE_POLKIT=$(usex policykit)
-DSERVICE_GREETD=$(usex greetd)
-DSERVICE_UPOWER=$(usex upower)
-DSERVICE_NOTIFICATIONS=$(usex notifications)
-DBLUETOOTH=$(usex bluetooth)
- -DNETWORK=$(usex network)
+ -DNETWORK=$(usex networkmanager)
)
cmake_src_configure
}