commit:     c8ea0e71e3b4a865c648d066652ae7ab9507b9f6
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 20 14:54:40 2025 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Jun 20 15:22:32 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8ea0e71

media-fonts/noto-emoji: Update icon cache

Thanks-to: Toralf Förster
Closes: https://bugs.gentoo.org/957957
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 media-fonts/noto-emoji/noto-emoji-20241003.ebuild | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/media-fonts/noto-emoji/noto-emoji-20241003.ebuild 
b/media-fonts/noto-emoji/noto-emoji-20241003.ebuild
index 45c7b4d5a1eb..bbda3010b1df 100644
--- a/media-fonts/noto-emoji/noto-emoji-20241003.ebuild
+++ b/media-fonts/noto-emoji/noto-emoji-20241003.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-inherit font
+inherit font xdg-utils
 
 DESCRIPTION="Google Noto Emoji fonts"
 HOMEPAGE="https://fonts.google.com/noto/specimen/Noto+Color+Emoji 
https://fonts.google.com/noto/specimen/Noto+Emoji
@@ -56,3 +56,11 @@ src_install() {
 
        dodoc README.md
 }
+
+pkg_postinst() {
+       use icons && xdg_icon_cache_update
+}
+
+pkg_postrm() {
+       use icons && xdg_icon_cache_update
+}

Reply via email to