summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Isaac Yu2020-11-07 00:39:27 +0100
committer Willy Sudiarto Raharjo2020-11-07 08:02:26 +0100
commitb11f46cd4f94592e8fce762ab713d9d1ba74ecf7 (patch)
tree57ad40232b0233cd28e87175ee35c0d23210f623
parentd8093bf576084b50ba69d629da33fb82369ef180 (diff)
downloadslackbuilds-b11f46cd4f94592e8fce762ab713d9d1ba74ecf7.tar.gz
libraries/libxkbcommon: Updated for version 1.0.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/libxkbcommon/README10
-rw-r--r--libraries/libxkbcommon/libxkbcommon.SlackBuild2
-rw-r--r--libraries/libxkbcommon/libxkbcommon.info6
3 files changed, 9 insertions, 9 deletions
diff --git a/libraries/libxkbcommon/README b/libraries/libxkbcommon/README
index ea0d4567fe..6a31b3a410 100644
--- a/libraries/libxkbcommon/README
+++ b/libraries/libxkbcommon/README
@@ -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:
diff --git a/libraries/libxkbcommon/libxkbcommon.SlackBuild b/libraries/libxkbcommon/libxkbcommon.SlackBuild
index 4e04b1c3c6..54d84a1a2d 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:-0.10.0}
+VERSION=${VERSION:-1.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/libraries/libxkbcommon/libxkbcommon.info b/libraries/libxkbcommon/libxkbcommon.info
index 3eedf1a4f2..f597f0f64a 100644
--- a/libraries/libxkbcommon/libxkbcommon.info
+++ b/libraries/libxkbcommon/libxkbcommon.info
@@ -1,8 +1,8 @@
PRGNAM="libxkbcommon"
-VERSION="0.10.0"
+VERSION="1.0.1"
HOMEPAGE="https://xkbcommon.org/"
-DOWNLOAD="https://xkbcommon.org/download/libxkbcommon-0.10.0.tar.xz"
-MD5SUM="2d9ad3a46b317138b5e72a91cf105451"
+DOWNLOAD="https://xkbcommon.org/download/libxkbcommon-1.0.1.tar.xz"
+MD5SUM="7d089e9650979537b50db2375a25fd54"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="meson"