diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2017-10-19 22:54:45 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-10-23 13:24:42 -0400 |
commit | cce42607170909322cbfe3b5d7a11d84dff9eed6 (patch) | |
tree | a36b38f79b9143cc3ea917ae8110a8223b00ba08 /app-i18n/fcitx-sunpinyin/fcitx-sunpinyin-0.4.2.ebuild | |
parent | app-i18n/fcitx-rime: Update metadata.xml. (diff) | |
download | gentoo-cce42607170909322cbfe3b5d7a11d84dff9eed6.tar.gz gentoo-cce42607170909322cbfe3b5d7a11d84dff9eed6.tar.bz2 gentoo-cce42607170909322cbfe3b5d7a11d84dff9eed6.zip |
app-i18n/fcitx-sunpinyin: Version bump (0.4.2).
Diffstat (limited to 'app-i18n/fcitx-sunpinyin/fcitx-sunpinyin-0.4.2.ebuild')
-rw-r--r-- | app-i18n/fcitx-sunpinyin/fcitx-sunpinyin-0.4.2.ebuild | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/app-i18n/fcitx-sunpinyin/fcitx-sunpinyin-0.4.2.ebuild b/app-i18n/fcitx-sunpinyin/fcitx-sunpinyin-0.4.2.ebuild new file mode 100644 index 000000000000..f5626388d9ed --- /dev/null +++ b/app-i18n/fcitx-sunpinyin/fcitx-sunpinyin-0.4.2.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +inherit cmake-utils gnome2-utils + +if [[ "${PV}" =~ (^|\.)9999$ ]]; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/fcitx/fcitx-sunpinyin" +fi + +DESCRIPTION="Chinese SunPinyin input method for Fcitx" +HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-sunpinyin" +if [[ "${PV}" =~ (^|\.)9999$ ]]; then + SRC_URI="" +else + SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz" +fi + +LICENSE="GPL-2+" +SLOT="4" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND=">=app-i18n/fcitx-4.2.9:4 + >=app-i18n/sunpinyin-2.0.4_alpha:= + virtual/libintl" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +DOCS=(AUTHORS) + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} |