diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2020-09-23 02:00:00 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-09-24 10:26:44 -0400 |
commit | 5e7f8b7e41fffcc7fbc849305a60ec0f5c41a0d0 (patch) | |
tree | 9cace3ebfc5e31e8ac5c728bf1e47892a8ddfc5a /app-i18n | |
parent | app-i18n/fcitx-rime: Use xdg-utils.eclass. (diff) | |
download | gentoo-5e7f8b7e41fffcc7fbc849305a60ec0f5c41a0d0.tar.gz gentoo-5e7f8b7e41fffcc7fbc849305a60ec0f5c41a0d0.tar.bz2 gentoo-5e7f8b7e41fffcc7fbc849305a60ec0f5c41a0d0.zip |
app-i18n/fcitx-table-extra: 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-table-extra/fcitx-table-extra-0.3.8.ebuild | 6 | ||||
-rw-r--r-- | app-i18n/fcitx-table-extra/fcitx-table-extra-4.9999.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-i18n/fcitx-table-extra/fcitx-table-extra-0.3.8.ebuild b/app-i18n/fcitx-table-extra/fcitx-table-extra-0.3.8.ebuild index 24bb5f73b8b4..b059a1678b33 100644 --- a/app-i18n/fcitx-table-extra/fcitx-table-extra-0.3.8.ebuild +++ b/app-i18n/fcitx-table-extra/fcitx-table-extra-0.3.8.ebuild @@ -3,7 +3,7 @@ EAPI="6" -inherit cmake-utils gnome2-utils +inherit cmake-utils xdg-utils if [[ "${PV}" =~ (^|\.)9999$ ]]; then inherit git-r3 @@ -31,9 +31,9 @@ DEPEND="${RDEPEND} DOCS=(AUTHORS) 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-table-extra/fcitx-table-extra-4.9999.ebuild b/app-i18n/fcitx-table-extra/fcitx-table-extra-4.9999.ebuild index ac818b0f0b30..b2d44e1de0f0 100644 --- a/app-i18n/fcitx-table-extra/fcitx-table-extra-4.9999.ebuild +++ b/app-i18n/fcitx-table-extra/fcitx-table-extra-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 @@ -31,9 +31,9 @@ DEPEND="${RDEPEND} DOCS=(AUTHORS) pkg_postinst() { - gnome2_icon_cache_update + xdg_icon_cache_update } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update } |