public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Yixun Lan" <dlan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/librime/
Date: Tue, 18 Feb 2025 01:54:08 +0000 (UTC)	[thread overview]
Message-ID: <1739843616.8b22c4ca16cb5d01539001f7aa85cedf723f3703.dlan@gentoo> (raw)

commit:     8b22c4ca16cb5d01539001f7aa85cedf723f3703
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 18 01:08:39 2025 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Tue Feb 18 01:53:36 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b22c4ca

app-i18n/librime: add 1.13.1

Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

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

diff --git a/app-i18n/librime/Manifest b/app-i18n/librime/Manifest
index 56d5eaafcb4a..f5a3c7b971ba 100644
--- a/app-i18n/librime/Manifest
+++ b/app-i18n/librime/Manifest
@@ -1,2 +1,3 @@
 DIST librime-1.12.0.tar.gz 2638566 BLAKE2B cbd734181eb80dd919a0f27d787dd5625974ed8b76e7f294308a7ee1b50ee904ac6460e3da4b3c1ec96c65dcfef011ae8dc6f6db880a21b2ab6fd2c96bfe203e SHA512 46c2d740dea5c0592266c7b3aaff1deba50ff5be6dbab48cc2fd49a5b7b0c9c28d8e0cc858e7d4845b70b7850c1e20ef559525ed3b70da9ad1bd65562f0df400
 DIST librime-1.13.0.tar.gz 2639547 BLAKE2B 4698affc24c60a2e54cc830d78517f8f334c91051a72d49341f38e42d1e1da9be0d9e82007b85a554c3cd0883f698ab81ad3d3f7136704e353df9595cb89f485 SHA512 0b9d4c1ee11af4628616003e38b5c6ed66e16b0c353f16b3fc6cf419d99787fb78bf82b027ffdfb16990c84828df166efd61f4a7e2b1c8627bc3a3d5b7c5b557
+DIST librime-1.13.1.tar.gz 2639960 BLAKE2B 3fdeea1d150f68a63469988d2bce87c48a9e2ed04ffb3a7c10d0a27f856c9a6949bba4af5c41e111777044f715b1ed00f0bb8a1fb09382e9ec49412ae271e5f3 SHA512 949d7a94bb498dc1a92aaae5e3216efd25dd0b5d52aaa7f69953ccc63f1bc2590be87636bd85111d0a5222b4ef8e4e152beb45349a9f91df58de2ae631d2b040

diff --git a/app-i18n/librime/librime-1.13.1.ebuild b/app-i18n/librime/librime-1.13.1.ebuild
new file mode 100644
index 000000000000..6a3300c65ea0
--- /dev/null
+++ b/app-i18n/librime/librime-1.13.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2012-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake multiprocessing flag-o-matic
+
+DESCRIPTION="RIME (Rime Input Method Engine) core library"
+HOMEPAGE="https://rime.im/ https://github.com/rime/librime"
+SRC_URI="https://github.com/rime/librime/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD BSD-2 Boost-1.0 MIT"
+SLOT="0/1-${PV}"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+IUSE="debug test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	app-i18n/opencc:=
+	dev-cpp/glog:=
+	dev-cpp/yaml-cpp:=
+	>=dev-libs/boost-1.74:=
+	dev-libs/leveldb:=
+	dev-libs/marisa
+"
+DEPEND="${RDEPEND}
+	test? ( dev-cpp/gtest )
+"
+
+DOCS=( CHANGELOG.md README.md )
+
+src_configure() {
+	# for glog
+	if use debug; then
+		append-cxxflags -DDCHECK_ALWAYS_ON
+		local CMAKE_BUILD_TYPE=Debug
+	else
+		append-cxxflags -DNDEBUG
+	fi
+
+	local mycmakeargs=(
+		-DBUILD_TEST=$(usex test)
+		-DCMAKE_BUILD_PARALLEL_LEVEL=$(makeopts_jobs)
+		-DENABLE_EXTERNAL_PLUGINS=ON
+		-DINSTALL_PRIVATE_HEADERS=ON
+	)
+	cmake_src_configure
+}


             reply	other threads:[~2025-02-18  1:54 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-18  1:54 Yixun Lan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-08  0:56 [gentoo-commits] repo/gentoo:master commit in: app-i18n/librime/ Yixun Lan
2025-02-08  0:54 Yixun Lan
2024-12-28 18:18 Arthur Zamarin
2024-12-28 18:03 Sam James
2024-12-28 18:03 Sam James
2024-12-28 18:03 Sam James
2024-12-28 17:52 Sam James
2024-12-02  7:15 Yixun Lan
2024-11-29  3:51 Sam James
2024-11-22 15:57 Joonas Niilola
2024-11-22 15:29 Sam James
2024-11-17  9:45 Yixun Lan
2024-07-21 17:41 Arthur Zamarin
2024-07-21 17:41 Arthur Zamarin
2024-01-29  6:38 WANG Xuerui
2024-01-11 11:23 Yixun Lan
2023-12-24 10:57 WANG Xuerui
2022-10-10  6:25 Jakov Smolić
2022-09-04 12:23 David Seifert
2022-02-28  0:40 Sam James
2022-02-28  0:07 Sam James
2021-09-06 21:34 Sam James
2021-09-06 21:34 Sam James
2021-06-04 19:51 Mike Gilbert
2021-06-03  2:19 Sam James
2021-02-26 22:50 Yixun Lan
2020-12-28  0:01 Mike Gilbert
2020-12-28  0:01 Mike Gilbert
2020-12-28  0:01 Mike Gilbert
2020-04-10  9:48 Sergei Trofimovich
2020-01-17 19:09 Mike Gilbert
2019-12-31 18:08 Aaron Bauman
2019-12-31  8:18 Agostino Sarubbo
2019-12-31  8:15 Agostino Sarubbo
2019-12-29 19:34 Mike Gilbert
2019-12-29 19:34 Mike Gilbert
2019-12-07 13:12 David Seifert
2019-09-29  2:56 Mike Gilbert
2019-09-29  2:56 Mike Gilbert
2019-08-30 18:39 Sergei Trofimovich
2019-08-18  3:06 Aaron Bauman
2019-08-16 17:03 Mike Gilbert
2019-08-13 10:32 Agostino Sarubbo
2019-08-13 10:30 Agostino Sarubbo
2019-08-12  8:02 Agostino Sarubbo
2019-08-11 21:30 Thomas Deutschmann
2019-08-09 18:39 Mike Gilbert
2019-08-09 18:39 Mike Gilbert
2019-08-09 18:39 Mike Gilbert
2019-08-09 18:39 Mike Gilbert
2019-06-28 18:10 Mike Gilbert
2019-02-12  3:31 Yixun Lan
2018-07-27 13:31 Akinori Hattori
2018-07-27 13:31 Akinori Hattori
2017-11-18 10:13 Sergei Trofimovich
2017-11-18 10:03 Sergei Trofimovich
2017-11-01 20:54 Mike Gilbert
2017-10-23 17:24 Mike Gilbert
2017-10-23 17:24 Mike Gilbert
2017-10-23 17:24 Mike Gilbert
2017-10-23 17:24 Mike Gilbert
2017-10-23 17:24 Mike Gilbert
2017-08-22 14:21 Mike Gilbert
2016-07-20  5:16 Yixun Lan
2015-09-01 18:51 Tobias Klausmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1739843616.8b22c4ca16cb5d01539001f7aa85cedf723f3703.dlan@gentoo \
    --to=dlan@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox