diff --git a/gui-apps/quickshell/Manifest b/gui-apps/quickshell/Manifest
index 4b871b0e99..ddc9b07aa4 100644
--- a/gui-apps/quickshell/Manifest
+++ b/gui-apps/quickshell/Manifest
@@ -1 +1 @@
-DIST quickshell-0.1.0.tar.gz 369099 BLAKE2B 3cd5ce49f39fab174ed548edd063312d724c6ef280b7689059051213e9fc9b8deb1423d459455029372ce07af066b0c300a797086cbdc636717a4641677fce25 SHA512 254e8e967c185b92d4dbbb204323dfcc2f46eb419675e6e475113a2e48c2dafbb700ec3e31a6937094cfe0dd409e869471231db188753b99047e8a627ef821c6
+DIST quickshell-0.2.0.tar.gz 398669 BLAKE2B 040e2bcee0b60fcef27b094df28e325e3142fd45ec705d901f1d13d681ea0e17bc78f3ee563e99d1c12735e04650dbca413757cdf2813ed057c307cef6df768b SHA512 b05fdb646a38d884affd1230967643d5101317fecad71489b46412f1bb54e2b2af4e5f7e20d0a30de02b92262252519a5a75ed6128f63a3002055b689267037d
diff --git a/gui-apps/quickshell/metadata.xml b/gui-apps/quickshell/metadata.xml
index fc01fbfbf2..e757f7b462 100644
--- a/gui-apps/quickshell/metadata.xml
+++ b/gui-apps/quickshell/metadata.xml
@@ -25,9 +25,10 @@
Enables windows to grab focus on gui-wm/hyprland through the hyprland-focus-grab-v1 protocol
Enable x11-wm/i3 and gui-wm/sway specific features
Enable interfacing with x11-wm/i3 and gui-wm/sway's IPC
+ Enable Bluetooth integration using net-wireless/bluez
- https://quickshell.org/docs/
+ https://quickshell.org/about/
https://github.com/quickshell-mirror/quickshell/issues
quickshell-mirror/quickshell
diff --git a/gui-apps/quickshell/quickshell-0.1.0.ebuild b/gui-apps/quickshell/quickshell-0.2.0.ebuild
similarity index 95%
rename from gui-apps/quickshell/quickshell-0.1.0.ebuild
rename to gui-apps/quickshell/quickshell-0.2.0.ebuild
index 0e975e9fa3..1b7803a101 100644
--- a/gui-apps/quickshell/quickshell-0.1.0.ebuild
+++ b/gui-apps/quickshell/quickshell-0.2.0.ebuild
@@ -19,7 +19,7 @@ fi
LICENSE="LGPL-3"
SLOT="0"
# Upstream recommends leaving all build options enabled by default
-IUSE="+breakpad +jemalloc +sockets +wayland +layer-shell +session-lock +toplevel-management +screencopy +X +pipewire +tray +mpris +pam +hyprland +hyprland-global-shortcuts +hyprland-focus-grab +i3 +i3-ipc"
+IUSE="+breakpad +jemalloc +sockets +wayland +layer-shell +session-lock +toplevel-management +screencopy +X +pipewire +tray +mpris +pam +hyprland +hyprland-global-shortcuts +hyprland-focus-grab +i3 +i3-ipc +bluetooth"
RDEPEND="
dev-qt/qtbase:6
@@ -37,6 +37,7 @@ RDEPEND="
pipewire? ( media-video/pipewire )
mpris? ( dev-qt/qtdbus )
pam? ( sys-libs/pam )
+ bluetooth? ( net-wireless/bluez )
"
DEPEND="${RDEPEND}"
BDEPEND="
@@ -77,6 +78,7 @@ src_configure(){
-DHYPRLAND_FOCUS_GRAB=$(usex hyprland-focus-grab)
-DI3=$(usex i3 ON OFF)
-DI3_IPC=$(usex i3-ipc ON OFF)
+ -DBLUETOOTH=$(usex bluetooth ON OFF)
)
cmake_src_configure
}
diff --git a/gui-apps/quickshell/quickshell-9999.ebuild b/gui-apps/quickshell/quickshell-9999.ebuild
index 0e975e9fa3..1b7803a101 100644
--- a/gui-apps/quickshell/quickshell-9999.ebuild
+++ b/gui-apps/quickshell/quickshell-9999.ebuild
@@ -19,7 +19,7 @@ fi
LICENSE="LGPL-3"
SLOT="0"
# Upstream recommends leaving all build options enabled by default
-IUSE="+breakpad +jemalloc +sockets +wayland +layer-shell +session-lock +toplevel-management +screencopy +X +pipewire +tray +mpris +pam +hyprland +hyprland-global-shortcuts +hyprland-focus-grab +i3 +i3-ipc"
+IUSE="+breakpad +jemalloc +sockets +wayland +layer-shell +session-lock +toplevel-management +screencopy +X +pipewire +tray +mpris +pam +hyprland +hyprland-global-shortcuts +hyprland-focus-grab +i3 +i3-ipc +bluetooth"
RDEPEND="
dev-qt/qtbase:6
@@ -37,6 +37,7 @@ RDEPEND="
pipewire? ( media-video/pipewire )
mpris? ( dev-qt/qtdbus )
pam? ( sys-libs/pam )
+ bluetooth? ( net-wireless/bluez )
"
DEPEND="${RDEPEND}"
BDEPEND="
@@ -77,6 +78,7 @@ src_configure(){
-DHYPRLAND_FOCUS_GRAB=$(usex hyprland-focus-grab)
-DI3=$(usex i3 ON OFF)
-DI3_IPC=$(usex i3-ipc ON OFF)
+ -DBLUETOOTH=$(usex bluetooth ON OFF)
)
cmake_src_configure
}