gui-apps/quickshell: remake use flags, add 0.2.1-r1, drop 0.2.1

* Missing USE flags were added and others merged (i.e. Hyprland)
* Add myself as a maintainer

Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
dsaf
2026-03-09 20:32:53 -03:00
parent cddf9ea044
commit 4ed90d44b0
3 changed files with 86 additions and 37 deletions

View File

@@ -5,13 +5,16 @@
<email>frailedev@proton.me</email>
<name>Maxwell Blake</name>
</maintainer>
<maintainer type="person">
<email>ghostyn678+git@gmail.com</email>
<name>dsaf</name>
</maintainer>
<longdescription>
Quickshell is a toolkit for building status bars, widgets, lockscreens,
and other desktop components using QtQuick. It can be used alongside
your wayland compositor or window manager to build a complete desktop environment.
your wayland compositor or window manager to build a complete desktop environment.
</longdescription>
<use>
<flag name="breakpad">Enable Google's <pkg>dev-util/breakpad</pkg> crash reporter</flag>
<flag name="sockets">Enable Unix Sockets (WARNING: Disabling is unsafe!)</flag>
<flag name="layer-shell">Enable wlroots layershell integration through the zwlr-layer-shell-v1 protocol</flag>
<flag name="session-lock">Enable session lock support through the ext-session-lock-v1 protocol</flag>
@@ -23,11 +26,11 @@
<flag name="pam">Enable <pkg>sys-libs/pam</pkg> integration for user authentication</flag>
<flag name="polkit">Enable creating <pkg>sys-auth/polkit</pkg> agents that can prompt user for authentication</flag>
<flag name="hyprland">Enable <pkg>gui-wm/hyprland</pkg> specific integrations</flag>
<flag name="hyprland-global-shortcuts">Enable creation of global shortcuts under <pkg>gui-wm/hyprland</pkg> through the hyprland-global-shortcuts-v1 protocol</flag>
<flag name="hyprland-focus-grab">Enables windows to grab focus on <pkg>gui-wm/hyprland</pkg> through the hyprland-focus-grab-v1 protocol</flag>
<flag name="i3">Enable <pkg>x11-wm/i3</pkg> and <pkg>gui-wm/sway</pkg> specific features</flag>
<flag name="i3-ipc">Enable interfacing with <pkg>x11-wm/i3</pkg> and <pkg>gui-wm/sway</pkg>'s IPC</flag>
<flag name="bluetooth">Enable Bluetooth integration using <pkg>net-wireless/bluez</pkg></flag>
<flag name="greetd">Enable <pkg>gui-libs/greetd</pkg> integration</flag>
<flag name="network">Enable Network integration using <pkg>net-misc/networkmanager</pkg></flag>
<flag name="notifications">Enable notifications service integration</flag>
</use>
<upstream>
<doc>https://quickshell.org/about/</doc>