diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-02 15:40:04 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:28 +0700 |
commit | 8e9bae1e816e7b09a5c9fc364fd365b9fa300b6d (patch) | |
tree | 66b1098de0ea4a5ec9d825b0ec87f0ce977adf62 /accessibility/svkbd/svkbd.SlackBuild | |
parent | 605334dd127f8921b5f1e3883013c16fa9a276a7 (diff) |
accessibility/svkbd: Updated for version 0.4.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'accessibility/svkbd/svkbd.SlackBuild')
-rw-r--r-- | accessibility/svkbd/svkbd.SlackBuild | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/accessibility/svkbd/svkbd.SlackBuild b/accessibility/svkbd/svkbd.SlackBuild index e3648f9ab2a3c..e49fb41b71e5c 100644 --- a/accessibility/svkbd/svkbd.SlackBuild +++ b/accessibility/svkbd/svkbd.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20210802 bkw: updated for v0.4 and -current. # 20210219 bkw: updated for v0.2.2. # 20201102 bkw: # - updated for v0.2.1. @@ -17,7 +18,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=svkbd -VERSION=${VERSION:-0.2.2} +VERSION=${VERSION:-0.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -30,9 +31,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 +66,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}" |