diff options
Diffstat (limited to 'source/x/ibus')
-rw-r--r-- | source/x/ibus/ibus-autostart | 2 | ||||
-rwxr-xr-x | source/x/ibus/ibus.SlackBuild | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/source/x/ibus/ibus-autostart b/source/x/ibus/ibus-autostart index 4f274335..c6b473ea 100644 --- a/source/x/ibus/ibus-autostart +++ b/source/x/ibus/ibus-autostart @@ -20,7 +20,7 @@ fi if [ "$START" = "yes" ]; then if [ "$1" = "--plasma" ]; then - ibus-daemon -drx --panel=/usr/libLIBDIRSUFFIX/kimpanel-ibus-panel + ibus-daemon -drx --panel=/usr/libLIBDIRSUFFIX/libexec/kimpanel-ibus-panel else ibus-daemon -drx fi diff --git a/source/x/ibus/ibus.SlackBuild b/source/x/ibus/ibus.SlackBuild index 8af65b92..96ddde33 100755 --- a/source/x/ibus/ibus.SlackBuild +++ b/source/x/ibus/ibus.SlackBuild @@ -1,7 +1,5 @@ #!/bin/bash -# Slackware build script for ibus - # Copyright 2017 Heinz Wiesinger, Amsterdam, The Netherlands # Copyright 2017, 2020, 2022 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. @@ -27,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=ibus VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} |