diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2021-04-10 02:17:31 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-10 17:04:42 +0700 |
commit | 1e9e19c01f85f8decfd5a233e3c911fe6cc5205e (patch) | |
tree | 3c628d6f261492e9366621154ac4572013042143 | |
parent | a7b976f3517ea50b4791e3abdb6520aa6c286835 (diff) | |
download | slackbuilds-1e9e19c01f85f8decfd5a233e3c911fe6cc5205e.tar.gz |
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>
-rw-r--r-- | libraries/libxkbcommon/README | 16 | ||||
-rw-r--r-- | libraries/libxkbcommon/libxkbcommon.SlackBuild | 2 | ||||
-rw-r--r-- | libraries/libxkbcommon/libxkbcommon.info | 6 |
3 files changed, 12 insertions, 12 deletions
diff --git a/libraries/libxkbcommon/README b/libraries/libxkbcommon/README index 2113d69d97..ea0d4567fe 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. +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 diff --git a/libraries/libxkbcommon/libxkbcommon.SlackBuild b/libraries/libxkbcommon/libxkbcommon.SlackBuild index 9906507e18..ae10fb656d 100644 --- a/libraries/libxkbcommon/libxkbcommon.SlackBuild +++ b/libraries/libxkbcommon/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} diff --git a/libraries/libxkbcommon/libxkbcommon.info b/libraries/libxkbcommon/libxkbcommon.info index 48526e42b0..b2ac875ee6 100644 --- a/libraries/libxkbcommon/libxkbcommon.info +++ b/libraries/libxkbcommon/libxkbcommon.info @@ -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" |