libraries/libxkbcommon: Updated for version 0.10.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9f4e71c869
commit
a59f32446c
|
@ -1,10 +1,10 @@
|
|||
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,
|
||||
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
|
||||
This Slackbuild disables Wayland support by default. In enabling
|
||||
Wayland support (which requires wayland-protocols), run the script
|
||||
with the following command:
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for libxkbcommon
|
||||
|
||||
# Copyright 2013 Anton Sil'uev, Russia
|
||||
# Copyright 2018-2019 Isaac Yu <isaacyu1@isaacyu1.com>
|
||||
# Copyright 2018-2020 Isaac Yu <isaacyu1@isaacyu1.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libxkbcommon
|
||||
VERSION=${VERSION:-0.9.1}
|
||||
VERSION=${VERSION:-0.10.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libxkbcommon"
|
||||
VERSION="0.9.1"
|
||||
VERSION="0.10.0"
|
||||
HOMEPAGE="https://xkbcommon.org/"
|
||||
DOWNLOAD="https://xkbcommon.org/download/libxkbcommon-0.9.1.tar.xz"
|
||||
MD5SUM="4662756fd73ab0ac9e32efdad8f807f6"
|
||||
DOWNLOAD="https://xkbcommon.org/download/libxkbcommon-0.10.0.tar.xz"
|
||||
MD5SUM="2d9ad3a46b317138b5e72a91cf105451"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="meson"
|
||||
|
|
Loading…
Reference in New Issue