diff options
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}" |