fcitx-table-extra-0.3.3.ebuild 557 B

123456789101112131415161718192021222324252627
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit cmake-utils gnome2-utils
  5. DESCRIPTION="Extra tables for Fcitx, including Boshiamy, Zhengma, Cangjie and Quick"
  6. HOMEPAGE="http://fcitx-im.org/"
  7. SRC_URI="https://fcitx.googlecode.com/files/${P}.tar.xz"
  8. LICENSE="GPL-2"
  9. SLOT="0"
  10. KEYWORDS="amd64 ppc ~ppc64 x86"
  11. IUSE=""
  12. RDEPEND=">=app-i18n/fcitx-4.2.7[table]"
  13. DEPEND="${RDEPEND}
  14. virtual/libintl"
  15. pkg_postinst() {
  16. gnome2_icon_cache_update
  17. }
  18. pkg_postrm() {
  19. gnome2_icon_cache_update
  20. }