commit: bc38b9381e6354aee841c18fe54307d251de802b
Author: Maxwell Blake <frailedev <AT> proton <DOT> me>
AuthorDate: Sun Jul 27 15:55:03 2025 +0000
Commit: Maxwell Blake <frailedev <AT> proton <DOT> me>
CommitDate: Sun Jul 27 15:55:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bc38b938
gui-apps/quickshell: add 0.2.0, drop 0.1.0, add bluetooth USE flag
Signed-off-by: Maxwell Blake <frailedev <AT> proton.me>
gui-apps/quickshell/Manifest | 2 +-
gui-apps/quickshell/metadata.xml | 3 ++-
.../quickshell/{quickshell-0.1.0.ebuild => quickshell-0.2.0.ebuild} | 4 +++-
gui-apps/quickshell/quickshell-9999.ebuild | 4 +++-
4 files changed, 9 insertions(+), 4 deletions(-)
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 @@
<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>
</use>
<upstream>
- <doc>https://quickshell.org/docs/</doc>
+ <doc>https://quickshell.org/about/</doc>
<bugs-to>https://github.com/quickshell-mirror/quickshell/issues</bugs-to>
<remote-id
type="github">quickshell-mirror/quickshell</remote-id>
</upstream>
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
}