Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: app-i18n/kcm-fcitx/
Date: Wed, 28 Mar 2018 19:45:55
Message-Id: 1522266342.6eb1ac22a9ef48b9f8d2bb33a35be62baa9bf22c.johu@gentoo
1 commit: 6eb1ac22a9ef48b9f8d2bb33a35be62baa9bf22c
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 28 19:45:42 2018 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 28 19:45:42 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=6eb1ac22
7
8 app-i18n/kcm-fcitx: New package
9
10 Import from gentoo main tree.
11
12 Bug: https://bugs.gentoo.org/635072
13 Package-Manager: Portage-2.3.26, Repoman-2.3.7
14
15 app-i18n/kcm-fcitx/kcm-fcitx-0.4.3.ebuild | 47 ++++++++++++++++++++++++++++
16 app-i18n/kcm-fcitx/kcm-fcitx-4.4.9999.ebuild | 47 ++++++++++++++++++++++++++++
17 app-i18n/kcm-fcitx/metadata.xml | 15 +++++++++
18 3 files changed, 109 insertions(+)
19
20 diff --git a/app-i18n/kcm-fcitx/kcm-fcitx-0.4.3.ebuild b/app-i18n/kcm-fcitx/kcm-fcitx-0.4.3.ebuild
21 new file mode 100644
22 index 0000000..63d4b47
23 --- /dev/null
24 +++ b/app-i18n/kcm-fcitx/kcm-fcitx-0.4.3.ebuild
25 @@ -0,0 +1,47 @@
26 +# Copyright 1999-2018 Gentoo Foundation
27 +# Distributed under the terms of the GNU General Public License v2
28 +
29 +EAPI="6"
30 +
31 +inherit cmake-utils
32 +
33 +if [[ "${PV}" =~ (^|\.)9999$ ]]; then
34 + inherit git-r3
35 +
36 + EGIT_REPO_URI="https://github.com/fcitx/kcm-fcitx"
37 + EGIT_BRANCH="kde4"
38 +fi
39 +
40 +DESCRIPTION="KDE configuration module for Fcitx"
41 +HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/kcm-fcitx"
42 +if [[ "${PV}" =~ (^|\.)9999$ ]]; then
43 + SRC_URI=""
44 +else
45 + SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz"
46 +fi
47 +
48 +LICENSE="GPL-2+"
49 +SLOT="4-plasma4"
50 +KEYWORDS="~amd64 ~x86"
51 +IUSE="minimal"
52 +
53 +RDEPEND=">=app-i18n/fcitx-4.2.9:4[qt4]
54 + dev-qt/qtcore:4
55 + dev-qt/qtdbus:4
56 + dev-qt/qtgui:4
57 + kde-frameworks/kdelibs:4
58 + virtual/libintl
59 + x11-libs/libX11
60 + x11-libs/libxkbfile"
61 +DEPEND="${RDEPEND}
62 + dev-util/automoc
63 + sys-devel/gettext
64 + virtual/pkgconfig"
65 +
66 +src_prepare() {
67 + if use minimal; then
68 + cmake_comment_add_subdirectory layout po
69 + fi
70 +
71 + cmake-utils_src_prepare
72 +}
73
74 diff --git a/app-i18n/kcm-fcitx/kcm-fcitx-4.4.9999.ebuild b/app-i18n/kcm-fcitx/kcm-fcitx-4.4.9999.ebuild
75 new file mode 100644
76 index 0000000..3f695d9
77 --- /dev/null
78 +++ b/app-i18n/kcm-fcitx/kcm-fcitx-4.4.9999.ebuild
79 @@ -0,0 +1,47 @@
80 +# Copyright 1999-2018 Gentoo Foundation
81 +# Distributed under the terms of the GNU General Public License v2
82 +
83 +EAPI="6"
84 +
85 +inherit cmake-utils
86 +
87 +if [[ "${PV}" =~ (^|\.)9999$ ]]; then
88 + inherit git-r3
89 +
90 + EGIT_REPO_URI="https://github.com/fcitx/kcm-fcitx"
91 + EGIT_BRANCH="kde4"
92 +fi
93 +
94 +DESCRIPTION="KDE configuration module for Fcitx"
95 +HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/kcm-fcitx"
96 +if [[ "${PV}" =~ (^|\.)9999$ ]]; then
97 + SRC_URI=""
98 +else
99 + SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz"
100 +fi
101 +
102 +LICENSE="GPL-2+"
103 +SLOT="4-plasma4"
104 +KEYWORDS=""
105 +IUSE="minimal"
106 +
107 +RDEPEND=">=app-i18n/fcitx-4.2.9:4[qt4]
108 + dev-qt/qtcore:4
109 + dev-qt/qtdbus:4
110 + dev-qt/qtgui:4
111 + kde-frameworks/kdelibs:4
112 + virtual/libintl
113 + x11-libs/libX11
114 + x11-libs/libxkbfile"
115 +DEPEND="${RDEPEND}
116 + dev-util/automoc
117 + sys-devel/gettext
118 + virtual/pkgconfig"
119 +
120 +src_prepare() {
121 + if use minimal; then
122 + cmake_comment_add_subdirectory layout po
123 + fi
124 +
125 + cmake-utils_src_prepare
126 +}
127
128 diff --git a/app-i18n/kcm-fcitx/metadata.xml b/app-i18n/kcm-fcitx/metadata.xml
129 new file mode 100644
130 index 0000000..68e0523
131 --- /dev/null
132 +++ b/app-i18n/kcm-fcitx/metadata.xml
133 @@ -0,0 +1,15 @@
134 +<?xml version="1.0" encoding="UTF-8"?>
135 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
136 +<pkgmetadata>
137 + <maintainer type="person">
138 + <email>arfrever.fta@×××××.com</email>
139 + <name>Arfrever Frehtes Taifersar Arahesis</name>
140 + </maintainer>
141 + <maintainer type="project">
142 + <email>cjk@g.o</email>
143 + <name>Cjk</name>
144 + </maintainer>
145 + <upstream>
146 + <remote-id type="github">fcitx/kcm-fcitx</remote-id>
147 + </upstream>
148 +</pkgmetadata>