mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
app-i18n/fcitx-chewing: add 5.1.7
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
c09ff35db8
commit
f174ffcb2a
@@ -1,2 +1,3 @@
|
||||
DIST fcitx-chewing-5.1.1.tar.xz 23948 BLAKE2B 1894de696d735b469431c5fa0689c88948d34091f0a396b05a076cce4201cf605e00b45e864a65d9c40d42091842ca0efdf55bef2c66ebe65ed40367d7fd7f12 SHA512 48aeb1755c917fe931165f3f41cc175a22a76cf8a6d4be05e7eb6bbb0908225b2f6a99529943f773e7d0ed674dcdbf138e56e7b5962566a0f1219c3919039553
|
||||
DIST fcitx-chewing-5.1.6.tar.zst 34497 BLAKE2B 3d237f962bd2dbf8ea21afef7d41a11ffedf73b36b3198f02678019a6c5b04aecde46cf436f238911fa75b1c0111fb8f9eae8aebca8607d85558080dabcd15f3 SHA512 90468081948c217a44e69a8c9dd11ff07a1e09589b9ae9cf019ed7f6dba31af0ce5d4361b883fd3bae1dd03d090a4c60dc582caa9a80bfbcba260ea2178a64b2
|
||||
DIST fcitx-chewing-5.1.7.tar.zst 34574 BLAKE2B 4a7b36af8ce6e991443d51870bffb81594dcf23735c3c719a5c1ee4f4a6b9ae8cf35eb55b42b495bb12c834aaaae8aa7ecc36fb3a6c8e123a5978a6f0cf2d991 SHA512 82d1839ab0fc43758dc15e45c989cfce2861b65fec3f8974f7d76f729f9e645c77352896ecf6574928b7d8e269e45f9c75104a79938103b8e697c0ae9d1562d0
|
||||
|
||||
26
app-i18n/fcitx-chewing/fcitx-chewing-5.1.7.ebuild
Normal file
26
app-i18n/fcitx-chewing/fcitx-chewing-5.1.7.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 2024-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
MY_PN="fcitx5-chewing"
|
||||
|
||||
inherit cmake unpacker xdg
|
||||
|
||||
DESCRIPTION="Chewing Wrapper for Fcitx."
|
||||
HOMEPAGE="https://github.com/fcitx/fcitx5-chewing"
|
||||
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst -> ${P}.tar.zst"
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="5"
|
||||
KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
|
||||
|
||||
RDEPEND="
|
||||
!app-i18n/fcitx-chewing:4
|
||||
>=app-i18n/fcitx-5.1.12:5
|
||||
>=app-i18n/libchewing-0.5.0
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
Reference in New Issue
Block a user