diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2020-09-23 00:00:00 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-09-24 10:26:44 -0400 |
commit | ec6fcab2afce090a412501d037d1898b4f5c3b08 (patch) | |
tree | 28a2347b5c530d0c566aa7b46a2e92ae3db75824 /app-i18n | |
parent | dev-db/sqlite: 3.33.0 AMD64/X86 stabilization. (diff) | |
download | gentoo-ec6fcab2afce090a412501d037d1898b4f5c3b08.tar.gz gentoo-ec6fcab2afce090a412501d037d1898b4f5c3b08.tar.bz2 gentoo-ec6fcab2afce090a412501d037d1898b4f5c3b08.zip |
app-i18n/fcitx-libpinyin: Use xdg-utils.eclass.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.5.3.ebuild | 6 | ||||
-rw-r--r-- | app-i18n/fcitx-libpinyin/fcitx-libpinyin-4.9999.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.5.3.ebuild b/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.5.3.ebuild index 941ab64d0264..079c6e3c5fa3 100644 --- a/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.5.3.ebuild +++ b/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.5.3.ebuild @@ -3,7 +3,7 @@ EAPI="6" -inherit cmake-utils gnome2-utils +inherit cmake-utils xdg-utils if [[ "${PV}" =~ (^|\.)9999$ ]]; then inherit git-r3 @@ -60,9 +60,9 @@ src_configure() { } pkg_postinst() { - gnome2_icon_cache_update + xdg_icon_cache_update } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update } diff --git a/app-i18n/fcitx-libpinyin/fcitx-libpinyin-4.9999.ebuild b/app-i18n/fcitx-libpinyin/fcitx-libpinyin-4.9999.ebuild index 66cc6ae0ed8d..af2da3f65dcd 100644 --- a/app-i18n/fcitx-libpinyin/fcitx-libpinyin-4.9999.ebuild +++ b/app-i18n/fcitx-libpinyin/fcitx-libpinyin-4.9999.ebuild @@ -3,7 +3,7 @@ EAPI="6" -inherit cmake-utils gnome2-utils +inherit cmake-utils xdg-utils if [[ "${PV}" =~ (^|\.)9999$ ]]; then inherit git-r3 @@ -60,9 +60,9 @@ src_configure() { } pkg_postinst() { - gnome2_icon_cache_update + xdg_icon_cache_update } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update } |