libraries/libxkbcommon: Updated for version 1.2.0.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2021-04-10 02:17:31 +01:00 committed by Willy Sudiarto Raharjo
parent a7b976f351
commit 1e9e19c01f
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 12 additions and 12 deletions

View File

@ -1,11 +1,11 @@
xkbcommon is a library to handle keyboard descriptions, including
loading them from disk, parsing them and handling their state. It's
mainly meant for client toolkits, window systems, and other system
applications; currently that includes Wayland, kmscon, GTK+, Clutter,
and more.
xkbcommon is a library to handle keyboard descriptions, including
loading them from disk, parsing them and handling their state.
It's mainly meant for client toolkits, window systems, and other
system applications; currently that includes Wayland, kmscon,
GTK+, Clutter, and more.
This Slackbuild disables Wayland support by default. In enabling Wayland
support (which requires wayland-protocols), run the script with the
following command:
This Slackbuild disables Wayland support by default. In enabling
Wayland support (which requires wayland-protocols), run the script
with the following command:
WAYLAND=yes ./libxkbcommon.SlackBuild

View File

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libxkbcommon
VERSION=${VERSION:-1.1.0}
VERSION=${VERSION:-1.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="libxkbcommon"
VERSION="1.1.0"
VERSION="1.2.0"
HOMEPAGE="https://xkbcommon.org/"
DOWNLOAD="https://github.com/xkbcommon/libxkbcommon/releases/download/xkbcommon-1.1.0/libxkbcommon-1.1.0.tar.xz"
MD5SUM="6e37602234bf47bbd4700365d1bede27"
DOWNLOAD="https://xkbcommon.org/download/libxkbcommon-1.2.0.tar.xz"
MD5SUM="e1ed6c326a75ae9f7bb0d08410a381f1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="meson"