diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-12-30 04:11:09 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-12-30 05:32:08 -0500 |
commit | 294d9863a7c6d0d39aa12cb93fe357ed73dad32a (patch) | |
tree | 53d902dc75908e6920282e952f9cf8d78055dd98 /x11-terms | |
parent | app-text/paperwork: fix install with opencl and amd cards (diff) | |
download | gentoo-294d9863a7c6d0d39aa12cb93fe357ed73dad32a.tar.gz gentoo-294d9863a7c6d0d39aa12cb93fe357ed73dad32a.tar.bz2 gentoo-294d9863a7c6d0d39aa12cb93fe357ed73dad32a.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>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/kitty/kitty-0.23.1-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-terms/kitty/kitty-9999.ebuild | 4 |
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 } |