mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
chre(linux): bump libkeymancore version
- also minor typo in docs
This commit is contained in:
parent
fbd1c0c841
commit
5e8b4a1a17
5 changed files with 8 additions and 8 deletions
|
|
@ -1 +1 @@
|
|||
1.0.0
|
||||
2.0.0
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ work particularly well with C++, so it might flag some C++ symbols even though
|
|||
they aren't part of the API. This happens particularly with C++ template
|
||||
instantiations.
|
||||
|
||||
To work around this, we list the C++ symbols as `optional` that get flaged:
|
||||
To work around this, we list the C++ symbols as `optional` that get flagged:
|
||||
|
||||
```
|
||||
(c++|optional)"typeinfo name for std::codecvt_utf8_utf16<char16_t, 1114111ul, (std::codecvt_mode)0>@Base" 17.0.244
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@ Architecture: amd64 arm64 armel armhf i386 loong64 mipsel mips64el ppc64el riscv
|
|||
Section: libdevel
|
||||
Depends:
|
||||
libicu-dev,
|
||||
libkeymancore1 (= ${binary:Version}),
|
||||
libkeymancore2 (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
Conflicts: libkmnkbp-dev
|
||||
Replaces: libkmnkbp-dev
|
||||
|
|
@ -138,7 +138,7 @@ Description: Development files for Keyman keyboard processing library
|
|||
.
|
||||
This package contains development headers and libraries.
|
||||
|
||||
Package: libkeymancore1
|
||||
Package: libkeymancore2
|
||||
Architecture: amd64 arm64 armel armhf i386 loong64 mipsel mips64el ppc64el riscv64
|
||||
Section: libs
|
||||
Pre-Depends:
|
||||
|
|
@ -148,8 +148,8 @@ Depends:
|
|||
${shlibs:Depends},
|
||||
Suggests:
|
||||
keyman,
|
||||
Conflicts: libkmnkbp0-0, libkeymancore
|
||||
Replaces: libkmnkbp0-0, libkeymancore
|
||||
Conflicts: libkmnkbp0-0, libkeymancore, libkeymancore1
|
||||
Replaces: libkmnkbp0-0, libkeymancore, libkeymancore1
|
||||
Multi-Arch: same
|
||||
Description: Keyman keyboard processing library
|
||||
Originally created in 1993 to type Lao on Windows, Keyman is now a free and
|
||||
|
|
@ -170,7 +170,7 @@ Package: ibus-keyman
|
|||
Architecture: amd64 arm64 armel armhf i386 loong64 mipsel mips64el ppc64el riscv64
|
||||
Depends:
|
||||
ibus (>= 1.3.7),
|
||||
libkeymancore1 (= ${binary:Version}),
|
||||
libkeymancore2 (= ${binary:Version}),
|
||||
keyman-system-service (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
libkeymancore.so.1 libkeymancore1 #MINVER#
|
||||
libkeymancore.so.2 libkeymancore2 #MINVER#
|
||||
* Build-Depends-Package: libkeymancore-dev
|
||||
|
||||
(c++|optional)"typeinfo name for std::codecvt_utf8_utf16<char16_t, 1114111ul, (std::codecvt_mode)0>@Base" 17.0.244
|
||||
Loading…
Add table
Reference in a new issue