mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2026-05-06 07:27:03 -04:00
app-i18n/fcitx-rime: add 5.1.13
Part-of: https://github.com/gentoo/gentoo/pull/45967 Signed-off-by: jinqiang zhang <peeweep@0x0.ee> Signed-off-by: Yixun Lan <dlan@gentoo.org>
This commit is contained in:
committed by
Yixun Lan
parent
6db15432da
commit
896a37c6a1
@@ -1 +1,2 @@
|
||||
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
|
||||
|
||||
@@ -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