summaryrefslogtreecommitdiffstats
path: root/accessibility/svkbd/svkbd.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/svkbd/svkbd.SlackBuild')
-rw-r--r--accessibility/svkbd/svkbd.SlackBuild15
1 files changed, 4 insertions, 11 deletions
diff --git a/accessibility/svkbd/svkbd.SlackBuild b/accessibility/svkbd/svkbd.SlackBuild
index e3648f9ab2..53a84f04be 100644
--- a/accessibility/svkbd/svkbd.SlackBuild
+++ b/accessibility/svkbd/svkbd.SlackBuild
@@ -2,10 +2,12 @@
# Slackware build script for svkbd
-# Written by B. Watson (yalhcru@gmail.com)
+# Written by B. Watson (urchlay@slackware.uk)
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20221226 bkw: updated for v0.4.1.
+# 20210802 bkw: updated for v0.4 and -current.
# 20210219 bkw: updated for v0.2.2.
# 20201102 bkw:
# - updated for v0.2.1.
@@ -17,7 +19,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=svkbd
-VERSION=${VERSION:-0.2.2}
+VERSION=${VERSION:-0.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -30,9 +32,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -68,12 +67,6 @@ chown -R root:root .
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
-# 20201102 bkw: newer fontconfigs support color fonts, but there is a
-# bug that causes security issues when they're used. svkbd contains
-# code to disable color fonts... which we don't need (and can't use)
-# because our fontconfig in 14.2 is too old to support color anyway.
-patch -p1 < $CWD/old_fontconfig.diff
-
[ -e $CWD/config.h ] && cat $CWD/config.h > config.def.h
LAYOUTS="${LAYOUTS:-en mobile-intl}"