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:
parent
a7b976f351
commit
1e9e19c01f
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue