commit:     86dfc0984bd23e2e7ba6b4dc6fb3a89ff04caf9c
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  7 12:31:52 2026 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Mar  7 12:33:45 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86dfc098

app-i18n/libskk: new upstream release

Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 app-i18n/libskk/Manifest            |  1 +
 app-i18n/libskk/libskk-1.1.1.ebuild | 48 +++++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/app-i18n/libskk/Manifest b/app-i18n/libskk/Manifest
index e6aa93a8e4bd..9381fd70cea1 100644
--- a/app-i18n/libskk/Manifest
+++ b/app-i18n/libskk/Manifest
@@ -1 +1,2 @@
 DIST libskk-1.0.5_p20210830.tar.gz 190676 BLAKE2B 
6b9f058669929efb292692b5047084e2e95e2003a9ecd093205b198bf201249811f672d74e8ee283e6b1f5a94b6a72c79dddb12c950ffe6958ca6aef3aaea5d9
 SHA512 
2a34111627a43de2d854e2236fd69ec5577b162b097b6e964b891cf09eafaed0d9c3f657bcb1f78ec985a3e2adbed079d37e5e873d1ec35e5f7c66960135ee2b
+DIST libskk-1.1.1.tar.xz 588640 BLAKE2B 
2dd0d8f8f55ae2dbe52651c9bf8e666eeca854c13289491f7560a4de8ab100e0b6b9aea7d0564b083981bd297e11b4996f00df4c7e58d943df75c19d28d49a97
 SHA512 
65dff41f0366586e827b21c8d898e5dedfd2e29300555596c762b2b96dd33c18d44dffae3e5b5369b004c165092983813227d1543aea413c2399792ad46a7421

diff --git a/app-i18n/libskk/libskk-1.1.1.ebuild 
b/app-i18n/libskk/libskk-1.1.1.ebuild
new file mode 100644
index 000000000000..29ceb0269206
--- /dev/null
+++ b/app-i18n/libskk/libskk-1.1.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit vala virtualx
+
+DESCRIPTION="GObject-based library to deal with Japanese kana-to-kanji 
conversion method"
+HOMEPAGE="https://github.com/ueno/libskk";
+SRC_URI="https://github.com/ueno/${PN}/releases/download/${PV}/${P}.tar.xz";
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+introspection nls static-libs"
+
+RDEPEND="dev-libs/glib:2
+       dev-libs/json-glib
+       dev-libs/libgee:0.8
+       x11-libs/libxkbcommon
+       introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2 )
+       nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}"
+BDEPEND="$(vala_depend)
+       virtual/pkgconfig
+       nls? ( sys-devel/gettext )"
+
+src_prepare() {
+       default
+       vala_setup
+}
+
+src_configure() {
+       econf \
+               $(use_enable introspection) \
+               $(use_enable nls) \
+               $(use_enable static-libs static)
+}
+
+src_test() {
+       export GSETTINGS_BACKEND="memory"
+       virtx emake check
+}
+
+src_install() {
+       default
+       use static-libs || find "${ED}" -name '*.la' -delete || die
+}

Reply via email to