fcitx-libpinyin-0.2.1.ebuild 574 B

123456789101112131415161718192021222324252627282930
  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="Libpinyin module for Fcitx"
  6. HOMEPAGE="http://fcitx-im.org/"
  7. SRC_URI="https://fcitx.googlecode.com/files/${P}_dict.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
  13. <app-i18n/libpinyin-0.9.0
  14. dev-libs/glib:2"
  15. DEPEND="${RDEPEND}
  16. virtual/libintl
  17. virtual/pkgconfig"
  18. pkg_postinst() {
  19. gnome2_icon_cache_update
  20. }
  21. pkg_postrm() {
  22. gnome2_icon_cache_update
  23. }