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-configtool/
Date: Thu, 21 Sep 2017 21:06:17
Message-Id: 1506027839.5ae1078a706628247d4a35451d61c325fa123c4f.floppym@gentoo
1 commit: 5ae1078a706628247d4a35451d61c325fa123c4f
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Thu Sep 21 18:59:35 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 21 21:03:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ae1078a
7
8 app-i18n/fcitx-configtool: Version bump (0.4.10).
9
10 app-i18n/fcitx-configtool/Manifest | 1 +
11 .../fcitx-configtool-0.4.10.ebuild | 43 ++++++++++++++++++++++
12 2 files changed, 44 insertions(+)
13
14 diff --git a/app-i18n/fcitx-configtool/Manifest b/app-i18n/fcitx-configtool/Manifest
15 index a268576b60c..34fce1a3e93 100644
16 --- a/app-i18n/fcitx-configtool/Manifest
17 +++ b/app-i18n/fcitx-configtool/Manifest
18 @@ -1,3 +1,4 @@
19 +DIST fcitx-configtool-0.4.10.tar.xz 50440 SHA256 bcc4976976bfbddbfec3f689f38927fbabc7f7fa611ea252a789583ea14cd1fb SHA512 1c1267e9de694bbd5f258b5bba1e7514c4f8556cdc82a1cce5eafd8a4ec571955285dade0acd02f128eca01f867a30c5c6264ee7e91d32a333eba6e4d275fe8f WHIRLPOOL bbbc2a5c9d2247312b00c75a2469ec11f2992d8ca9d5b6bc7fec7b395973dd64fb3c7aed796682ea2a819f227daddb371a565cbedab7ba2b08838a74051c8417
20 DIST fcitx-configtool-0.4.6.tar.xz 41992 SHA256 8d64107f9f12b4f2cbd82e40b87a2dc4dc76d0ff854481c1103d5e9a2c2e129d SHA512 946bceb77fc6d14210154d9264c86d3333f910893cf3054f65eab72641421847e8ac003889b742f4c28f74c8ab1cfbcfb82abe35ea83ca2548cfc1decc92fc4c WHIRLPOOL 58f8a420f6c98cb6d710bd05d8ca2a3ca48a115015e6de98b105bf71b59bf3dab34eb63009d763dc7a3554fa6ec0b442e8bb277f890230dd94ec371397a6766c
21 DIST fcitx-configtool-0.4.8.tar.xz 47196 SHA256 0ebc06d9d325fed096e9cb61fe53b82000d2de0e9aefe5945ba8f0aa2ca851ed SHA512 7b3c43b9d7d1dab04880effe6fc4e80e64c9bad34699c0c8d2992ec971605ef2eaa0b1fb13f71a582289c75560c3edc95af21f6413ac2bb594d5cdb31a0b4cb7 WHIRLPOOL a1817bcc9d6bdcd96e66dbe71d44cb66d6b66802e366b8f21d5f922495176463fc23adff2bbdbfb4003ddcef43839fab06715231fdaada8714eec1e3a073f18f
22 DIST fcitx-configtool-0.4.9.tar.xz 48796 SHA256 592075d28224f8ce5304281c507ab2f9a9dd93f118eeec30d442ff3db214f9fa SHA512 800c731b370ace833179560260df7ffc9c0235c4f3257e8a99a0194f2fd06b71f738e6c77985871c3368179f944da2165dac5d4a8f7ba083519cb2509a9eb62b WHIRLPOOL ae5157178cbaedd66512da6548e79b0a09dd11e4ce8797ae3387c698cd33b51facf1153dca0d3e16cbf77a01959d01251a5dcd7fb6b30f119807d56a2a0f8470
23
24 diff --git a/app-i18n/fcitx-configtool/fcitx-configtool-0.4.10.ebuild b/app-i18n/fcitx-configtool/fcitx-configtool-0.4.10.ebuild
25 new file mode 100644
26 index 00000000000..28b6f212a5c
27 --- /dev/null
28 +++ b/app-i18n/fcitx-configtool/fcitx-configtool-0.4.10.ebuild
29 @@ -0,0 +1,43 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI="6"
34 +
35 +inherit cmake-utils
36 +
37 +if [[ "${PV}" == "9999" ]]; then
38 + inherit git-r3
39 +
40 + EGIT_REPO_URI="https://github.com/fcitx/fcitx-configtool"
41 +fi
42 +
43 +DESCRIPTION="GTK+ GUI configuration tool for Fcitx"
44 +HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-configtool"
45 +if [[ "${PV}" == "9999" ]]; then
46 + SRC_URI=""
47 +else
48 + SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz"
49 +fi
50 +
51 +LICENSE="GPL-2+"
52 +SLOT="4"
53 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
54 +IUSE=""
55 +
56 +RDEPEND=">=app-i18n/fcitx-4.2.9:4
57 + app-text/iso-codes
58 + dev-libs/glib:2
59 + x11-libs/gtk+:3"
60 +DEPEND="${RDEPEND}
61 + virtual/pkgconfig"
62 +
63 +DOCS=()
64 +
65 +src_configure() {
66 + local mycmakeargs=(
67 + -DENABLE_GTK2=OFF
68 + -DENABLE_GTK3=ON
69 + )
70 +
71 + cmake-utils_src_configure
72 +}