commit:     8970def9a3ad1258b179bb0a32584fe0da5166ab
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 28 11:19:19 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Feb 28 11:27:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8970def9

x11-terms/kitty: call right function for xdg updates

Overlooked that when picked up the package despite
it was using xdg.eclass and latest kitty has a new
.desktop with MimeType.

Closes: https://bugs.gentoo.org/834362
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 x11-terms/kitty/kitty-0.23.1-r1.ebuild | 4 ++--
 x11-terms/kitty/kitty-0.24.2.ebuild    | 2 +-
 x11-terms/kitty/kitty-0.24.3.ebuild    | 2 +-
 x11-terms/kitty/kitty-9999.ebuild      | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/x11-terms/kitty/kitty-0.23.1-r1.ebuild 
b/x11-terms/kitty/kitty-0.23.1-r1.ebuild
index ee5228eceb68..67420a5f1402 100644
--- a/x11-terms/kitty/kitty-0.23.1-r1.ebuild
+++ b/x11-terms/kitty/kitty-0.23.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -109,7 +109,7 @@ src_install() {
 }
 
 pkg_postinst() {
-       xdg_icon_cache_update
+       xdg_pkg_postinst
 
        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-0.24.2.ebuild 
b/x11-terms/kitty/kitty-0.24.2.ebuild
index f12b599aaa04..22dc6f82a916 100644
--- a/x11-terms/kitty/kitty-0.24.2.ebuild
+++ b/x11-terms/kitty/kitty-0.24.2.ebuild
@@ -120,7 +120,7 @@ src_install() {
 }
 
 pkg_postinst() {
-       xdg_icon_cache_update
+       xdg_pkg_postinst
 
        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-0.24.3.ebuild 
b/x11-terms/kitty/kitty-0.24.3.ebuild
index f12b599aaa04..22dc6f82a916 100644
--- a/x11-terms/kitty/kitty-0.24.3.ebuild
+++ b/x11-terms/kitty/kitty-0.24.3.ebuild
@@ -120,7 +120,7 @@ src_install() {
 }
 
 pkg_postinst() {
-       xdg_icon_cache_update
+       xdg_pkg_postinst
 
        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 f12b599aaa04..22dc6f82a916 100644
--- a/x11-terms/kitty/kitty-9999.ebuild
+++ b/x11-terms/kitty/kitty-9999.ebuild
@@ -120,7 +120,7 @@ src_install() {
 }
 
 pkg_postinst() {
-       xdg_icon_cache_update
+       xdg_pkg_postinst
 
        optfeature "in-terminal image display with kitty icat" 
media-gfx/imagemagick
        optfeature "audio-based terminal bell support" media-libs/libcanberra

Reply via email to