mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-15 05:09:25 +00:00
Ubuntu 18.04 Bionic only contains Meson 0.45. The build seems to work with that version, so we partially revert the previous change that set the minimum version to 0.50.
67 lines
2.6 KiB
Text
67 lines
2.6 KiB
Text
Source: keyman-keyboardprocessor
|
|
Section: text
|
|
Priority: optional
|
|
Maintainer: Debian Input Method Team <debian-input-method@lists.debian.org>
|
|
Uploaders:
|
|
Daniel Glassey <wdg@debian.org>,
|
|
Keyman team <support@keyman.com>,
|
|
Eberhard Beilharz <eb1@sil.org>,
|
|
Build-Depends:
|
|
debhelper (>= 11),
|
|
meson (>= 0.45),
|
|
ninja-build,
|
|
cargo,
|
|
Standards-Version: 4.5.1
|
|
Vcs-Git: https://github.com/keymanapp/keyman.git
|
|
Vcs-Browser: https://github.com/keymanapp/keyman/tree/master/common/core/desktop
|
|
Homepage: https://www.keyman.com
|
|
|
|
Package: libkmnkbp-dev
|
|
Architecture: amd64 arm64 armel armhf i386 mipsel mips64el ppc64el
|
|
Section: libdevel
|
|
Depends:
|
|
libkmnkbp0-0 (= ${binary:Version}),
|
|
${misc:Depends},
|
|
Multi-Arch: same
|
|
Description: Development files for Keyman keyboard processing library
|
|
Originally created in 1993 to type Lao on Windows, Keyman is now a free and
|
|
open source keyboarding platform which allows anyone to write a keyboard layout
|
|
for their language. Keyman is available for many platforms, including Windows,
|
|
macOS, iOS, Android, Linux and the web.
|
|
.
|
|
Keyboard layouts are defined with a clear and easy to understand keyboard
|
|
grammar. Keyman's contextual input model means keyboard layouts can be
|
|
intelligent and make it simple to type even the most complex languages.
|
|
Keyboard layouts are distributed through an open catalog to all major desktop
|
|
and mobile platforms.
|
|
.
|
|
The Keyman keyboardprocessor library processes input from input method engines
|
|
and applies rules from compiled Keyman 11 or earlier kmx keyboard files.
|
|
.
|
|
This package contains development headers and libraries.
|
|
|
|
Package: libkmnkbp0-0
|
|
Architecture: amd64 arm64 armel armhf i386 mipsel mips64el ppc64el
|
|
Section: libs
|
|
Pre-Depends:
|
|
${misc:Pre-Depends},
|
|
Depends:
|
|
${misc:Depends},
|
|
${shlibs:Depends},
|
|
Suggests:
|
|
keyman,
|
|
Multi-Arch: same
|
|
Description: Keyman keyboard processing library
|
|
Originally created in 1993 to type Lao on Windows, Keyman is now a free and
|
|
open source keyboarding platform which allows anyone to write a keyboard layout
|
|
for their language. Keyman is available for many platforms, including Windows,
|
|
macOS, iOS, Android, Linux and the web.
|
|
.
|
|
Keyboard layouts are defined with a clear and easy to understand keyboard
|
|
grammar. Keyman's contextual input model means keyboard layouts can be
|
|
intelligent and make it simple to type even the most complex languages.
|
|
Keyboard layouts are distributed through an open catalog to all major desktop
|
|
and mobile platforms.
|
|
.
|
|
The Keyman keyboardprocessor library processes input from input method engines
|
|
and applies rules from compiled Keyman 11 or earlier kmx keyboard files.
|