summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2021-12-30 04:11:09 -0500
committerIonen Wolkens <ionen@gentoo.org>2021-12-30 05:32:08 -0500
commit294d9863a7c6d0d39aa12cb93fe357ed73dad32a (patch)
tree53d902dc75908e6920282e952f9cf8d78055dd98
parentapp-text/paperwork: fix install with opencl and amd cards (diff)
downloadgentoo-294d9863.tar.gz
gentoo-294d9863.tar.bz2
gentoo-294d9863.zip
x11-terms/kitty: remove broken graphicsmagick optfeature
This only works with imagemagick. It parse outputs of the identify command which mismatches and also call it using "identify -- files" while graphicsmagick (currently) doesn't accept '--'. Also (somehwat) clarify that this is for "kitty icat image.png", applications can display images through kitty's graphics protocol using their own image processing dependencies. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
-rw-r--r--x11-terms/kitty/kitty-0.23.1-r1.ebuild4
-rw-r--r--x11-terms/kitty/kitty-9999.ebuild4
2 files changed, 2 insertions, 6 deletions
diff --git a/x11-terms/kitty/kitty-0.23.1-r1.ebuild b/x11-terms/kitty/kitty-0.23.1-r1.ebuild
index ea4af33df1cd..ee5228eceb68 100644
--- a/x11-terms/kitty/kitty-0.23.1-r1.ebuild
+++ b/x11-terms/kitty/kitty-0.23.1-r1.ebuild
@@ -111,8 +111,6 @@ src_install() {
pkg_postinst() {
xdg_icon_cache_update
- optfeature "displaying images in the terminal" \
- media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick]
-
+ optfeature "in-terminal image display with kitty icat" media-gfx/imagemagick
optfeature "audio-based terminal bell support" media-libs/libcanberra
}
diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild
index 45697c8607df..f47b4d2c18f8 100644
--- a/x11-terms/kitty/kitty-9999.ebuild
+++ b/x11-terms/kitty/kitty-9999.ebuild
@@ -111,8 +111,6 @@ src_install() {
pkg_postinst() {
xdg_icon_cache_update
- optfeature "displaying images in the terminal" \
- media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick]
-
+ optfeature "in-terminal image display with kitty icat" media-gfx/imagemagick
optfeature "audio-based terminal bell support" media-libs/libcanberra
}