commit:     08a06f29f23a9e589f62f2f46d81c7f6e6b47ec5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 22 12:45:49 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 22 12:48:59 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08a06f29

app-office/orage: Support enabling tray icon again

Closes: https://bugs.gentoo.org/949351
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-office/orage/orage-4.20.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-office/orage/orage-4.20.1.ebuild 
b/app-office/orage/orage-4.20.1.ebuild
index 1fac365ef8cd..fc13997c98d0 100644
--- a/app-office/orage/orage-4.20.1.ebuild
+++ b/app-office/orage/orage-4.20.1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2";
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
-IUSE="libnotify"
+IUSE="X libnotify"
 
 DEPEND="
        >=dev-libs/glib-2.58.0
@@ -38,6 +38,7 @@ BDEPEND="
 src_configure() {
        local myconf=(
                $(use_enable libnotify)
+               $(use_enable X x11-tray-icon)
        )
 
        econf "${myconf[@]}"

Reply via email to