media-sound/qpwgraph: drop 'trayicon' useflag

Enable it unconditionally, can be disabled in the app's menu

Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
Closes: https://github.com/gentoo/gentoo/pull/38691
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Adel KARA SLIMANE
2024-09-28 20:06:38 +02:00
committed by Andreas Sturmlechner
parent 05e34dd2c9
commit b4285e5d5b
3 changed files with 4 additions and 7 deletions

View File

@@ -13,7 +13,4 @@
<remote-id type="freedesktop-gitlab">rncbc/qpwgraph</remote-id>
<bugs-to>https://gitlab.freedesktop.org/rncbc/qpwgraph/-/issues</bugs-to>
</upstream>
<use>
<flag name="trayicon">Build support for tray icon</flag>
</use>
</pkgmetadata>

View File

@@ -20,7 +20,7 @@ fi
LICENSE="GPL-2"
SLOT="0"
IUSE="alsa trayicon"
IUSE="alsa"
BDEPEND="
dev-qt/qttools:6[linguist]
@@ -36,7 +36,7 @@ RDEPEND="${DEPEND}"
src_configure() {
local mycmakeargs=(
-DCONFIG_ALSA_MIDI=$(usex alsa)
-DCONFIG_SYSTEM_TRAY=$(usex trayicon)
-DCONFIG_SYSTEM_TRAY=1
-DCONFIG_WAYLAND=1
-DCONFIG_QT6=1
)

View File

@@ -20,7 +20,7 @@ fi
LICENSE="GPL-2"
SLOT="0"
IUSE="alsa trayicon"
IUSE="alsa"
BDEPEND="
dev-qt/qttools:6[linguist]
@@ -36,7 +36,7 @@ RDEPEND="${DEPEND}"
src_configure() {
local mycmakeargs=(
-DCONFIG_ALSA_MIDI=$(usex alsa)
-DCONFIG_SYSTEM_TRAY=$(usex trayicon)
-DCONFIG_SYSTEM_TRAY=1
-DCONFIG_WAYLAND=1
-DCONFIG_QT6=1
)