Skip to content

Commit

Permalink
librime 1.13.0
Browse files Browse the repository at this point in the history
autobump: add librime

Signed-off-by: Rui Chen <[email protected]>

librime: disable test and remove googletest dep

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Jan 22, 2025
1 parent b60d816 commit 8f100dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1817,6 +1817,7 @@ libre
librealsense
librespot
libressl
librime
librist
librsvg
librtlsdr
Expand Down
9 changes: 4 additions & 5 deletions Formula/lib/librime.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ class Librime < Formula
desc "Rime Input Method Engine"
homepage "https://rime.im"
url "https://github.com/rime/librime.git",
tag: "1.12.0",
revision: "c7ab6390c143a11d670f3add41218111edb883c9"
tag: "1.13.0",
revision: "e8184dceaf9a89a21d6dc25c1850779cd652c472"
license "BSD-3-Clause"
revision 1

bottle do
sha256 cellar: :any, arm64_sequoia: "4323fda208914bea9fe7fba22b29cdd85a05fe13c10c143c65587a09eb16bb29"
Expand All @@ -24,7 +23,6 @@ class Librime < Formula
depends_on "capnp"
depends_on "gflags"
depends_on "glog"
depends_on "googletest"
depends_on "leveldb"
depends_on "lua"
depends_on "marisa"
Expand All @@ -37,7 +35,7 @@ class Librime < Formula

resource "lua" do
url "https://github.com/hchunhui/librime-lua.git",
revision: "b210d0cfbd2a3cc6edd4709dd0a92c479bfca10b"
revision: "e3912a4b3ac2c202d89face3fef3d41eb1d7fcd6"
end

resource "octagram" do
Expand All @@ -64,6 +62,7 @@ def install
-DBUILD_MERGED_PLUGINS=OFF
-DCMAKE_INSTALL_RPATH=#{rpath}
-DENABLE_EXTERNAL_PLUGINS=ON
-DBUILD_TEST=OFF
]
system "cmake", "-S", ".", "-B", "build", *args, *std_cmake_args
system "cmake", "--build", "build"
Expand Down

0 comments on commit 8f100dd

Please sign in to comment.