[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-rime/

2024-02-06 Thread WANG Xuerui
commit: 50ba2f6c2828198cea145470e93afc99d8b3eebc
Author: Ryan Qian  bitbili  net>
AuthorDate: Fri Feb  2 13:55:07 2024 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed Feb  7 05:16:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50ba2f6c

app-i18n/fcitx-rime: fix icon collision between slot 4 and 5

Since the corresponding major dependencies app-i18n/fcitx:5 and
app-i18n/fcitx:4 are mutually blocked, it is sufficient to make these
two also mutually blocked.

Closes: https://bugs.gentoo.org/923579
Signed-off-by: Ryan Qian  bitbili.net>
Signed-off-by: WANG Xuerui  gentoo.org>

 app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild 
b/app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild
index e480e0cabd8b..dd6e94808af2 100644
--- a/app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild
+++ b/app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild
@@ -15,6 +15,7 @@ SLOT="5"
 KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
 
 DEPEND="
+   !app-i18n/fcitx-rime:4
>=app-i18n/fcitx-5.1.2:5
app-i18n/librime
app-i18n/rime-data



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-rime/

2024-01-17 Thread WANG Xuerui
commit: 42a82c1486640e6f26b5cbf1873e6f4e7bd7e95c
Author: Yongxiang Liang  gmail  com>
AuthorDate: Wed Jan 17 11:08:56 2024 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed Jan 17 17:03:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42a82c14

app-i18n/fcitx-rime: Fix dependency on librime

Closes: https://bugs.gentoo.org/922232
Closes: https://github.com/gentoo/gentoo/pull/34860
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: WANG Xuerui  gentoo.org>

 .../{fcitx-rime-0.3.2.ebuild => fcitx-rime-0.3.2-r1.ebuild}  | 9 +++--
 app-i18n/fcitx-rime/fcitx-rime-4..ebuild | 9 +++--
 2 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild 
b/app-i18n/fcitx-rime/fcitx-rime-0.3.2-r1.ebuild
similarity index 86%
rename from app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild
rename to app-i18n/fcitx-rime/fcitx-rime-0.3.2-r1.ebuild
index 06a5ed3da016..b9da1cbd7122 100644
--- a/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild
+++ b/app-i18n/fcitx-rime/fcitx-rime-0.3.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2012-2020 Gentoo Authors
+# Copyright 2012-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -13,21 +13,18 @@ fi
 
 DESCRIPTION="Chinese RIME input methods for Fcitx"
 HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-rime;
-if [[ "${PV}" =~ (^|\.)$ ]]; then
-   SRC_URI=""
-else
+if [[ ! "${PV}" =~ (^|\.)$ ]]; then
SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz;
 fi
 
 LICENSE="GPL-2"
 SLOT="4"
 KEYWORDS="amd64 ppc ppc64 ~riscv x86"
-IUSE=""
 
 BDEPEND=">=app-i18n/fcitx-4.2.9:4
virtual/pkgconfig"
 DEPEND=">=app-i18n/fcitx-4.2.9:4
-   >=app-i18n/librime-1.0.0:=
+   https://fcitx-im.org/ https://github.com/fcitx/fcitx-rime;
-if [[ "${PV}" =~ (^|\.)$ ]]; then
-   SRC_URI=""
-else
+if [[ ! "${PV}" =~ (^|\.)$ ]]; then
SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz;
 fi
 
 LICENSE="GPL-2"
 SLOT="4"
-KEYWORDS=""
 IUSE="+configuration_tool"
 
 BDEPEND=">=app-i18n/fcitx-4.2.9:4
@@ -31,7 +28,7 @@ BDEPEND=">=app-i18n/fcitx-4.2.9:4
dev-qt/qtwidgets:5
)"
 DEPEND=">=app-i18n/fcitx-4.2.9:4
-   >=app-i18n/librime-1.0.0:=
+   =app-i18n/fcitx-qt5-1.1:4



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-rime/

2024-01-17 Thread WANG Xuerui
commit: 7525191d18b7beda7b3d5ceabace10bf0c006eba
Author: Yongxiang Liang  gmail  com>
AuthorDate: Wed Jan 17 10:57:37 2024 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed Jan 17 16:48:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7525191d

app-i18n/fcitx-rime: Keyword loong, #922103

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: WANG Xuerui  gentoo.org>

 app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild 
b/app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild
index 00d41eaa040a..e480e0cabd8b 100644
--- a/app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild
+++ b/app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/fcitx5-rime/fcitx5-rime-${PV}.tar.
 
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
 
 DEPEND="
>=app-i18n/fcitx-5.1.2:5



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-rime/

2024-01-17 Thread Jakov Smolić
commit: 0d98d5ce5b5c7770c3162b586e574e27fd19135b
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jan 17 09:03:56 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jan 17 09:03:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d98d5ce

app-i18n/fcitx-rime: Keyword 5.1.4 riscv, #922103

Signed-off-by: Jakov Smolić  gentoo.org>

 app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild 
b/app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild
index 8c1d7c82895e..00d41eaa040a 100644
--- a/app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild
+++ b/app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/fcitx5-rime/fcitx5-rime-${PV}.tar.
 
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 
 DEPEND="
>=app-i18n/fcitx-5.1.2:5



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-rime/

2024-01-16 Thread Arthur Zamarin
commit: e28ce809c383be86e12ab40aae676fa778c39070
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jan 16 17:49:22 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jan 16 17:49:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e28ce809

app-i18n/fcitx-rime: Keyword 5.1.4 arm64, #922103

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild 
b/app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild
index 9285cd4196a8..8c1d7c82895e 100644
--- a/app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild
+++ b/app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/fcitx5-rime/fcitx5-rime-${PV}.tar.
 
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 DEPEND="
>=app-i18n/fcitx-5.1.2:5



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-rime/

2024-01-11 Thread Yixun Lan
commit: 058dc0b851f1a555afe2366a400613f518de055a
Author: Ryan Qian  bitbili  net>
AuthorDate: Tue Dec 12 01:27:17 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Jan 11 11:16:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=058dc0b8

app-i18n/fcitx-rime: add 5.1.4

Bug: https://bugs.gentoo.org/760501

Signed-off-by: Ryan Qian  bitbili.net>
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/fcitx-rime/Manifest|  1 +
 app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild | 30 +
 app-i18n/fcitx-rime/metadata.xml| 13 +
 3 files changed, 44 insertions(+)

diff --git a/app-i18n/fcitx-rime/Manifest b/app-i18n/fcitx-rime/Manifest
index 860bfc692215..0d2759186722 100644
--- a/app-i18n/fcitx-rime/Manifest
+++ b/app-i18n/fcitx-rime/Manifest
@@ -1 +1,2 @@
 DIST fcitx-rime-0.3.2.tar.xz 40960 BLAKE2B 
1c9185dd9d2912e74b9916916fed09a01c30e0867d93fe94e04d5324883783dddbdca0f553d80aa19e2e59d2ec8fd2a50a7f89118c22cb09310296292a566760
 SHA512 
8c6d845b0899d9b8b9b41b895abd5c1b8916856b71f529aabd08d1c27a2b09bb5a9343912d088da460c2e22da0a3ce759a34fd13099a149bb8cd1ff4eafe29f1
+DIST fcitx-rime-5.1.4.tar.xz 49508 BLAKE2B 
e9846a0217b741d21c45ad4d6bd216f7d6afaec23ca71af3ab1dfffeeeba62eb85836592d53e70d0ce07217442164ccdecaa94eb36458d70778eb3d7e3bd1ada
 SHA512 
1dc20c801e1ce4fa5e63f06554340af4616b044964d4235995e51dc6074223e30e66da74f354b2b05f77d2e0041af1e720bf2f2b214492ae4516d30761b2e092

diff --git a/app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild 
b/app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild
new file mode 100644
index ..9285cd4196a8
--- /dev/null
+++ b/app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+MY_PN="fcitx5-rime"
+DESCRIPTION="Chinese RIME input methods for Fcitx"
+HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5-rime;
+SRC_URI="https://download.fcitx-im.org/fcitx5/fcitx5-rime/fcitx5-rime-${PV}.tar.xz
 -> ${P}.tar.xz"
+
+LICENSE="LGPL-2.1+"
+SLOT="5"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   >=app-i18n/fcitx-5.1.2:5
+   app-i18n/librime
+   app-i18n/rime-data
+   virtual/libintl
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   kde-frameworks/extra-cmake-modules
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"

diff --git a/app-i18n/fcitx-rime/metadata.xml b/app-i18n/fcitx-rime/metadata.xml
index 30cc81a4df31..30d736fc8eac 100644
--- a/app-i18n/fcitx-rime/metadata.xml
+++ b/app-i18n/fcitx-rime/metadata.xml
@@ -1,6 +1,18 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   tanekli...@gmail.com
+   Yongxiang Liang
+   
+   
+   i...@bitbili.net
+   Ryan Qian
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

arfrever@gmail.com
Arfrever Frehtes Taifersar Arahesis
@@ -17,6 +29,7 @@
Install configuration 
tool


+   fcitx/fcitx5-rime
fcitx/fcitx-rime

 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-rime/

2022-10-10 Thread Jakov Smolić
commit: 3fa4a1b72ec4967742606ecc1ff44664741a2b3a
Author: Xin Yang  icloud  com>
AuthorDate: Mon Oct 10 05:47:56 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Oct 10 06:24:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fa4a1b7

app-i18n/fcitx-rime: keyword fcitx-rime-0.3.2 riscv, #876322

Signed-off-by: Xin Yang  icloud.com>
Closes: https://github.com/gentoo/gentoo/pull/27719
Signed-off-by: Jakov Smolić  gentoo.org>

 app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild 
b/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild
index 18b40399bbf0..06a5ed3da016 100644
--- a/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild
+++ b/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild
@@ -21,7 +21,7 @@ fi
 
 LICENSE="GPL-2"
 SLOT="4"
-KEYWORDS="amd64 ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 ~riscv x86"
 IUSE=""
 
 BDEPEND=">=app-i18n/fcitx-4.2.9:4



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-rime/

2020-10-02 Thread Mike Gilbert
commit: f7fd9853332d49dfc797b4f0522d714145ff967a
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri Oct  2 02:00:00 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Oct  2 17:45:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7fd9853

app-i18n/fcitx-rime: Use cmake.eclass.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild  | 4 ++--
 app-i18n/fcitx-rime/fcitx-rime-4..ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild 
b/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild
index e50bc4d56d1..18b40399bbf 100644
--- a/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild
+++ b/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-inherit cmake-utils xdg-utils
+inherit cmake xdg-utils
 
 if [[ "${PV}" =~ (^|\.)$ ]]; then
inherit git-r3
@@ -39,7 +39,7 @@ src_configure() {
-DRIME_DATA_DIR="${EPREFIX}/usr/share/rime-data"
)
 
-   cmake-utils_src_configure
+   cmake_src_configure
 }
 
 pkg_postinst() {

diff --git a/app-i18n/fcitx-rime/fcitx-rime-4..ebuild 
b/app-i18n/fcitx-rime/fcitx-rime-4..ebuild
index 4be868b1075..49fb4753f00 100644
--- a/app-i18n/fcitx-rime/fcitx-rime-4..ebuild
+++ b/app-i18n/fcitx-rime/fcitx-rime-4..ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-inherit cmake-utils xdg-utils
+inherit cmake xdg-utils
 
 if [[ "${PV}" =~ (^|\.)$ ]]; then
inherit git-r3
@@ -52,7 +52,7 @@ src_configure() {
-DENABLE_QT5GUI=$(usex configuration_tool)
)
 
-   cmake-utils_src_configure
+   cmake_src_configure
 }
 
 pkg_postinst() {



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-rime/

2020-10-02 Thread Mike Gilbert
commit: c73df141c5e99ee8d4cc02fce3a9c63ccc1cae44
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Sat Sep 26 02:00:00 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Oct  2 17:45:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c73df141

app-i18n/fcitx-rime: Use EAPI="7".

moc (dev-qt/qtcore:5) called by build system.
uic (dev-qt/qtwidgets:5) called by build system.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild  | 11 ++-
 app-i18n/fcitx-rime/fcitx-rime-4..ebuild | 16 +++-
 2 files changed, 17 insertions(+), 10 deletions(-)

diff --git a/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild 
b/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild
index 273db4b0c27..e50bc4d56d1 100644
--- a/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild
+++ b/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 2012-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI="7"
 
 inherit cmake-utils xdg-utils
 
@@ -24,12 +24,13 @@ SLOT="4"
 KEYWORDS="amd64 ppc ppc64 x86"
 IUSE=""
 
-RDEPEND=">=app-i18n/fcitx-4.2.9:4
+BDEPEND=">=app-i18n/fcitx-4.2.9:4
+   virtual/pkgconfig"
+DEPEND=">=app-i18n/fcitx-4.2.9:4
>=app-i18n/librime-1.0.0:=
-   app-i18n/rime-data
virtual/libintl"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
+RDEPEND="${DEPEND}
+   app-i18n/rime-data"
 
 DOCS=()
 

diff --git a/app-i18n/fcitx-rime/fcitx-rime-4..ebuild 
b/app-i18n/fcitx-rime/fcitx-rime-4..ebuild
index 382c68ff750..4be868b1075 100644
--- a/app-i18n/fcitx-rime/fcitx-rime-4..ebuild
+++ b/app-i18n/fcitx-rime/fcitx-rime-4..ebuild
@@ -1,7 +1,7 @@
 # Copyright 2012-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI="7"
 
 inherit cmake-utils xdg-utils
 
@@ -24,9 +24,14 @@ SLOT="4"
 KEYWORDS=""
 IUSE="+configuration_tool"
 
-RDEPEND=">=app-i18n/fcitx-4.2.9:4
+BDEPEND=">=app-i18n/fcitx-4.2.9:4
+   virtual/pkgconfig
+   configuration_tool? (
+   dev-qt/qtcore:5
+   dev-qt/qtwidgets:5
+   )"
+DEPEND=">=app-i18n/fcitx-4.2.9:4
>=app-i18n/librime-1.0.0:=
-   app-i18n/rime-data
virtual/libintl
configuration_tool? (
>=app-i18n/fcitx-qt5-1.1:4
@@ -34,8 +39,9 @@ RDEPEND=">=app-i18n/fcitx-4.2.9:4
dev-qt/qtgui:5
dev-qt/qtwidgets:5
)"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
+RDEPEND="${DEPEND}
+   app-i18n/rime-data"
+DEPEND="${DEPEND}
configuration_tool? ( dev-qt/qtconcurrent:5 )"
 
 DOCS=()



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-rime/

2020-09-24 Thread Mike Gilbert
commit: 3ee6afb0f51d689271d29bfc67f399e90b1eb977
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Wed Sep 23 01:00:00 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Sep 24 14:26:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ee6afb0

app-i18n/fcitx-rime: Use xdg-utils.eclass.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild  | 6 +++---
 app-i18n/fcitx-rime/fcitx-rime-4..ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild 
b/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild
index a028f7f8ff9..273db4b0c27 100644
--- a/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild
+++ b/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-inherit cmake-utils gnome2-utils
+inherit cmake-utils xdg-utils
 
 if [[ "${PV}" =~ (^|\.)$ ]]; then
inherit git-r3
@@ -42,9 +42,9 @@ src_configure() {
 }
 
 pkg_postinst() {
-   gnome2_icon_cache_update
+   xdg_icon_cache_update
 }
 
 pkg_postrm() {
-   gnome2_icon_cache_update
+   xdg_icon_cache_update
 }

diff --git a/app-i18n/fcitx-rime/fcitx-rime-4..ebuild 
b/app-i18n/fcitx-rime/fcitx-rime-4..ebuild
index 5b17c2b0148..382c68ff750 100644
--- a/app-i18n/fcitx-rime/fcitx-rime-4..ebuild
+++ b/app-i18n/fcitx-rime/fcitx-rime-4..ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-inherit cmake-utils gnome2-utils
+inherit cmake-utils xdg-utils
 
 if [[ "${PV}" =~ (^|\.)$ ]]; then
inherit git-r3
@@ -50,9 +50,9 @@ src_configure() {
 }
 
 pkg_postinst() {
-   gnome2_icon_cache_update
+   xdg_icon_cache_update
 }
 
 pkg_postrm() {
-   gnome2_icon_cache_update
+   xdg_icon_cache_update
 }



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-rime/

2018-06-13 Thread Mike Gilbert
commit: 4d9a4271b3180d3a1c4c6bda1f4ccb4d0bd74567
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Wed Jun 13 20:37:13 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jun 13 21:07:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d9a4271

app-i18n/fcitx-rime: Add "configuration_tool" USE flag.

https://github.com/fcitx/fcitx-rime/pull/40
https://github.com/fcitx/fcitx-rime/commit/af3897bb6c6f1eba14a908e77cfc3e1431e1e312

 app-i18n/fcitx-rime/fcitx-rime-4..ebuild | 16 
 app-i18n/fcitx-rime/metadata.xml |  3 +++
 2 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/app-i18n/fcitx-rime/fcitx-rime-4..ebuild 
b/app-i18n/fcitx-rime/fcitx-rime-4..ebuild
index 35443f12a6e..74292ea23a0 100644
--- a/app-i18n/fcitx-rime/fcitx-rime-4..ebuild
+++ b/app-i18n/fcitx-rime/fcitx-rime-4..ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -22,20 +22,28 @@ fi
 LICENSE="GPL-2"
 SLOT="4"
 KEYWORDS=""
-IUSE=""
+IUSE="+configuration_tool"
 
 RDEPEND=">=app-i18n/fcitx-4.2.9:4
>=app-i18n/librime-1.0.0:=
app-i18n/rime-data
-   virtual/libintl"
+   virtual/libintl
+   configuration_tool? (
+   >=app-i18n/fcitx-qt5-1.1:4
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   )"
 DEPEND="${RDEPEND}
-   virtual/pkgconfig"
+   virtual/pkgconfig
+   configuration_tool? ( dev-qt/qtconcurrent:5 )"
 
 DOCS=()
 
 src_configure() {
local mycmakeargs=(
-DRIME_DATA_DIR="${EPREFIX}/usr/share/rime-data"
+   -DENABLE_QT5GUI=$(usex configuration_tool)
)
 
cmake-utils_src_configure

diff --git a/app-i18n/fcitx-rime/metadata.xml b/app-i18n/fcitx-rime/metadata.xml
index 45175a15624..c809836fd12 100644
--- a/app-i18n/fcitx-rime/metadata.xml
+++ b/app-i18n/fcitx-rime/metadata.xml
@@ -13,6 +13,9 @@
c...@gentoo.org
Cjk

+   
+   Install configuration 
tool
+   

fcitx/fcitx-rime




[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-rime/

2017-11-18 Thread Sergei Trofimovich
commit: e639942e17051866395896fc3a56a7336911371d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Nov 18 10:10:02 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov 18 10:10:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e639942e

app-i18n/fcitx-rime: stable 0.3.2 for ppc, bug #636226

Package-Manager: Portage-2.3.14, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild 
b/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild
index e01e9bdd77f..64ed70315c4 100644
--- a/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild
+++ b/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild
@@ -21,7 +21,7 @@ fi
 
 LICENSE="GPL-2"
 SLOT="4"
-KEYWORDS="amd64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE=""
 
 RDEPEND=">=app-i18n/fcitx-4.2.9:4



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-rime/

2017-11-18 Thread Sergei Trofimovich
commit: 9829d1889ac4379460e053d0a00f58fdcbda5363
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Nov 18 09:59:53 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov 18 09:59:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9829d188

app-i18n/fcitx-rime: stable 0.3.2 for ppc64, bug #636226

Package-Manager: Portage-2.3.14, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild 
b/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild
index 6a1fd7993a1..e01e9bdd77f 100644
--- a/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild
+++ b/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild
@@ -21,7 +21,7 @@ fi
 
 LICENSE="GPL-2"
 SLOT="4"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ppc64 x86"
 IUSE=""
 
 RDEPEND=">=app-i18n/fcitx-4.2.9:4



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-rime/

2017-10-23 Thread Mike Gilbert
commit: ba30d6596d492fc3048c14eef87ec4dacfb44067
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Thu Oct 19 20:53:23 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Oct 23 17:24:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba30d659

app-i18n/fcitx-rime: Update metadata.xml.

 app-i18n/fcitx-rime/metadata.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-i18n/fcitx-rime/metadata.xml b/app-i18n/fcitx-rime/metadata.xml
index ace10f659ba..45175a15624 100644
--- a/app-i18n/fcitx-rime/metadata.xml
+++ b/app-i18n/fcitx-rime/metadata.xml
@@ -14,7 +14,6 @@
Cjk


-   https://code.google.com/p/rimeime/issues/list
-   rimeime
+   fcitx/fcitx-rime

 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-rime/

2017-10-23 Thread Mike Gilbert
commit: a83f2edc68355376106c96a88e604d417a2c6393
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Thu Oct 19 20:52:30 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Oct 23 17:24:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a83f2edc

app-i18n/fcitx-rime: Add live ebuild.

 app-i18n/fcitx-rime/fcitx-rime-4..ebuild | 50 
 1 file changed, 50 insertions(+)

diff --git a/app-i18n/fcitx-rime/fcitx-rime-4..ebuild 
b/app-i18n/fcitx-rime/fcitx-rime-4..ebuild
new file mode 100644
index 000..35443f12a6e
--- /dev/null
+++ b/app-i18n/fcitx-rime/fcitx-rime-4..ebuild
@@ -0,0 +1,50 @@
+# 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}" =~ (^|\.)$ ]]; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/fcitx/fcitx-rime;
+fi
+
+DESCRIPTION="Chinese RIME input method for Fcitx"
+HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-rime;
+if [[ "${PV}" =~ (^|\.)$ ]]; then
+   SRC_URI=""
+else
+   SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz;
+fi
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND=">=app-i18n/fcitx-4.2.9:4
+   >=app-i18n/librime-1.0.0:=
+   app-i18n/rime-data
+   virtual/libintl"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+DOCS=()
+
+src_configure() {
+   local mycmakeargs=(
+   -DRIME_DATA_DIR="${EPREFIX}/usr/share/rime-data"
+   )
+
+   cmake-utils_src_configure
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-rime/

2017-10-23 Thread Mike Gilbert
commit: 36d8e072455148108abf2fb9645dedf8f29ce47b
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Thu Oct 19 20:51:25 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Oct 23 17:24:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36d8e072

app-i18n/fcitx-rime: Version bump (0.3.2).

 app-i18n/fcitx-rime/Manifest|  1 +
 app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/app-i18n/fcitx-rime/Manifest b/app-i18n/fcitx-rime/Manifest
index dba3d246464..37e7f476ec1 100644
--- a/app-i18n/fcitx-rime/Manifest
+++ b/app-i18n/fcitx-rime/Manifest
@@ -1,2 +1,3 @@
 DIST fcitx-rime-0.2.0.tar.xz 8116 SHA256 
e4bc9243abffd1851b4ee19c88d7c2b32ede134aeda60aee930388f9f33ca269 SHA512 
3f02d7bf0e47981e7a135ccaa46653be319d1bb716bd939b50419e47b8d3c07b347434e8529522d4266bd5fac6dbc2cdc1bfd4b7ea0607250023f70f97006228
 WHIRLPOOL 
7dbdcd3ac90f2d901b5b5c06541b9f6f1debf4ad833c2ddacb840dbd80a4443725fc7bdb41ad2261db8f34cb0dc77fe3d5f0c45e69a0a056618518007c1c708e
 DIST fcitx-rime-0.3.1.tar.xz 39648 SHA256 
3ca74de4d20e8fd0e67eb4ccae8af3790bb1f557f183c2af32cb45f371e8521d SHA512 
5d3c8fc119e1a104987a7876f3b1c54da074e34ce9feb9c02efa7c9cfd788c3735680a03cdb50d69a5512a9f075c7326bdc267cf076daa916238898da81d2388
 WHIRLPOOL 
ed8f4ed563dfbe01aaac71bb847d4a9b641b041f9916c8c6c34a444202ac00720ebe4274c30906141b103fbbf55d7ce045cef094792c1fffadae03dd0ce73f7a
+DIST fcitx-rime-0.3.2.tar.xz 40960 SHA256 
f97ea6f515fcc5f526cc25dce3d4ba05fa1c83001f68502d6c284ba39cd5a82d SHA512 
8c6d845b0899d9b8b9b41b895abd5c1b8916856b71f529aabd08d1c27a2b09bb5a9343912d088da460c2e22da0a3ce759a34fd13099a149bb8cd1ff4eafe29f1
 WHIRLPOOL 
57b979a8ef850ec1c4f85b6b3b5841ad17f73c1861223d033c7b79db6c301f1f0da13c4ab53661a4899ad13db40c424f3c1b257dd2058e28fe89f6d57c2bf17b

diff --git a/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild 
b/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild
new file mode 100644
index 000..c11c94262a4
--- /dev/null
+++ b/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild
@@ -0,0 +1,50 @@
+# 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}" =~ (^|\.)$ ]]; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/fcitx/fcitx-rime;
+fi
+
+DESCRIPTION="Chinese RIME input method for Fcitx"
+HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-rime;
+if [[ "${PV}" =~ (^|\.)$ ]]; 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/librime-1.0.0:=
+   app-i18n/rime-data
+   virtual/libintl"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+DOCS=()
+
+src_configure() {
+   local mycmakeargs=(
+   -DRIME_DATA_DIR="${EPREFIX}/usr/share/rime-data"
+   )
+
+   cmake-utils_src_configure
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-rime/

2017-08-22 Thread Mike Gilbert
commit: af1e868436c3a10209dd8bc7cf16cd198ba5f0ae
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue Aug 22 12:05:01 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Aug 22 14:20:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1e8684

app-i18n/fcitx-rime: Update dependency on app-i18n/fcitx after deletion of 
"dbus" USE flag.

 app-i18n/fcitx-rime/fcitx-rime-0.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/fcitx-rime/fcitx-rime-0.3.1.ebuild 
b/app-i18n/fcitx-rime/fcitx-rime-0.3.1.ebuild
index a2556092ff7..b11e80cf96e 100644
--- a/app-i18n/fcitx-rime/fcitx-rime-0.3.1.ebuild
+++ b/app-i18n/fcitx-rime/fcitx-rime-0.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="amd64 ~ppc ppc64 ~x86"
 IUSE=""
 
-RDEPEND=">=app-i18n/fcitx-4.2.8.1[dbus]
+RDEPEND=">=app-i18n/fcitx-4.2.8.1
>=app-i18n/librime-1.0
app-i18n/rime-data"
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-rime/

2016-06-17 Thread Mike Gilbert
commit: 30b7e40c54e1813c4bf4a550d41f1c031e58fd9e
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue May 31 19:55:13 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Jun 17 15:27:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30b7e40c

app-i18n/fcitx-rime: Fix dependencies (bug #563190).

 app-i18n/fcitx-rime/fcitx-rime-0.3.1.ebuild | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-i18n/fcitx-rime/fcitx-rime-0.3.1.ebuild 
b/app-i18n/fcitx-rime/fcitx-rime-0.3.1.ebuild
index 8b1623c..642e1d7 100644
--- a/app-i18n/fcitx-rime/fcitx-rime-0.3.1.ebuild
+++ b/app-i18n/fcitx-rime/fcitx-rime-0.3.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI="5"
 
 inherit cmake-utils
 
@@ -15,11 +15,11 @@ SLOT="0"
 KEYWORDS="amd64 ~ppc ppc64 ~x86"
 IUSE=""
 
-RDEPEND=">=app-i18n/fcitx-4.2.8.1
+RDEPEND=">=app-i18n/fcitx-4.2.8.1[dbus]
>=app-i18n/librime-1.0
-   app-i18n/rime-data
-   x11-libs/libnotify"
-DEPEND="${RDEPEND}"
+   app-i18n/rime-data"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
 
 src_prepare() {
# dont build data resource here, already provided by app-i18n/rime-data