summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-02-28 06:19:19 -0500
committerIonen Wolkens <ionen@gentoo.org>2022-02-28 06:27:40 -0500
commit8970def9a3ad1258b179bb0a32584fe0da5166ab (patch)
treeaab456d5526778e6cccb26dfd5726da88d1792fc /x11-terms
parentapp-emulation/vice: depend on <ffmpeg-5 (diff)
downloadgentoo-8970def9a3ad1258b179bb0a32584fe0da5166ab.tar.gz
gentoo-8970def9a3ad1258b179bb0a32584fe0da5166ab.tar.bz2
gentoo-8970def9a3ad1258b179bb0a32584fe0da5166ab.zip
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@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/kitty/kitty-0.23.1-r1.ebuild4
-rw-r--r--x11-terms/kitty/kitty-0.24.2.ebuild2
-rw-r--r--x11-terms/kitty/kitty-0.24.3.ebuild2
-rw-r--r--x11-terms/kitty/kitty-9999.ebuild2
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