Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-sunpinyin/
Date: Mon, 23 Oct 2017 17:25:06
Message-Id: 1508779482.cce42607170909322cbfe3b5d7a11d84dff9eed6.floppym@gentoo
1 commit: cce42607170909322cbfe3b5d7a11d84dff9eed6
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Thu Oct 19 20:54:45 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 23 17:24:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce42607
7
8 app-i18n/fcitx-sunpinyin: Version bump (0.4.2).
9
10 app-i18n/fcitx-sunpinyin/Manifest | 1 +
11 .../fcitx-sunpinyin/fcitx-sunpinyin-0.4.2.ebuild | 41 ++++++++++++++++++++++
12 2 files changed, 42 insertions(+)
13
14 diff --git a/app-i18n/fcitx-sunpinyin/Manifest b/app-i18n/fcitx-sunpinyin/Manifest
15 index 91c1f13dfb7..00d16875517 100644
16 --- a/app-i18n/fcitx-sunpinyin/Manifest
17 +++ b/app-i18n/fcitx-sunpinyin/Manifest
18 @@ -1,2 +1,3 @@
19 DIST fcitx-sunpinyin-0.4.0.tar.xz 40264 SHA256 366af4123455bd85e5af104ca0368057470079937f79eaa70e58951de4743acc SHA512 53def2f36de0d9517da0d154ae8926075c69a5712bf74a3e5ba5ba6266e2d94152dac77e051473828d98ed6a78d3f10557a8ca2081bf1f799405a4f6a4afb83f WHIRLPOOL 2c92a9d0a9d48eb8e4aca895ccddb91f1d1fbaf137bdc4fe32519cd25a8294be39140d117a0d4d20a5a3fa3c21086bd6edbd44d93fafdf8f885aa7d3d36f9843
20 DIST fcitx-sunpinyin-0.4.1.tar.xz 41076 SHA256 7bd0c61a3c821719760bff72c3c114b28e277b87f54dcb61d83e3548b1eb6777 SHA512 7ad9065d86d7bb3ceb6536a0fe3559bf2ba60aebe69e2f07c8dadad1a0a2283a1b85712105c6c2a2bf19b9645c4392204db9c3d1db234618ba7f62ee44eda85c WHIRLPOOL 9339656a5b8cf1359af8f3ceeaa630862a31d4a1089a4b3a738f65c275f0f61d8d06bbe89e496f8922ba4b09b384d96aeac43d7bdfcf21bdaa555c79efd10709
21 +DIST fcitx-sunpinyin-0.4.2.tar.xz 42984 SHA256 0bf2d72d77732f06e7f04c119507c08b9618b21c4027e3997186bd7e4d0788c4 SHA512 8ade5d94e5227c0b72d2844c09c2699e4b8c66cecbd4107791168d27e15f68b28a4445bf42df7bd6fb44119ec42c5b574293bb417dcde8998578f0debd656a2a WHIRLPOOL 18c55c3e7fd7a5ad8ef52d7734cbe2b65e4ec635535a0ecb841199af5a39ec3ca720807857ada4b493b7c4de80431b74deb0f8a6c8863ed8f1633e6d6a15f33e
22
23 diff --git a/app-i18n/fcitx-sunpinyin/fcitx-sunpinyin-0.4.2.ebuild b/app-i18n/fcitx-sunpinyin/fcitx-sunpinyin-0.4.2.ebuild
24 new file mode 100644
25 index 00000000000..f5626388d9e
26 --- /dev/null
27 +++ b/app-i18n/fcitx-sunpinyin/fcitx-sunpinyin-0.4.2.ebuild
28 @@ -0,0 +1,41 @@
29 +# Copyright 1999-2017 Gentoo Foundation
30 +# Distributed under the terms of the GNU General Public License v2
31 +
32 +EAPI="6"
33 +
34 +inherit cmake-utils gnome2-utils
35 +
36 +if [[ "${PV}" =~ (^|\.)9999$ ]]; then
37 + inherit git-r3
38 +
39 + EGIT_REPO_URI="https://github.com/fcitx/fcitx-sunpinyin"
40 +fi
41 +
42 +DESCRIPTION="Chinese SunPinyin input method for Fcitx"
43 +HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-sunpinyin"
44 +if [[ "${PV}" =~ (^|\.)9999$ ]]; then
45 + SRC_URI=""
46 +else
47 + SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz"
48 +fi
49 +
50 +LICENSE="GPL-2+"
51 +SLOT="4"
52 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
53 +IUSE=""
54 +
55 +RDEPEND=">=app-i18n/fcitx-4.2.9:4
56 + >=app-i18n/sunpinyin-2.0.4_alpha:=
57 + virtual/libintl"
58 +DEPEND="${RDEPEND}
59 + virtual/pkgconfig"
60 +
61 +DOCS=(AUTHORS)
62 +
63 +pkg_postinst() {
64 + gnome2_icon_cache_update
65 +}
66 +
67 +pkg_postrm() {
68 + gnome2_icon_cache_update
69 +}