diff options
author | Eugen Wissner <belka@caraus.de> | 2023-07-29 07:23:00 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-05 10:08:54 +0700 |
commit | 751e2e7ddd3e3086db674b1deba26e3dbac3ab65 (patch) | |
tree | 7aca79316b58d9419885379f95d925006509032f /system/kitty/kitty.SlackBuild | |
parent | b249093b5af8e7733dc522cbded9a9d998d72bf9 (diff) |
system/kitty: Updated for version 0.29.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/kitty/kitty.SlackBuild')
-rw-r--r-- | system/kitty/kitty.SlackBuild | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/system/kitty/kitty.SlackBuild b/system/kitty/kitty.SlackBuild index 2b175dd320f9a..1e6fad385b0a6 100644 --- a/system/kitty/kitty.SlackBuild +++ b/system/kitty/kitty.SlackBuild @@ -12,7 +12,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=kitty -VERSION=${VERSION:-0.29.1} +VERSION=${VERSION:-0.29.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -57,13 +57,6 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.xz cd $PRGNAM-$VERSION -if [ "$LIBDIRSUFFIX" = "64" ] -then - tar xvf $CWD/go1.20.6.linux-amd64.tar.gz -else - tar xvf $CWD/go1.20.6.linux-386.tar.gz -fi - 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 {} \+ @@ -77,9 +70,6 @@ find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ sed -i 's,-O3,-O2,g' setup.py -export GOROOT="$(readlink -f go)" -export PATH="$GOROOT/bin:$PATH" - # The -Wl,-s makes the linker strip the binaries. # --ignore-compiler-warnings is needed to turn off -Werror. |