Package Details: librime-git 1:1.7.3.r6.ga1203fce-1

Git Clone URL: https://aur.archlinux.org/librime-git.git (read-only, click to copy)
Package Base: librime-git
Description: Rime input method engine (mainline GIT version)
Upstream URL: https://github.com/rime/librime
Licenses: GPL3
Conflicts: librime
Provides: librime
Submitter: osfans
Maintainer: osfans
Last Packager: osfans
Votes: 0
Popularity: 0.000000
First Submitted: 2017-06-14 09:54 (UTC)
Last Updated: 2021-06-15 01:52 (UTC)

Required by (43)

Sources (4)

Latest Comments

bczhc commented on 2024-03-25 09:10 (UTC)

Plugins编译出错。请更新octagram,lua和charcode的版本。

In file included from /home/bczhc/.cache/yay/librime-git/src/librime/plugins/librime-octagram/src/gram_db.h:6:
/home/bczhc/.cache/yay/librime-git/src/librime/src/rime/dict/mapped_file.h:85:12: note: candidate: ‘rime::MappedFile::MappedFile(const rime::path&)’
   85 |   explicit MappedFile(const path& file_path);
      |            ^~~~~~~~~~
/home/bczhc/.cache/yay/librime-git/src/librime/src/rime/dict/mapped_file.h:85:35: note:   no known conversion for argument 1 from ‘const std::string’ {aka ‘const std::__cxx11::basic_string<char>’} to ‘const rime::path&’
   85 |   explicit MappedFile(const path& file_path);
      |                       ~~~~~~~~~~~~^~~~~~~~~
/home/bczhc/.cache/yay/librime-git/src/librime/plugins/librime-octagram/src/gram_db.cc: In member function ‘bool rime::GramDb::Load()’:
/home/bczhc/.cache/yay/librime-git/src/librime/plugins/librime-octagram/src/gram_db.cc:14:39: error: ‘file_name’ was not declared in this scope; did you mean ‘file_path’?
   14 |   LOG(INFO) << "loading gram db: " << file_name();
      |                                       ^~~~~~~~~
      |                                       file_path
/home/bczhc/.cache/yay/librime-git/src/librime/plugins/librime-octagram/src/gram_db.cc: In member function ‘bool rime::GramDb::Save()’:
/home/bczhc/.cache/yay/librime-git/src/librime/plugins/librime-octagram/src/gram_db.cc:51:38: error: ‘file_name’ was not declared in this scope; did you mean ‘file_path’?
   51 |   LOG(INFO) << "saving gram db: " << file_name();
      |                                      ^~~~~~~~~
      |                                      file_path
/home/bczhc/.cache/yay/librime-git/src/librime/plugins/librime-octagram/src/gram_db.cc: In member function ‘bool rime::GramDb::Build(const std::vector<std::pair<std::__cxx11::basic_string<char>, double> >&)’:
/home/bczhc/.cache/yay/librime-git/src/librime/plugins/librime-octagram/src/gram_db.cc:79:54: error: ‘file_name’ was not declared in this scope; did you mean ‘file_path’?
   79 |     LOG(ERROR) << "Error creating gram db file '" << file_name() << "'.";
      |                                                      ^~~~~~~~~
      |                                                      file_path
/home/bczhc/.cache/yay/librime-git/src/librime/plugins/librime-octagram/src/gram_db.cc:85:58: error: ‘file_name’ was not declared in this scope; did you mean ‘file_path’?
   85 |     LOG(ERROR) << "Error creating metadata in file '" << file_name() << "'.";
      |                                                          ^~~~~~~~~
      |                                                          file_path
[18/160] Building CXX object plugins/librime-lua/CMakeFiles/rime-lua-objs.dir/src/lua_gears.cc.o^C

bczhc commented on 2023-02-06 08:21 (UTC)

能否提供一个在master的版本呢,现在librime版本在1.8.5了都,目前要体验到新版本只能手动编译,如果提供AUR就方便了。

akiirui commented on 2020-03-16 06:34 (UTC)

Need to update. @felixonmars replace brise to librime-data, and I marked rime-data as deprecated.