summaryrefslogtreecommitdiffstats
path: root/libraries/libxkbcommon/slack-desc
diff options
context:
space:
mode:
author Matteo Bernardini2021-04-17 09:12:58 +0200
committer Robby Workman2021-04-18 06:42:07 +0200
commitcce38aec6eac0902b4c04b9c17bf7c3067715772 (patch)
treea269396609cd84c422a1795c9f344051363ff5a5 /libraries/libxkbcommon/slack-desc
parent46954feca674c8dc2c9f0f71bd6882aec3823426 (diff)
downloadslackbuilds-cce38aec6eac0902b4c04b9c17bf7c3067715772.tar.gz
libraries/libxkbcommon: Removed (added to Slackware).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/libxkbcommon/slack-desc')
-rw-r--r--libraries/libxkbcommon/slack-desc19
1 files changed, 0 insertions, 19 deletions
diff --git a/libraries/libxkbcommon/slack-desc b/libraries/libxkbcommon/slack-desc
deleted file mode 100644
index 2fc5187f45..0000000000
--- a/libraries/libxkbcommon/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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.