mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
gui-apps/noctalia-qs: align use flags with global ones
Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
@@ -11,26 +11,20 @@
|
||||
It serves as the shell framework powering Noctalia Shell.
|
||||
</longdescription>
|
||||
<use>
|
||||
<flag name="bluetooth">Enable Bluetooth integration using <pkg>net-wireless/bluez</pkg></flag>
|
||||
<flag name="dwl">Enable <pkg>gui-wm/dwl</pkg> specific integrations</flag>
|
||||
<flag name="greetd">Enable <pkg>gui-libs/greetd</pkg> integration</flag>
|
||||
<flag name="hyprland">Enable hyprland specific integrations</flag>
|
||||
<flag name="i3">Enable <pkg>x11-wm/i3</pkg> and <pkg>gui-wm/sway</pkg> specific features</flag>
|
||||
<flag name="jemalloc">Use <pkg>dev-libs/jemalloc</pkg> as the memory allocator for improved performance</flag>
|
||||
<flag name="layer-shell">Enable wlroots layershell integration through the zwlr-layer-shell-v1 protocol</flag>
|
||||
<flag name="mpris">Enable access to MPRIS compatible media players using its dbus protocol</flag>
|
||||
<flag name="network">Enable Network integration using <pkg>net-misc/networkmanager</pkg></flag>
|
||||
<flag name="niri">Enable <pkg>gui-wm/niri</pkg> specific integrations via its IPC protocol</flag>
|
||||
<flag name="notifications">Enable notifications service integration</flag>
|
||||
<flag name="pam">Enable <pkg>sys-libs/pam</pkg> integration for user authentication</flag>
|
||||
<flag name="pipewire">Enable viewing and management of <pkg>media-video/pipewire</pkg> nodes</flag>
|
||||
<flag name="polkit">Enable creating <pkg>sys-auth/polkit</pkg> agents that can prompt user for authentication</flag>
|
||||
<flag name="screencopy">Enable streaming video from monitors and toplevel windows through various protocols</flag>
|
||||
<flag name="session-lock">Enable session lock support through the ext-session-lock-v1 protocol</flag>
|
||||
<flag name="sockets">Enable Unix Sockets (WARNING: Disabling is unsafe!)</flag>
|
||||
<flag name="toplevel-management">Enable management of windows through zwlr-foreign-toplevel-management-v1 protocol</flag>
|
||||
<flag name="tray">Enable system tray support using the status notifier dbus protocol</flag>
|
||||
<flag name="upower">Enable power management integration via <pkg>sys-power/upower</pkg></flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="github">noctalia-dev/noctalia-qs</remote-id>
|
||||
|
||||
@@ -24,7 +24,7 @@ SLOT="0"
|
||||
# Upstream recommends leaving all build options enabled by default
|
||||
IUSE="
|
||||
+bluetooth +dwl +greetd +hyprland +i3 +jemalloc +layer-shell
|
||||
+mpris +network +niri +notifications +pam +pipewire +polkit
|
||||
+mpris +networkmanager +niri +notifications +pam +pipewire +policykit
|
||||
+screencopy +session-lock +sockets +tray +toplevel-management
|
||||
+upower +wayland +X
|
||||
"
|
||||
@@ -44,10 +44,10 @@ RDEPEND="
|
||||
dev-qt/qtsvg:6=
|
||||
bluetooth? ( net-wireless/bluez )
|
||||
jemalloc? ( dev-libs/jemalloc )
|
||||
network? ( net-misc/networkmanager )
|
||||
networkmanager? ( net-misc/networkmanager )
|
||||
pam? ( sys-libs/pam )
|
||||
pipewire? ( media-video/pipewire )
|
||||
polkit? (
|
||||
policykit? (
|
||||
dev-libs/glib
|
||||
sys-auth/polkit
|
||||
)
|
||||
@@ -100,7 +100,7 @@ src_configure() {
|
||||
-DHYPRLAND_SURFACE_EXTENSIONS=${_hyprland}
|
||||
-DI3=${_i3}
|
||||
-DI3_IPC=${_i3}
|
||||
-DNETWORK=$(usex network)
|
||||
-DNETWORK=$(usex networkmanager)
|
||||
-DNIRI=${_niri}
|
||||
-DNIRI_IPC=${_niri}
|
||||
-DSCREENCOPY=${_screencopy}
|
||||
@@ -112,7 +112,7 @@ src_configure() {
|
||||
-DSERVICE_NOTIFICATIONS=$(usex notifications)
|
||||
-DSERVICE_PAM=$(usex pam)
|
||||
-DSERVICE_PIPEWIRE=$(usex pipewire)
|
||||
-DSERVICE_POLKIT=$(usex polkit)
|
||||
-DSERVICE_POLKIT=$(usex policykit)
|
||||
-DSERVICE_STATUS_NOTIFIER=$(usex tray)
|
||||
-DSERVICE_UPOWER=$(usex upower)
|
||||
-DSOCKETS=$(usex sockets)
|
||||
|
||||
@@ -24,7 +24,7 @@ SLOT="0"
|
||||
# Upstream recommends leaving all build options enabled by default
|
||||
IUSE="
|
||||
+bluetooth +dwl +greetd +hyprland +i3 +jemalloc +layer-shell
|
||||
+mpris +network +niri +notifications +pam +pipewire +polkit
|
||||
+mpris +networkmanager +niri +notifications +pam +pipewire +policykit
|
||||
+screencopy +session-lock +sockets +tray +toplevel-management
|
||||
+upower +wayland +X
|
||||
"
|
||||
@@ -44,10 +44,10 @@ RDEPEND="
|
||||
dev-qt/qtsvg:6=
|
||||
bluetooth? ( net-wireless/bluez )
|
||||
jemalloc? ( dev-libs/jemalloc )
|
||||
network? ( net-misc/networkmanager )
|
||||
networkmanager? ( net-misc/networkmanager )
|
||||
pam? ( sys-libs/pam )
|
||||
pipewire? ( media-video/pipewire )
|
||||
polkit? (
|
||||
policykit? (
|
||||
dev-libs/glib
|
||||
sys-auth/polkit
|
||||
)
|
||||
@@ -100,7 +100,7 @@ src_configure() {
|
||||
-DHYPRLAND_SURFACE_EXTENSIONS=${_hyprland}
|
||||
-DI3=${_i3}
|
||||
-DI3_IPC=${_i3}
|
||||
-DNETWORK=$(usex network)
|
||||
-DNETWORK=$(usex networkmanager)
|
||||
-DNIRI=${_niri}
|
||||
-DNIRI_IPC=${_niri}
|
||||
-DSCREENCOPY=${_screencopy}
|
||||
@@ -112,7 +112,7 @@ src_configure() {
|
||||
-DSERVICE_NOTIFICATIONS=$(usex notifications)
|
||||
-DSERVICE_PAM=$(usex pam)
|
||||
-DSERVICE_PIPEWIRE=$(usex pipewire)
|
||||
-DSERVICE_POLKIT=$(usex polkit)
|
||||
-DSERVICE_POLKIT=$(usex policykit)
|
||||
-DSERVICE_STATUS_NOTIFIER=$(usex tray)
|
||||
-DSERVICE_UPOWER=$(usex upower)
|
||||
-DSOCKETS=$(usex sockets)
|
||||
|
||||
@@ -27,8 +27,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
|
||||
lto
|
||||
"
|
||||
REQUIRED_USE="
|
||||
@@ -56,12 +56,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)
|
||||
-DLTO=$(usex lto)
|
||||
)
|
||||
cmake_src_configure
|
||||
|
||||
@@ -22,7 +22,7 @@ SLOT="0"
|
||||
# Upstream recommends leaving all build options enabled by default
|
||||
IUSE="
|
||||
+bluetooth +dwl +greetd +hyprland +i3 +jemalloc +layer-shell
|
||||
+mpris +network +niri +notifications +pam +pipewire +polkit
|
||||
+mpris +networkmanager +niri +notifications +pam +pipewire +policykit
|
||||
+screencopy +session-lock +sockets +tray +toplevel-management
|
||||
+upower +wayland +X
|
||||
"
|
||||
@@ -42,10 +42,10 @@ RDEPEND="
|
||||
dev-qt/qtsvg:6=
|
||||
bluetooth? ( net-wireless/bluez )
|
||||
jemalloc? ( dev-libs/jemalloc )
|
||||
network? ( net-misc/networkmanager )
|
||||
networkmanager? ( net-misc/networkmanager )
|
||||
pam? ( sys-libs/pam )
|
||||
pipewire? ( media-video/pipewire )
|
||||
polkit? (
|
||||
policykit? (
|
||||
dev-libs/glib
|
||||
sys-auth/polkit
|
||||
)
|
||||
@@ -98,7 +98,7 @@ src_configure() {
|
||||
-DHYPRLAND_SURFACE_EXTENSIONS=${_hyprland}
|
||||
-DI3=${_i3}
|
||||
-DI3_IPC=${_i3}
|
||||
-DNETWORK=$(usex network)
|
||||
-DNETWORK=$(usex networkmanager)
|
||||
-DNIRI=${_niri}
|
||||
-DNIRI_IPC=${_niri}
|
||||
-DSCREENCOPY=${_screencopy}
|
||||
@@ -110,7 +110,7 @@ src_configure() {
|
||||
-DSERVICE_NOTIFICATIONS=$(usex notifications)
|
||||
-DSERVICE_PAM=$(usex pam)
|
||||
-DSERVICE_PIPEWIRE=$(usex pipewire)
|
||||
-DSERVICE_POLKIT=$(usex polkit)
|
||||
-DSERVICE_POLKIT=$(usex policykit)
|
||||
-DSERVICE_STATUS_NOTIFIER=$(usex tray)
|
||||
-DSERVICE_UPOWER=$(usex upower)
|
||||
-DSOCKETS=$(usex sockets)
|
||||
|
||||
Reference in New Issue
Block a user