libraries/libxkbcommon: Updated for version 0.8.0 + new maintainer.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Isaac Yu 2018-04-17 22:41:50 +01:00 committed by Willy Sudiarto Raharjo
parent eb2de3a424
commit 6621c706af
3 changed files with 11 additions and 10 deletions

View file

@ -1,5 +1,5 @@
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.

View file

@ -3,6 +3,7 @@
# Slackware build script for libxkbcommon
# Copyright 2013 Anton Sil'uev, Russia
# Copyright 2018 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libxkbcommon
VERSION=${VERSION:-0.7.1}
VERSION=${VERSION:-0.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="libxkbcommon"
VERSION="0.7.1"
VERSION="0.8.0"
HOMEPAGE="https://xkbcommon.org/"
DOWNLOAD="https://xkbcommon.org/download/libxkbcommon-0.7.1.tar.xz"
MD5SUM="947ba609cb0239b9462127d5cf8908ee"
DOWNLOAD="https://xkbcommon.org/download/libxkbcommon-0.8.0.tar.xz"
MD5SUM="7d0e4c4a137d0ac45bf6b328c84c3a81"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Anton Sil'uev"
EMAIL="burning2007@ya.ru"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu1@isaacyu1.com"