commit:     a9251c6b637b7ee07faa2ef323d9b328558e3d53
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 24 17:57:42 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 24 18:11:28 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9251c6b

app-i18n/libcangjie: add 1.4.0

Closes: https://bugs.gentoo.org/841713
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-i18n/libcangjie/Manifest                |  1 +
 app-i18n/libcangjie/libcangjie-1.4.0.ebuild | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/app-i18n/libcangjie/Manifest b/app-i18n/libcangjie/Manifest
index bfc76d0e46f9..fb60678e2c1f 100644
--- a/app-i18n/libcangjie/Manifest
+++ b/app-i18n/libcangjie/Manifest
@@ -1 +1,2 @@
 DIST libcangjie-1.3.tar.xz 575240 BLAKE2B 
c7e3129a6dd9690223e46f20a7bf06148ed279880461faf031a6542a09e0b21f6740767a8e6fd43acb79175deef437c385df3448e672ebfb0b9f72701afb66a3
 SHA512 
216ad965cb265d700cc94e6b7892dd9a7d814eba364b7700870b7e704d17d8dc75be4c7af0a7a7fc0088a32e389e62822a05d089f1df714c5ffd347ece8b9f35
+DIST libcangjie-v1.4.0.tar.bz2 745624 BLAKE2B 
e36362ff601f2c60b350015d10d8528da34ead4f9ac5cd7c5502b60fa2d41a94aac4e63a2a94684d772bb6674dab895d91a0d2aa59e0332b15cf0eb9e7ed1363
 SHA512 
0e5600237643ca27df450284b9180736eb67b1051276cf1b0fe9dba82eae76be5b094ffbf4024fd9a994f8ec6f93ceaa2481454e76fdf1b52fa5b9980323bdca

diff --git a/app-i18n/libcangjie/libcangjie-1.4.0.ebuild 
b/app-i18n/libcangjie/libcangjie-1.4.0.ebuild
new file mode 100644
index 000000000000..09c23dd685ab
--- /dev/null
+++ b/app-i18n/libcangjie/libcangjie-1.4.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Library implementing the Cangjie input method"
+HOMEPAGE="https://cangjie.pages.freedesktop.org/projects/libcangjie/";
+# dist tarball seems missing here
+SRC_URI="https://gitlab.freedesktop.org/cangjie/libcangjie/-/archive/v${PV}/${PN}-v${PV}.tar.bz2";
+S="${WORKDIR}"/${PN}-v${PV}
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-db/sqlite:3"
+DEPEND="${RDEPEND}"
+BDEPEND=">=dev-build/meson-1.3.2"

Reply via email to