summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-06-03 02:37:57 -0400
committerIonen Wolkens <ionen@gentoo.org>2024-06-03 02:39:31 -0400
commitec5135aa73a2e56a73df28b4342375b0097be53a (patch)
treea0656d7079ed494649a12609aa0b4e73b3d582b3
parentgnome-extra/cinnamon-session: backport fix for crash in 6.x (diff)
downloadgentoo-ec5135aa73a2e56a73df28b4342375b0097be53a.tar.gz
gentoo-ec5135aa73a2e56a73df28b4342375b0097be53a.tar.bz2
gentoo-ec5135aa73a2e56a73df28b4342375b0097be53a.zip
x11-terms/kitty: advertise startup-notification optfeature
Closes: https://bugs.gentoo.org/933447 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
-rw-r--r--x11-terms/kitty/kitty-0.35.1.ebuild1
-rw-r--r--x11-terms/kitty/kitty-9999.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/x11-terms/kitty/kitty-0.35.1.ebuild b/x11-terms/kitty/kitty-0.35.1.ebuild
index a0231858ba9b..77384a8a8578 100644
--- a/x11-terms/kitty/kitty-0.35.1.ebuild
+++ b/x11-terms/kitty/kitty-0.35.1.ebuild
@@ -188,5 +188,6 @@ pkg_postinst() {
xdg_pkg_postinst
optfeature "audio-based terminal bell support" media-libs/libcanberra
+ use X && optfeature "X11 startup notification support" x11-libs/startup-notification
optfeature "opening links from the terminal" x11-misc/xdg-utils
}
diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild
index a0231858ba9b..77384a8a8578 100644
--- a/x11-terms/kitty/kitty-9999.ebuild
+++ b/x11-terms/kitty/kitty-9999.ebuild
@@ -188,5 +188,6 @@ pkg_postinst() {
xdg_pkg_postinst
optfeature "audio-based terminal bell support" media-libs/libcanberra
+ use X && optfeature "X11 startup notification support" x11-libs/startup-notification
optfeature "opening links from the terminal" x11-misc/xdg-utils
}