Skip to content

Commit

Permalink
app-i18n/fcitx-chinese-addons: update SRC_URI
Browse files Browse the repository at this point in the history
  • Loading branch information
liangyongxiang committed Oct 2, 2023
1 parent 1db139c commit 1e3e11d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions app-i18n/fcitx-chinese-addons/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
DIST fcitx5-chinese-addons-5.1.1_dict.tar.xz 248252 BLAKE2B edf398a13b18e72c1c3c310e587435521c43e72e75238b5304012261098d7dbf3bc085363b23f127445304bf29778800a85f4320b1d907f510666ef763d3090b SHA512 8ee005bf09aed6f6916f052fe6fe7949d3a42442a4d4c4721170fc391b48df25fd85acc2657492ea215bb2b2fc79f61307af2ab6a8e05834bd354d237ea2605e
DIST py_stroke-20121124.tar.gz 445601 BLAKE2B 43b29b30da11b18196918e4df847406871eff75595b62608ad86b0ef6de83ec5e1b722645cabb809281075b393b5970e4d9580594caa73060c866c2d3cd988e7 SHA512 d80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3
DIST py_table-20121124.tar.gz 186822 BLAKE2B d696413f2e88f1ca87938d632e12997d14a31a66eaf011c6a7b3c0f607cf45f48e53644ea07d73dbbb0ad898dee6d5ff2d0e4fc2fdcae923acbc03d3d387aaeb SHA512 0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486
12 changes: 10 additions & 2 deletions app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ if [[ "${PV}" == 9999 ]]; then
else
MY_PN="fcitx5-chinese-addons"
S="${WORKDIR}/${MY_PN}-${PV}"
SRC_URI="https://download.fcitx-im.org/fcitx5/fcitx5-chinese-addons/fcitx5-chinese-addons-${PV}_dict.tar.xz"
SRC_URI="https://download.fcitx-im.org/fcitx5/fcitx5-chinese-addons/fcitx5-chinese-addons-${PV}_dict.tar.xz
https://download.fcitx-im.org/data/py_stroke-20121124.tar.gz
https://download.fcitx-im.org/data/py_table-20121124.tar.gz"
KEYWORDS="~amd64 ~arm64 ~loong ~x86"
fi

Expand All @@ -30,7 +32,7 @@ RESTRICT="!test? ( test )"

RDEPEND="
>=app-i18n/fcitx-5.0.24:5
>=app-i18n/libime-1.1.2:5
>=app-i18n/libime-1.0.18:5
>=dev-libs/boost-1.61:=
dev-libs/libfmt
Expand All @@ -52,6 +54,12 @@ DEPEND="${RDEPEND}
kde-frameworks/extra-cmake-modules:5
virtual/pkgconfig"

src_unpack() {
unpack fcitx5-chinese-addons-${PV}_dict.tar.xz
cp ${DISTDIR}/{py_stroke-20121124.tar.gz,py_table-20121124.tar.gz} \
${WORKDIR}/fcitx5-chinese-addons-${PV}/modules/pinyinhelper/ || die
}

src_prepare() {
cmake_src_prepare
}
Expand Down

0 comments on commit 1e3e11d

Please sign in to comment.