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: Mon, 28 Feb 2022 11:28:27
Message-Id: 1646047660.8970def9a3ad1258b179bb0a32584fe0da5166ab.ionen@gentoo
1 commit: 8970def9a3ad1258b179bb0a32584fe0da5166ab
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 28 11:19:19 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 28 11:27:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8970def9
7
8 x11-terms/kitty: call right function for xdg updates
9
10 Overlooked that when picked up the package despite
11 it was using xdg.eclass and latest kitty has a new
12 .desktop with MimeType.
13
14 Closes: https://bugs.gentoo.org/834362
15 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
16
17 x11-terms/kitty/kitty-0.23.1-r1.ebuild | 4 ++--
18 x11-terms/kitty/kitty-0.24.2.ebuild | 2 +-
19 x11-terms/kitty/kitty-0.24.3.ebuild | 2 +-
20 x11-terms/kitty/kitty-9999.ebuild | 2 +-
21 4 files changed, 5 insertions(+), 5 deletions(-)
22
23 diff --git a/x11-terms/kitty/kitty-0.23.1-r1.ebuild b/x11-terms/kitty/kitty-0.23.1-r1.ebuild
24 index ee5228eceb68..67420a5f1402 100644
25 --- a/x11-terms/kitty/kitty-0.23.1-r1.ebuild
26 +++ b/x11-terms/kitty/kitty-0.23.1-r1.ebuild
27 @@ -1,4 +1,4 @@
28 -# Copyright 1999-2021 Gentoo Authors
29 +# Copyright 1999-2022 Gentoo Authors
30 # Distributed under the terms of the GNU General Public License v2
31
32 EAPI=8
33 @@ -109,7 +109,7 @@ src_install() {
34 }
35
36 pkg_postinst() {
37 - xdg_icon_cache_update
38 + xdg_pkg_postinst
39
40 optfeature "in-terminal image display with kitty icat" media-gfx/imagemagick
41 optfeature "audio-based terminal bell support" media-libs/libcanberra
42
43 diff --git a/x11-terms/kitty/kitty-0.24.2.ebuild b/x11-terms/kitty/kitty-0.24.2.ebuild
44 index f12b599aaa04..22dc6f82a916 100644
45 --- a/x11-terms/kitty/kitty-0.24.2.ebuild
46 +++ b/x11-terms/kitty/kitty-0.24.2.ebuild
47 @@ -120,7 +120,7 @@ src_install() {
48 }
49
50 pkg_postinst() {
51 - xdg_icon_cache_update
52 + xdg_pkg_postinst
53
54 optfeature "in-terminal image display with kitty icat" media-gfx/imagemagick
55 optfeature "audio-based terminal bell support" media-libs/libcanberra
56
57 diff --git a/x11-terms/kitty/kitty-0.24.3.ebuild b/x11-terms/kitty/kitty-0.24.3.ebuild
58 index f12b599aaa04..22dc6f82a916 100644
59 --- a/x11-terms/kitty/kitty-0.24.3.ebuild
60 +++ b/x11-terms/kitty/kitty-0.24.3.ebuild
61 @@ -120,7 +120,7 @@ src_install() {
62 }
63
64 pkg_postinst() {
65 - xdg_icon_cache_update
66 + xdg_pkg_postinst
67
68 optfeature "in-terminal image display with kitty icat" media-gfx/imagemagick
69 optfeature "audio-based terminal bell support" media-libs/libcanberra
70
71 diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild
72 index f12b599aaa04..22dc6f82a916 100644
73 --- a/x11-terms/kitty/kitty-9999.ebuild
74 +++ b/x11-terms/kitty/kitty-9999.ebuild
75 @@ -120,7 +120,7 @@ src_install() {
76 }
77
78 pkg_postinst() {
79 - xdg_icon_cache_update
80 + xdg_pkg_postinst
81
82 optfeature "in-terminal image display with kitty icat" media-gfx/imagemagick
83 optfeature "audio-based terminal bell support" media-libs/libcanberra