aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYOSHIOKA Takuma <lo48576@hard-wi.red>2020-04-11 01:19:33 +0900
committerYOSHIOKA Takuma <lo48576@hard-wi.red>2020-04-11 01:23:38 +0900
commitad1885e13f604c21c72af8561317dbdb78c9be60 (patch)
tree6eb53808e7f43648090d53130e20796095a03fde /app-i18n
parentdev-util/insomnia-bin: remove RESTRICT="bindist mirror" (diff)
downloadguru-ad1885e13f604c21c72af8561317dbdb78c9be60.tar.gz
guru-ad1885e13f604c21c72af8561317dbdb78c9be60.tar.bz2
guru-ad1885e13f604c21c72af8561317dbdb78c9be60.zip
app-i18n/fcitx-skk: use newer EAPI and eclasses
Package-Manager: Portage-2.3.98, Repoman-2.3.22 Signed-off-by: YOSHIOKA Takuma <lo48576@hard-wi.red>
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/fcitx-skk/fcitx-skk-0.1.4.ebuild14
1 files changed, 3 insertions, 11 deletions
diff --git a/app-i18n/fcitx-skk/fcitx-skk-0.1.4.ebuild b/app-i18n/fcitx-skk/fcitx-skk-0.1.4.ebuild
index 3e8c83dd2..1f2a6cea4 100644
--- a/app-i18n/fcitx-skk/fcitx-skk-0.1.4.ebuild
+++ b/app-i18n/fcitx-skk/fcitx-skk-0.1.4.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit cmake-utils xdg-utils
+inherit xdg cmake
DESCRIPTION="An input method engine for Fcitx"
HOMEPAGE="https://gitlab.com/fcitx/fcitx-skk"
@@ -29,13 +29,5 @@ src_configure() {
local mycmakeargs=(
-DENABLE_QT=$(usex qt5)
)
- cmake-utils_src_configure
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
+ cmake_src_configure
}