mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
app-i18n/fcitx-rime: add 5.1.14
Part-of: https://github.com/gentoo/gentoo/pull/46548 Signed-off-by: Yongxiang Liang <tanekliang@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
This commit is contained in:
committed by
Yixun Lan
parent
f68edd21b6
commit
7517c9cb88
@@ -1,2 +1,3 @@
|
||||
DIST fcitx-rime-5.1.12.tar.zst 64150 BLAKE2B add4551d81ec53f81f7d5e0704a3903bd2e9ee910f8e0fe622935634701e634fd0f426e573e1207bba70e305b4e6fe3be4e80a9609bda62fcf32497f2aef0a22 SHA512 7dd5df58e9b6431ece32410e21fd8b435647940d477583bc41bf6ab0ce0de9372bb5c3012f77d200f52f9e1d180b63a14a1a459e499ada8e1be916ff5967a2b5
|
||||
DIST fcitx-rime-5.1.13.tar.zst 64700 BLAKE2B 257f65f1696c2c1eca0411d76a9d4c458595f12369be4c30708006c72b1078675419f4a0005403404ef6c045503aded7ea2263346d00e76ef69b045174b4b8ed SHA512 ddca509582aa46366a872fea42a4a92abd382b58a126a01c4f68112b4031b3092d49836e348e24376d94b799ec6e4429bb15b9c2233a5ee80e865ec6e55da97a
|
||||
DIST fcitx-rime-5.1.14.tar.zst 64632 BLAKE2B ca0941a95f0c11cff050886819d6910b0ec6f052d1f50e472cdf9f92a51b97b4a70272f434ce928cf5ac39c2dd0dc8ebc08acd2f35cd0336c4ca63da2b55e274 SHA512 061aafd5b7604add2e63f06388e1276264d2ca254ea869be8aab62e5e521d58a19599a00a8f9bfef2de7a09a79106f883830c7f9c7bdbff43422bc9344b84b89
|
||||
|
||||
30
app-i18n/fcitx-rime/fcitx-rime-5.1.14.ebuild
Normal file
30
app-i18n/fcitx-rime/fcitx-rime-5.1.14.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 2024-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake unpacker 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.zst -> ${P}.tar.zst"
|
||||
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="5"
|
||||
KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
|
||||
|
||||
DEPEND="
|
||||
!app-i18n/fcitx-rime:4
|
||||
>=app-i18n/fcitx-5.1.13:5
|
||||
app-i18n/librime
|
||||
app-i18n/rime-data
|
||||
virtual/libintl
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
kde-frameworks/extra-cmake-modules
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig
|
||||
"
|
||||
Reference in New Issue
Block a user