diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-02-09 00:12:01 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-02-09 00:12:01 +0000 |
commit | b95a6fd4a7b591baa7cfc689f8ce5643592d07be (patch) | |
tree | 6a7c4722b40bdb6c409879ce253d8b42817fec14 /app-i18n/fcitx-hangul | |
parent | 8b3c41ecef8a1cdd270ce3aabcfdfb991839699c (diff) |
gentoo auto-resync : 09:02:2025 - 00:12:00
Diffstat (limited to 'app-i18n/fcitx-hangul')
-rw-r--r-- | app-i18n/fcitx-hangul/Manifest | 2 | ||||
-rw-r--r-- | app-i18n/fcitx-hangul/fcitx-hangul-5.1.6.ebuild | 31 |
2 files changed, 33 insertions, 0 deletions
diff --git a/app-i18n/fcitx-hangul/Manifest b/app-i18n/fcitx-hangul/Manifest index 7ad92ebe44b3..7ca602c07ad5 100644 --- a/app-i18n/fcitx-hangul/Manifest +++ b/app-i18n/fcitx-hangul/Manifest @@ -1,3 +1,5 @@ DIST fcitx5-hangul-5.1.1.tar.xz 39296 BLAKE2B 4fadc20e5b312e4e40f592c24d7e724d3d6adb0cef2539a27e624758c5d7d79490ac3dcf960b37e3c2ab451098b1ff9424aea77cf2d9eeaca9b9ba5eaee538bf SHA512 7b16a81cee1448de2428a96f89ce0a4e41f51e8c3f9beb930b068147ef7d93e227081f65ede0d799d1e15692e4742da3ab864fb652fa1812bd5de24da7e3a2f7 +DIST fcitx5-hangul-5.1.6.tar.zst 49294 BLAKE2B a15ce38a87efa1b26ed57a83a3644a6522cbeb5dd31c43f85df136ab89458aeeb071b3fc5d0ee961d494791e7f9ecc7b92fbeac151273e48100664da2c5ac4cf SHA512 812b849033aa5eba4eb1b5178c49e1a6bc03b194a1af0a8f5e113613f07cacfd493d6bcc1044322880aba6e8393071ec1c7294438c64547cd6baca3b8ebf81a9 EBUILD fcitx-hangul-5.1.1.ebuild 671 BLAKE2B 0e0a8fa4d32cdf7ab7fbad12f2a84b0a42dbadb67702501d998a4a933dabd0bf9760ba210a67d406a5a025835da54efa038f2bceb4625cd9e6aebd792d346660 SHA512 a6e6d4a12d5a1a5de6273a6cf24f486d0624d6cc9fa7f501d9191c99c46c5f500740c996cdce0e2081bf51e066038c4e206c6598b281d2c33e0134a128f0d869 +EBUILD fcitx-hangul-5.1.6.ebuild 689 BLAKE2B 787df4001d30344c570c062f30a3bfd622695c8fc9aa8e34cdaeeb40bbde4d71135b429436ea12cb5dfab7880c859bf00b38ac37e71cc4cdfca0b5cf17ea3d3e SHA512 04339f9bda5b157ab0d39aa6c1c10b52316dbd4371f076f8a86c238541e9280cd16dda8fd583c261774af5942cdb39394c92c18208226aef6224742b2e929912 MISC metadata.xml 578 BLAKE2B df1f88be12bd82f9fcc5e7f0bf84df7ef2a7ae6b79eb7cdf85b63da024b9783ecab92f2dd3d15e2a8d60c92aaf42c7d0010bd0260586292f760618c8471f8742 SHA512 23b272d6a2eae2a235314070543cdb55250d0eeab69fa5de8fe46e40d260f53544d98023fdbfb4d78382a42c85b504db2a81c7fd6705f7d484ad09de449a89d2 diff --git a/app-i18n/fcitx-hangul/fcitx-hangul-5.1.6.ebuild b/app-i18n/fcitx-hangul/fcitx-hangul-5.1.6.ebuild new file mode 100644 index 000000000000..fae4f1c54052 --- /dev/null +++ b/app-i18n/fcitx-hangul/fcitx-hangul-5.1.6.ebuild @@ -0,0 +1,31 @@ +# Copyright 2024-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_PN="fcitx5-hangul" + +inherit cmake unpacker xdg + +DESCRIPTION="Korean Hangul input method for Fcitx" +HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5-hangul" +SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst" + +LICENSE="LGPL-2.1+" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86" + +DEPEND=" + !app-i18n/fcitx-hangul:4 + >=app-i18n/fcitx-5.1.12:5 + >=app-i18n/libhangul-0.0.12 + virtual/libiconv +" +RDEPEND="${DEPEND}" +BDEPEND=" + kde-frameworks/extra-cmake-modules:0 + virtual/pkgconfig +" + +S="${WORKDIR}/${MY_PN}-${PV}" +DOCS=( AUTHORS ) |