Skip to content

Commit

Permalink
app-i18n/fcitx-anthy: add 5.1.2, drop 5.0.14
Browse files Browse the repository at this point in the history
Signed-off-by: liuyujielol <[email protected]>
  • Loading branch information
liuyujielol authored and liangyongxiang committed Nov 4, 2023
1 parent 5761b6b commit 187e43e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 19 deletions.
2 changes: 1 addition & 1 deletion app-i18n/fcitx-anthy/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST fcitx5-anthy-5.0.14.tar.xz 83236 BLAKE2B 64e38d4849c32d8c5c7956c22429dbc0183436006d17a5098fadc6a06379305e5180949b5527e532b1dc737667e2ac1db688d50e84d4048798ceb85f9713c796 SHA512 ca3869f4912769991dd6b41735be9e30c1be21a04ba3193aec760c82b9bb337b98254e09722c3bb13fca44c6709e2fca6fcb73abc1da10e448e49852abea91b9
DIST fcitx5-anthy-5.1.2.tar.xz 84668 BLAKE2B 99c76361a889b06c0b1e3f3e0d27c020e9fc720f2794252c22264c5b73e914f550b6511da73e051dc100cdb83193c38ae478bf0083ec7afc8c66df8a37ed7a38 SHA512 ba7d789de5485556ea57677b9391b2c1e514c20845786b306ed484cc554ce6573fbcf3446dc52643a50c563f84893e83f354a522e951483f0501a03a731b39a9
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
# Copyright 2013-2021 Gentoo Authors
# Copyright 2013-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="8"
EAPI=8

inherit cmake xdg

if [[ "${PV}" =~ (^|\.)9999$ ]]; then
inherit git-r3

EGIT_REPO_URI="https://github.com/fcitx/fcitx5-anthy"
fi

DESCRIPTION="Japanese Anthy input methods for Fcitx5"
HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5-anthy"

if [[ "${PV}" =~ (^|\.)9999$ ]]; then
SRC_URI=""
inherit git-r3
EGIT_REPO_URI="https://github.com/fcitx/fcitx5-anthy"
else
MY_PN="fcitx5-anthy"
MY_P="${MY_PN}-${PV}"
Expand All @@ -25,15 +21,20 @@ fi
LICENSE="GPL-2+"
SLOT="5"
KEYWORDS="~amd64 ~x86"
IUSE=""

BDEPEND="kde-frameworks/extra-cmake-modules:5
virtual/pkgconfig"
RDEPEND="app-i18n/fcitx:5
app-i18n/anthy:=
dev-qt/qtcore:5
app-i18n/fcitx-qt[qt5,-onlyplugin]
virtual/libintl"
IUSE="test coverage"
REQUIRED_USE="coverage? ( test )"
RESTRICT="!test? ( test )"

BDEPEND="
kde-frameworks/extra-cmake-modules:5
virtual/pkgconfig
"
RDEPEND="
>=app-i18n/fcitx-5.1.2:5
app-i18n/anthy
sys-devel/gettext
virtual/libintl
"
DEPEND="${RDEPEND}"

DOCS=(AUTHORS)
Expand Down
3 changes: 3 additions & 0 deletions app-i18n/fcitx-anthy/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<email>[email protected]</email>
<name>Zhuravlev Yury</name>
</maintainer>
<use>
<flag name="coverage">Build the project with gcov support (Need USE="test")</flag>
</use>
<upstream>
<remote-id type="github">fcitx/fcitx5-anthy</remote-id>
</upstream>
Expand Down

0 comments on commit 187e43e

Please sign in to comment.