diff options
author | Anton Sil'uev <burning2007@ya.ru> | 2013-02-17 13:01:34 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-02-22 22:27:43 -0600 |
commit | c541431e4355834db1ca886cc99071097f669389 (patch) | |
tree | aed675204b674df305f5c79b3a18e6beda4a5717 /libraries/libxkbcommon/slack-desc | |
parent | c9b228669fc4c8246b598c42011203bc064ad6c6 (diff) |
libraries/libxkbcommon: Added (library to handle keyboard descriptions)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libxkbcommon/slack-desc')
-rw-r--r-- | libraries/libxkbcommon/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/libxkbcommon/slack-desc b/libraries/libxkbcommon/slack-desc new file mode 100644 index 000000000000..2fc5187f4577 --- /dev/null +++ b/libraries/libxkbcommon/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +libxkbcommon: libxkbcommon (library to handle keyboard descriptions) +libxkbcommon: +libxkbcommon: libxkbcommon is a keymap compiler and support library which processes +libxkbcommon: a reduced subset of keymaps as defined by the XKB specification. +libxkbcommon: Primarily, a keymap is created from a set of +libxkbcommon: Rules/Model/Layout/Variant/Options names, processed through an +libxkbcommon: XKB ruleset, and compiled into a struct xkb_keymap, which is +libxkbcommon: the base type for all xkbcommon operations. +libxkbcommon: +libxkbcommon: libxkbcommon does not distribute a dataset itself, other than for +libxkbcommon: testing purposes. |