diff --git a/app-i18n/fcitx-bamboo/Manifest b/app-i18n/fcitx-bamboo/Manifest index eef6f4d5a..4a60bf62f 100644 --- a/app-i18n/fcitx-bamboo/Manifest +++ b/app-i18n/fcitx-bamboo/Manifest @@ -1 +1 @@ -DIST fcitx-bamboo-1.0.4.tar.xz 64364 BLAKE2B 8d269a0ce39260651e9cdfd55000cba747d90cf51a4f0dcf1f37d1a3f0a9b6675858d781968f5345095cf4b693efbaf05191da0d80d9d4eaeab93b8e0501cc01 +DIST fcitx-bamboo-1.0.7.tar.zst 83626 BLAKE2B d56a4010c04caefe0cfe31b8fcbe37eacc6b69596cfa0a0cf050d1ce28e4149e7c6dd23f8b989c874f6693f3d4ecb9b0beba8d625990df3b6fa23945f0d25ad6 SHA512 40050c9fe9b3ace18e8467c57ce7c30098cbc94fd07ecf5370ad1097928a5b54c932f815853cb3f21cfa97f84db3a99056d518a562affacbbf0f4cb4d558c599 diff --git a/app-i18n/fcitx-bamboo/fcitx-bamboo-1.0.4.ebuild b/app-i18n/fcitx-bamboo/fcitx-bamboo-1.0.7.ebuild similarity index 75% rename from app-i18n/fcitx-bamboo/fcitx-bamboo-1.0.4.ebuild rename to app-i18n/fcitx-bamboo/fcitx-bamboo-1.0.7.ebuild index d2ae42cb9..4892eb484 100644 --- a/app-i18n/fcitx-bamboo/fcitx-bamboo-1.0.4.ebuild +++ b/app-i18n/fcitx-bamboo/fcitx-bamboo-1.0.7.ebuild @@ -1,25 +1,26 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit xdg cmake +inherit cmake unpacker xdg MY_PN="fcitx5-bamboo" -S="${WORKDIR}/${MY_PN}-${PV}" + DESCRIPTION="Typing Vietnamese by Bamboo core engine for Fcitx5" HOMEPAGE="https://github.com/fcitx/fcitx5-bamboo" -SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz -> ${P}.tar.xz" +SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst -> ${P}.tar.zst" +S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="LGPL-2.1+ MIT" SLOT="5" KEYWORDS="~amd64 ~arm64" DEPEND=" - >=app-i18n/fcitx-5.1.5:5 + >=app-i18n/fcitx-5.1.12:5 " RDEPEND="${DEPEND}" BDEPEND=" - dev-lang/go kde-frameworks/extra-cmake-modules:0 + sys-devel/gettext "