summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-02-14 22:39:32 +0000
committer Eric Hameleers <alien@slackware.com>2019-02-14 22:39:32 +0000
commit5d219ad560fd9cf05bb5e7d80acf1078b0dbc55f (patch)
tree714964f411117bd7e4d5568a4285b0580bbef510
parentf96a17c8ee75242b86532d3c760ad0b54604cd04 (diff)
downloadasb-5d219ad560fd9cf05bb5e7d80acf1078b0dbc55f.tar.gz
asb-5d219ad560fd9cf05bb5e7d80acf1078b0dbc55f.tar.xz
libxkbcommon: updated to 0.8.3
-rwxr-xr-xlibxkbcommon/build/libxkbcommon.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/libxkbcommon/build/libxkbcommon.SlackBuild b/libxkbcommon/build/libxkbcommon.SlackBuild
index 442bb489..aebff994 100755
--- a/libxkbcommon/build/libxkbcommon.SlackBuild
+++ b/libxkbcommon/build/libxkbcommon.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# Copyright 2015 Patrick J. Volkerding, Sebeka, MN, USA
-# Copyright 2015, 2017, 2018 Eric Hameleers, Eindhoven, NL
+# Copyright 2015, 2017, 2018, 2019 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=libxkbcommon
-VERSION=${VERSION:-0.8.2}
+VERSION=${VERSION:-0.8.3}
BUILD=${BUILD:-1}
TMP=${TMP:-/tmp}
@@ -105,7 +105,7 @@ make install DESTDIR=$PKG || exit 1
# Add documentation:
mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION
cp -a \
- README INSTALL TODO COPYING ChangeLog \
+ LICENSE NEWS PACKAGING README* \
$PKG/usr/doc/$PKGNAM-$VERSION
# Strip binaries (if any):