diff options
Diffstat (limited to 'misc/fcitx5-chinese-addons/fcitx5-chinese-addons.SlackBuild')
-rw-r--r-- | misc/fcitx5-chinese-addons/fcitx5-chinese-addons.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/fcitx5-chinese-addons/fcitx5-chinese-addons.SlackBuild b/misc/fcitx5-chinese-addons/fcitx5-chinese-addons.SlackBuild index 2c6b3edc145e3..348bc92eceb9a 100644 --- a/misc/fcitx5-chinese-addons/fcitx5-chinese-addons.SlackBuild +++ b/misc/fcitx5-chinese-addons/fcitx5-chinese-addons.SlackBuild @@ -23,8 +23,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=fcitx5-chinese-addons -VERSION=${VERSION:-5.0.17} -BUILD=${BUILD:-2} +VERSION=${VERSION:-5.1.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -74,6 +74,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +patch -p1 < $CWD/patches/disable-lua-req.patch + mkdir -p build cd build cmake \ |