gui-apps/quickshell: add 0.2.0, drop 0.1.0, add bluetooth USE flag

Signed-off-by: Maxwell Blake <frailedev@proton.me>
This commit is contained in:
Maxwell Blake
2025-07-27 17:55:03 +02:00
parent 3e2cc8e993
commit bc38b9381e
4 changed files with 9 additions and 4 deletions

View File

@@ -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

View File

@@ -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>

View File

@@ -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
}

View File

@@ -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
}