Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty/
Date: Thu, 30 Dec 2021 10:32:44
Message-Id: 1640860328.294d9863a7c6d0d39aa12cb93fe357ed73dad32a.ionen@gentoo
1 commit: 294d9863a7c6d0d39aa12cb93fe357ed73dad32a
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 30 09:11:09 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 30 10:32:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=294d9863
7
8 x11-terms/kitty: remove broken graphicsmagick optfeature
9
10 This only works with imagemagick. It parse outputs of the identify
11 command which mismatches and also call it using "identify -- files"
12 while graphicsmagick (currently) doesn't accept '--'.
13
14 Also (somehwat) clarify that this is for "kitty icat image.png",
15 applications can display images through kitty's graphics protocol
16 using their own image processing dependencies.
17
18 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
19
20 x11-terms/kitty/kitty-0.23.1-r1.ebuild | 4 +---
21 x11-terms/kitty/kitty-9999.ebuild | 4 +---
22 2 files changed, 2 insertions(+), 6 deletions(-)
23
24 diff --git a/x11-terms/kitty/kitty-0.23.1-r1.ebuild b/x11-terms/kitty/kitty-0.23.1-r1.ebuild
25 index ea4af33df1cd..ee5228eceb68 100644
26 --- a/x11-terms/kitty/kitty-0.23.1-r1.ebuild
27 +++ b/x11-terms/kitty/kitty-0.23.1-r1.ebuild
28 @@ -111,8 +111,6 @@ src_install() {
29 pkg_postinst() {
30 xdg_icon_cache_update
31
32 - optfeature "displaying images in the terminal" \
33 - media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick]
34 -
35 + optfeature "in-terminal image display with kitty icat" media-gfx/imagemagick
36 optfeature "audio-based terminal bell support" media-libs/libcanberra
37 }
38
39 diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild
40 index 45697c8607df..f47b4d2c18f8 100644
41 --- a/x11-terms/kitty/kitty-9999.ebuild
42 +++ b/x11-terms/kitty/kitty-9999.ebuild
43 @@ -111,8 +111,6 @@ src_install() {
44 pkg_postinst() {
45 xdg_icon_cache_update
46
47 - optfeature "displaying images in the terminal" \
48 - media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick]
49 -
50 + optfeature "in-terminal image display with kitty icat" media-gfx/imagemagick
51 optfeature "audio-based terminal bell support" media-libs/libcanberra
52 }