diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2021-02-13 01:50:10 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-14 06:27:56 +0700 |
commit | 10d0e3ea00e1c06e8deca137411b00e2e0198663 (patch) | |
tree | 78aa19cbc3b09cb554a3f4fc48f7721cd4b1cd96 | |
parent | 1d5e6f7a2e7a76a163bc4fb3e6e5a98971130673 (diff) | |
download | slackbuilds-10d0e3ea00e1c06e8deca137411b00e2e0198663.tar.gz |
libraries/libxkbcommon: Updated for version 1.0.3.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/libxkbcommon/README | 14 | ||||
-rw-r--r-- | libraries/libxkbcommon/libxkbcommon.SlackBuild | 6 | ||||
-rw-r--r-- | libraries/libxkbcommon/libxkbcommon.info | 6 |
3 files changed, 13 insertions, 13 deletions
diff --git a/libraries/libxkbcommon/README b/libraries/libxkbcommon/README index 6a31b3a410..2113d69d97 100644 --- a/libraries/libxkbcommon/README +++ b/libraries/libxkbcommon/README @@ -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. +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 diff --git a/libraries/libxkbcommon/libxkbcommon.SlackBuild b/libraries/libxkbcommon/libxkbcommon.SlackBuild index 23798c20fc..f5ed2a6000 100644 --- a/libraries/libxkbcommon/libxkbcommon.SlackBuild +++ b/libraries/libxkbcommon/libxkbcommon.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for libxkbcommon # Copyright 2013 Anton Sil'uev, Russia -# Copyright 2018-2020 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2018-2021 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,8 +24,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=libxkbcommon -VERSION=${VERSION:-1.0.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.0.3} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then diff --git a/libraries/libxkbcommon/libxkbcommon.info b/libraries/libxkbcommon/libxkbcommon.info index f597f0f64a..42153bc5c9 100644 --- a/libraries/libxkbcommon/libxkbcommon.info +++ b/libraries/libxkbcommon/libxkbcommon.info @@ -1,8 +1,8 @@ PRGNAM="libxkbcommon" -VERSION="1.0.1" +VERSION="1.0.3" HOMEPAGE="https://xkbcommon.org/" -DOWNLOAD="https://xkbcommon.org/download/libxkbcommon-1.0.1.tar.xz" -MD5SUM="7d089e9650979537b50db2375a25fd54" +DOWNLOAD="https://xkbcommon.org/download/libxkbcommon-1.0.3.tar.xz" +MD5SUM="bd0ff892fe937e39ec3bb4daeb348f76" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="meson" |